We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31f2aa commit 671297cCopy full SHA for 671297c
Makefile
@@ -136,7 +136,7 @@ meta-data/dates: xml/issue[0-9]*.xml bin/make_dates.py
136
rm $@.new; \
137
$(call update,$@); \
138
else \
139
- git whatchanged --no-show-signature --pretty=%ct | $(python) bin/make_dates.py > $@; \
+ git log --raw --no-show-signature --pretty=%ct | $(python) bin/make_dates.py > $@; \
140
fi
141
142
new-papers:
bin/make_dates.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/python
2
3
-# usage: git whatchanged --no-show-signature --pretty=%ct | python bin/make_dates.py > dates
+# usage: git log --raw --no-show-signature --pretty=%ct | python bin/make_dates.py > dates
4
5
import sys
6
import re
0 commit comments