mirror of
https://github.com/git/git.git
synced 2024-11-24 18:33:43 +08:00
branch: improve --verbose description
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
4ad5c8044d
commit
3927142561
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user