diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-29 17:21:06 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-29 17:21:06 -0700 |
commit | f85a41916163097c3c307ac45d1a935564c52bf0 (patch) | |
tree | aacced7340195bb8416a5c4f76e8bfac2d68dc73 /Documentation/git-show-branch.txt | |
parent | d5acdcf18e255308f5f16ae9e7fe48bf21ff68c0 (diff) | |
download | git-f85a41916163097c3c307ac45d1a935564c52bf0.tar.gz git-f85a41916163097c3c307ac45d1a935564c52bf0.tar.xz |
Accumulated documentation updates.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-show-branch.txt')
-rw-r--r-- | Documentation/git-show-branch.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 71d5ba8fd..5103c0c4f 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -1,6 +1,6 @@ git-show-branch(1) ================== -v0.99.4, Aug 2005 +v0.99.5, Aug 2005 NAME ---- @@ -28,7 +28,8 @@ OPTIONS --more=<n>:: Usually the command stops output upon showing the commit that is the common ancestor of all the branches. This - flag tells the command to go <n> commits beyond that. + flag tells the command to go <n> more common commits + beyond that. --merge-base:: Instead of showing the commit list, just act like the |