diff options
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | 2010-11-08 19:03:58 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-15 10:05:44 -0800 |
commit | 3927142561e4f5f045aa024f11782446abd1ba6d (patch) | |
tree | b162f8fc5d94f8dcb1cf03ee7e74b54615c81d94 /builtin | |
parent | 4ad5c8044dac83d4fcbe116222c78736b3ac304a (diff) | |
download | git-3927142561e4f5f045aa024f11782446abd1ba6d.tar.gz git-3927142561e4f5f045aa024f11782446abd1ba6d.tar.xz |
branch: improve --verbose description
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/branch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builtin/branch.c b/builtin/branch.c index e388edc41..807355a19 100644 --- a/builtin/branch.c +++ b/builtin/branch.c @@ -621,7 +621,8 @@ int cmd_branch(int argc, const char **argv, const char *prefix) struct option options[] = { OPT_GROUP("Generic options"), - OPT__VERBOSE(&verbose, "be verbose"), + OPT__VERBOSE(&verbose, + "show hash and subject, give twice for upstream branch"), OPT_SET_INT('t', "track", &track, "set up tracking mode (see git-pull(1))", BRANCH_TRACK_EXPLICIT), OPT_SET_INT( 0, "set-upstream", &track, "change upstream info", |