chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dot/emacs: Moderate horizontal scrolling; auto-scroll only one line.
[profile]
/
bin
/
git-copyright-dates
diff --git
a/bin/git-copyright-dates
b/bin/git-copyright-dates
index 5eec713757acbafd7eb5733848b420e95e5a73ea..180e7bad1f5a9a3ecf7d41735e98b78112295629 100755
(executable)
--- a/
bin/git-copyright-dates
+++ b/
bin/git-copyright-dates
@@
-2,7
+2,7
@@
my (%Y, %M);
open my $fh, "-|", "git", "log",
- "--date=format:%Y", "--pretty=format:%ad %aN"
+ "--date=format:%Y", "--pretty=format:%ad %aN"
, @ARGV
or die "git log: $!";
while (<$fh>) {
/(\d+)\s+(.*)$/ or die "wtf? $_";