projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a77c53
)
build-sys: use non-breaking spaces in contributor list
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Sun, 2 Oct 2016 12:52:52 +0000
(14:52 +0200)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 3 Oct 2016 11:36:59 +0000
(07:36 -0400)
I think it's easier to read peoples' names with this change.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 9185bae7b7901ea12daa383ff2a8be322619b6d4..f7ae9ff7aa8d7e2919d14dc83e9b3484844852ea 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-6556,7
+6556,7
@@
print-%:
@echo $($*)
git-contrib:
- @git shortlog -s `git describe --abbrev=0`.. | cut -c8- | awk '{ print $$0 "," }' | sort -u
+ @git shortlog -s `git describe --abbrev=0`.. | cut -c8- |
sed 's/ / /g' |
awk '{ print $$0 "," }' | sort -u
EXTRA_DIST += \
tools/gdb-sd_dump_hashmaps.py