File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,11 @@ OPTIONS
5252 appear in topological order (i.e., descendant commits
5353 are shown before their parents).
5454
55+ --sparse::
56+ By default, the output omits merges that are reachable
57+ from only one tip being shown. This option makes them
58+ visible.
59+
5560--more=<n>::
5661 Usually the command stops output upon showing the commit
5762 that is the common ancestor of all the branches. This
Original file line number Diff line number Diff line change 66#include "builtin.h"
77
88static const char show_branch_usage [] =
9- "git-show-branch [--dense ] [--current] [--all] [--heads] [--tags] [--topo-order] [--more=count | --list | --independent | --merge-base ] [--topics] [<refs>...]" ;
9+ "git-show-branch [--sparse ] [--current] [--all] [--heads] [--tags] [--topo-order] [--more=count | --list | --independent | --merge-base ] [--topics] [<refs>...]" ;
1010
1111static int default_num = 0 ;
1212static int default_alloc = 0 ;
You can’t perform that action at this time.
0 commit comments