diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-22 23:16:46 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-22 23:18:17 -0700 |
commit | f5e375c9a99d731c05eef701f119da85d62fc158 (patch) | |
tree | 36e45b1ec1d2762bdc5b9a1c57eaab97b942d7a4 /Makefile | |
parent | f76412ed6dbf2f9863115ee38f4198368dbaf7b1 (diff) | |
download | git-f5e375c9a99d731c05eef701f119da85d62fc158.tar.gz git-f5e375c9a99d731c05eef701f119da85d62fc158.tar.xz |
Clean-up output from "git show-branch" and document it.
When showing only one branch a lot of default output becomes redundant,
so clean it up a bit, and document what is shown. Retire the earlier
implementation "git-show-branches-script".
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -71,7 +71,6 @@ 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 \ |