diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-22 23:16:46 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-22 23:18:17 -0700 |
commit | f5e375c9a99d731c05eef701f119da85d62fc158 (patch) | |
tree | 36e45b1ec1d2762bdc5b9a1c57eaab97b942d7a4 /Documentation/git.txt | |
parent | f76412ed6dbf2f9863115ee38f4198368dbaf7b1 (diff) | |
download | git-f5e375c9a99d731c05eef701f119da85d62fc158.tar.gz git-f5e375c9a99d731c05eef701f119da85d62fc158.tar.xz |
Clean-up output from "git show-branch" and document it.
When showing only one branch a lot of default output becomes redundant,
so clean it up a bit, and document what is shown. Retire the earlier
implementation "git-show-branches-script".
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 8d313cba6..9d4fccdd4 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -208,7 +208,7 @@ link:git-pull-script.html[git-pull-script]:: link:git-commit-script.html[git-commit-script]:: Record changes to the repository. -link:git-show-branches-script.html[git-show-branches-script]:: +link:git-show-branch.html[git-show-branch]:: Show branches and their commits. link:git-repack-script.html[git-repack-script]:: |