X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-show-branch.txt;h=c947fcedae81003e532204299cbaa0aa5f91a287;hb=6a2e50f9dfdca7ac572bbe30dd0efdf19ca250f6;hp=71d5ba8fd78dfbbdefde52f3b1bae73a0e52e50b;hpb=f5e375c9a99d731c05eef701f119da85d62fc158;p=git.git diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 71d5ba8f..c947fced 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=:: 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 commits beyond that. + flag tells the command to go more common commits + beyond that. --merge-base:: Instead of showing the commit list, just act like the @@ -87,7 +88,7 @@ the name of the branch because it is obvious. $ git show-branch --more=4 master [master] Add 'git show-branch'. [~1] Add a new extended SHA1 syntax ~ -[~2] Fix "git-diff-script A B" +[~2] Fix "git-diff A B" [~3] git-ls-files: generalized pathspecs [~4] Make "git-ls-files" work in subdirectories ------------------------------------------------