Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
reset: don't allow "git reset -- $pathspec" in bare repo
[gitweb.git]
/
builtin
/
remote.c
diff --git
a/builtin/remote.c
b/builtin/remote.c
index a5a4b232310a27c1d67dd6a1bce252cd62cfa52d..937484d7c77c448995481f246c1afe2dedd4c561 100644
(file)
--- a/
builtin/remote.c
+++ b/
builtin/remote.c
@@
-39,7
+39,7
@@
static const char * const builtin_remote_rm_usage[] = {
};
static const char * const builtin_remote_sethead_usage[] = {
- N_("git remote set-head <name> (-a | -d | <branch>
]
)"),
+ N_("git remote set-head <name> (-a | -d | <branch>)"),
NULL
};