Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix "git-fetch --tags" exit status when nothing has been changed
[gitweb.git]
/
builtin-push.c
diff --git
a/builtin-push.c
b/builtin-push.c
index a8fac886f1a35dd645a513be70cb6c368f75437d..31cbfd73861326ad303472718365838329a55cb8 100644
(file)
--- a/
builtin-push.c
+++ b/
builtin-push.c
@@
-273,7
+273,7
@@
static int do_push(const char *repo)
int cmd_push(int argc, const char **argv, char **envp)
{
int i;
- const char *repo = "origin"; /
/ default repository
+ const char *repo = "origin"; /
* default repository */
for (i = 1; i < argc; i++) {
const char *arg = argv[i];