Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools/.git;a=commitdiff;h=7f1d863a1ce2536812028579b20f23123aaccc59
commit 7f1d863a1ce2536812028579b20f23123aaccc59 Author: VMiklos <[EMAIL PROTECTED]> Date: Sat Jul 14 14:22:59 2007 +0200 Makefile: filter merges and add tags to changelog diff --git a/Makefile b/Makefile index 0788b46..6499eaf 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ clean: dist: git-archive --format=tar --prefix=pacman-tools-$(VERSION)/ HEAD > pacman-tools-$(VERSION).tar mkdir -p pacman-tools-$(VERSION) - git log > pacman-tools-$(VERSION)/Changelog + git log --no-merges |git name-rev --tags --stdin > pacman-tools-$(VERSION)/Changelog tar rf pacman-tools-$(VERSION).tar pacman-tools-$(VERSION)/Changelog rm -rf pacman-tools-$(VERSION) gzip -f -9 pacman-tools-$(VERSION).tar _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
