diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-15 01:42:15 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-15 03:00:22 -0700 |
commit | 7c27558c6236225b07c5d5def76299d2b5fe7635 (patch) | |
tree | a82cb780921131e30bdc1d646f7ca6bc1b667db6 /Makefile | |
parent | [PATCH] Add some simple howtos, culled from the mailing list. (diff) | |
download | tgif-7c27558c6236225b07c5d5def76299d2b5fe7635.tar.xz |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ SCRIPTS += git-count-objects-script # SCRIPTS += git-send-email-script SCRIPTS += git-revert-script +SCRIPTS += git-show-branches-script PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-read-tree git-commit-tree git-cat-file git-fsck-cache \ |