diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-07 00:00:06 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-07 00:00:06 -0700 |
| commit | dd1404cca3cf6bc459bc53f9aa9528170e30efd4 (patch) | |
| tree | 47b310288e79886ca78c0d7da7ac86796926730c /lisp | |
| parent | 9d56a21e6a696ad19ac65c4b405aeca44785884a (diff) | |
| download | emacs-dd1404cca3cf6bc459bc53f9aa9528170e30efd4.tar.gz | |
Rename ChangeLogs for gitlog-to-changelog
This patch was implemented via the following shell commands:
find * -name ChangeLog |
sed 's,.*,git mv & &.1,
s, lisp/ChangeLog\.1$, lisp/ChangeLog.17,
s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09,
s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3,
s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2,
s, src/ChangeLog\.1$, src/ChangeLog.13,' |
sh
git commit -am"[this commit message]"
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.17 (renamed from lisp/ChangeLog) | 0 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog.1 (renamed from lisp/cedet/ChangeLog) | 0 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.09 (renamed from lisp/erc/ChangeLog) | 0 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.3 (renamed from lisp/gnus/ChangeLog) | 0 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.2 (renamed from lisp/mh-e/ChangeLog) | 0 | ||||
| -rw-r--r-- | lisp/org/ChangeLog.1 (renamed from lisp/org/ChangeLog) | 0 | ||||
| -rw-r--r-- | lisp/url/ChangeLog.1 (renamed from lisp/url/ChangeLog) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog.17 index 1d25e8f870e..1d25e8f870e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog.17 diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog.1 index c9ddc382d50..c9ddc382d50 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog.1 diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog.09 index a4a7d47a0a9..a4a7d47a0a9 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog.09 diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog.3 index 442326cc7f0..442326cc7f0 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog.3 diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog.2 index 8b547dfa918..8b547dfa918 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog.2 diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog.1 index 35e6ef1eccd..35e6ef1eccd 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog.1 diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog.1 index 8733614387a..8733614387a 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog.1 |
