summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ed02de)
raw | patch | inline | side by side (parent: 3ed02de)
author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 12 Mar 2007 17:40:31 +0000 (13:40 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 12 Mar 2007 18:44:46 +0000 (11:44 -0700) |
Since git-gui 0.6.4 the credits file is no longer produced.
This file was removed from git-gui due to build issues that
a lot of users and Git developers have reported running into.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This file was removed from git-gui due to build issues that
a lot of users and Git developers have reported running into.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index f674e556ffa9b14f2e9cfd3a82e7e49d028979ed..eeb502fa54b3bbd88ab838ce8656976fbdbed103 100644 (file)
--- a/Makefile
+++ b/Makefile
$(TAR) rf $(GIT_TARNAME).tar \
$(GIT_TARNAME)/git.spec \
$(GIT_TARNAME)/version \
- $(GIT_TARNAME)/git-gui/version \
- $(GIT_TARNAME)/git-gui/credits
+ $(GIT_TARNAME)/git-gui/version
@rm -rf $(GIT_TARNAME)
gzip -f -9 $(GIT_TARNAME).tar