[PATCH] qf: remove non-existent argument

Lucas De Marchi lucas.demarchi at intel.com
Sat Mar 31 02:11:38 UTC 2018


qf_setup expects only one argument and branch_init none.

Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
 qf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qf b/qf
index 1d61b2ad7692..629f1b349a1f 100755
--- a/qf
+++ b/qf
@@ -230,7 +230,7 @@ function qf_setup
 		baseline=$(git rev-parse $1)
 		remote=$(git config branch.$branch.remote)
 
-		branch_init $2
+		branch_init
 	fi
 }
 
-- 
2.14.3



More information about the dim-tools mailing list