Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t0003: add missing && at end of lines
[gitweb.git]
/
builtin
/
push.c
diff --git
a/builtin/push.c
b/builtin/push.c
index 62957ededdf72b93f088586f5d577ef8d38a7f6c..f4358b9d230f6d8d7a9a67fdfbc60279c5ec71ee 100644
(file)
--- a/
builtin/push.c
+++ b/
builtin/push.c
@@
-10,7
+10,7
@@
#include "parse-options.h"
static const char * const push_usage[] = {
- "git push [<options>] [<repository>
<refspec>...
]",
+ "git push [<options>] [<repository>
[<refspec>...]
]",
NULL,
};