diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-24 18:34:12 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-24 18:34:12 +0100 |
commit | 43c71255b3db02916f4f70afa18bab196c6f4a45 (patch) | |
tree | 0df8406f3e31c2ac25016413d1477dc92622ed57 /Makefile.am | |
parent | b9c1bc28eb538fa25ad03437489dab7434dcd592 (diff) |
NEWS: prepare for release of 210
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |