summaryrefslogtreecommitdiff
path: root/git-show-branches-script
AgeCommit message (Collapse)AuthorFilesLines
2005-08-17Pass options to underlying git-rev-list from show-branches.Libravatar 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-scriptLibravatar Junio 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>