Skip to content

Commit 3927142

Browse files
René Scharfegitster
authored andcommitted
branch: improve --verbose description
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4ad5c80 commit 3927142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builtin/branch.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,8 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
621621

622622
struct option options[] = {
623623
OPT_GROUP("Generic options"),
624-
OPT__VERBOSE(&verbose, "be verbose"),
624+
OPT__VERBOSE(&verbose,
625+
"show hash and subject, give twice for upstream branch"),
625626
OPT_SET_INT('t', "track", &track, "set up tracking mode (see git-pull(1))",
626627
BRANCH_TRACK_EXPLICIT),
627628
OPT_SET_INT( 0, "set-upstream", &track, "change upstream info",

0 commit comments

Comments
 (0)