aboutsummaryrefslogtreecommitdiff
path: root/builtin-push.c
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-10-08 08:05:43 -0700
committerShawn O. Pearce <spearce@spearce.org>2008-10-08 08:05:43 -0700
commitc4f6a48969b33e7fec8fce592e38a60849782d2a (patch)
treeb80cf97c8a44782c982a7aa1181f2da3f602aaf3 /builtin-push.c
parent19d4b416f429ac2d3f4c225aaf1af8761bcb03dd (diff)
parentfb7424363643d6049faf3bda399e5e602782b5b7 (diff)
downloadgit-c4f6a48969b33e7fec8fce592e38a60849782d2a.tar.gz
git-c4f6a48969b33e7fec8fce592e38a60849782d2a.tar.xz
Merge branch 'maint'
* maint: Do not use errno when pread() returns 0 git init: --bare/--shared overrides system/global config git-push.txt: Describe --repo option in more detail git rm: refresh index before up-to-date check Fix a few typos in relnotes
Diffstat (limited to 'builtin-push.c')
-rw-r--r--builtin-push.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-push.c b/builtin-push.c
index cc6666f75..122fdcfbd 100644
--- a/builtin-push.c
+++ b/builtin-push.c
@@ -10,7 +10,7 @@
#include "parse-options.h"
static const char * const push_usage[] = {
- "git push [--all | --mirror] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]",
+ "git push [--all | --mirror] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>] [--repo=<repository>] [-f | --force] [-v] [<repository> <refspec>...]",
NULL,
};