Skip to content

Commit

Permalink
branch: improve --verbose description
Browse files Browse the repository at this point in the history
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
René Scharfe authored and Junio C Hamano committed Nov 15, 2010
1 parent 4ad5c80 commit 3927142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builtin/branch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3927142

Please sign in to comment.