summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b289a2576..c49ae1fe1 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ tag:
@echo "Tagged as anaconda-$(VERSION)-$(RELEASE)"
ChangeLog:
- (GIT_DIR=.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+ (GIT_DIR=.git git-log --follow > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
archive: tag
@rm -f ChangeLog docs/kickstart-docs.txt docs/command-line.txt
@@ -134,7 +134,7 @@ api:
doxygen docs/api.cfg
rpmlog:
- @git-log --pretty="format:- %s (%ae)" anaconda-$(VERSION)-$(RELEASE).. |sed -e 's/@.*)/)/'
+ @git-log --folow --pretty="format:- %s (%ae)" anaconda-$(VERSION)-$(RELEASE).. |sed -e 's/@.*)/)/'
@echo
bumpver: