summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-23 05:27:37 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-02-23 05:27:37 (GMT)
commite79cbbea9e5a9b08722f35dbca3d04c7f40a1aa1 (patch)
treeb0974609d67763a8580bba07839a528c6fab7042 /Makefile
parent2470653196fa8461ff5895c521519e947482eae1 (diff)
parent75b62b489af7b62a5518c3f199d2a2776205e088 (diff)
downloadgit-e79cbbea9e5a9b08722f35dbca3d04c7f40a1aa1.zip
git-e79cbbea9e5a9b08722f35dbca3d04c7f40a1aa1.tar.gz
git-e79cbbea9e5a9b08722f35dbca3d04c7f40a1aa1.tar.bz2
Merge branch 'maint'
* maint: git-diff: fix combined diff Fix 'git commit -a' in a newly initialized repository Include git-gui credits file in dist. Document the new core.bare configuration option.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 289decd..35be5e2 100644
--- a/Makefile
+++ b/Makefile
@@ -895,7 +895,8 @@ dist: git.spec git-archive
$(TAR) rf $(GIT_TARNAME).tar \
$(GIT_TARNAME)/git.spec \
$(GIT_TARNAME)/version \
- $(GIT_TARNAME)/git-gui/version
+ $(GIT_TARNAME)/git-gui/version \
+ $(GIT_TARNAME)/git-gui/credits
@rm -rf $(GIT_TARNAME)
gzip -f -9 $(GIT_TARNAME).tar