Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-17 | Pass options to underlying git-rev-list from show-branches. | Junio C Hamano | 1 | -8/+16 | |
This lets you say "git show-branches --max-count=30". Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2005-08-15 | Add git-show-branches-script | Junio C Hamano | 1 | -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> |