diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-11-26 14:12:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-11-26 14:12:07 -0800 |
commit | 77b598b438e51d45229fe945e2139a7789a150bc (patch) | |
tree | 258fc8e1e307d9e4e54741823f382246d3ca1103 /builtin | |
parent | f7d8e3d01f46ecfa5b4bc8c13640831d97a78236 (diff) | |
parent | d1eded46fa5ed350ff52654103623090101b3ba6 (diff) | |
download | git-77b598b438e51d45229fe945e2139a7789a150bc.tar.gz git-77b598b438e51d45229fe945e2139a7789a150bc.tar.xz |
Merge branch 'maint'
* maint:
Fix typo in remote set-head usage
Makefile: hide stderr of curl-config test
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/remote.c b/builtin/remote.c index a5a4b2323..937484d7c 100644 --- 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 }; |