mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
update AUTHORS
This commit is contained in:
@ -10,7 +10,7 @@ AUTHORS:
|
||||
echo Creating $@ && \
|
||||
( cd "$(top_srcdir)" && \
|
||||
echo '# Generated by Makefile. Do not edit.'; echo; \
|
||||
git log --no-merges --pretty=format:"%an" $(SUBDIRS) \
|
||||
git log --no-merges --pretty=format:"%an" . $(SUBDIRS) \
|
||||
| sort | uniq ) > $@.tmp \
|
||||
&& mv -f $@.tmp $@ \
|
||||
|| ( rm -f $@.tmp ; \
|
||||
|
||||
Reference in New Issue
Block a user