[PATCH] qf: Expand qf co

Rodrigo Vivi rodrigo.vivi at intel.com
Tue Jan 23 20:33:05 UTC 2018


Let's use the full word.

Using the alias inside the own script is not good because
it messes up with searches during development.

v2: Use the full local function name including '_' (Lucas).

Cc: Paulo Zanoni <paulo.r.zanoni at intel.com>
Cc: Michel Thierry <michel.thierry at intel.com>
Cc: James Ausmus <james.ausmus at intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
 qf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qf b/qf
index 1e8ae75b4f46..5c2147b602f2 100755
--- a/qf
+++ b/qf
@@ -419,7 +419,7 @@ function qf_pull
 	cd patches
 	git pull --ff-only
 
-	qf co
+	qf_checkout
 }
 
 function qf_stage
-- 
2.13.6



More information about the dim-tools mailing list