Add git-show-branches-script
authorJunio C Hamano <junkio@cox.net>
Mon, 15 Aug 2005 08:42:15 +0000 (01:42 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 15 Aug 2005 10:00:22 +0000 (03:00 -0700)
commit7c27558c6236225b07c5d5def76299d2b5fe7635
treea82cb780921131e30bdc1d646f7ca6bc1b667db6
parent365a00a3f280f8697e4735e1ac5b42a1c50f7887
Add git-show-branches-script

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>
Documentation/git-show-branches-script.txt [new file with mode: 0644]
Documentation/git.txt
Makefile
git-show-branches-script [new file with mode: 0755]