From 43c71255b3db02916f4f70afa18bab196c6f4a45 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 24 Feb 2014 18:34:12 +0100 Subject: NEWS: prepare for release of 210 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2ed987de61..d2dcddbc07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5076,3 +5076,6 @@ cppcheck: # Used to extract compile flags for YCM. print-%: @echo $($*) + +git-contrib: + @git shortlog -s `git describe --abbrev=0`.. | cut -c8- | awk '{ print $$0 "," }' | sort -u -- cgit v1.2.3-54-g00ecf