aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-show-branches-script.txt
Commit message (Collapse)AuthorAge
* Clean-up output from "git show-branch" and document it.Junio C Hamano2005-08-22
| | | | | | | | 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>
* [PATCH] Reformat git-show-branches-script documentation.Junio C Hamano2005-08-16
| | | | | | ... using ListingBlock of asciidoc. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Add git-show-branches-scriptJunio C Hamano2005-08-15
Often I find myself wanting to do quick branches check when I am not in the windowing environment and cannot run gitk. This stupid script shows commits leading to the heads of interesting branches with indication which ones belong to which branches, so that fork point is somewhat discernible without using gitk. Signed-off-by: Junio C Hamano <junkio@cox.net>