Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix mis-backport of t7002
[gitweb.git]
/
builtin-checkout.c
diff --git
a/builtin-checkout.c
b/builtin-checkout.c
index 140168cec40273819c3910aa75240a730d36be59..c6d6ac99f63459094d3e1a110fed228a74f7927b 100644
(file)
--- a/
builtin-checkout.c
+++ b/
builtin-checkout.c
@@
-599,7
+599,7
@@
int cmd_checkout(int argc, const char **argv, const char *prefix)
opts.track = BRANCH_TRACK_UNSPECIFIED;
- argc = parse_options(argc, argv, options, checkout_usage,
+ argc = parse_options(argc, argv,
prefix,
options, checkout_usage,
PARSE_OPT_KEEP_DASHDASH);
/* --track without -b should DWIM */