aboutsummaryrefslogtreecommitdiffstats
path: root/git-show-branches-script (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-08-22Clean-up output from "git show-branch" and document it.Junio C Hamano1-61/+0
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>
2005-08-17Pass options to underlying git-rev-list from show-branches.Junio C Hamano1-8/+16
This lets you say "git show-branches --max-count=30". Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-08-15Add git-show-branches-scriptJunio C Hamano1-0/+53
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>