diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-15 15:53:37 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-15 15:53:37 -0700 |
commit | da27f4f3f4c23d0276a372726ed050ed13e45168 (patch) | |
tree | 8842fbebf0db214d0bc8c68e2918a712b7edede3 /Makefile | |
parent | f4cedd483e5bc4b9553dbc40e084548f7f3bf2ab (diff) | |
parent | e31bb3bb939a8feb7af472c55d95f41a90bbc438 (diff) | |
download | git-da27f4f3f4c23d0276a372726ed050ed13e45168.tar.gz |
Merge master changes into rc.
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 \ |