aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEric S. Raymond2014-11-11 13:28:05 -0500
committerEric S. Raymond2014-11-11 13:28:05 -0500
commitac03795dc46ec150e2cabda756f31f6d10055c86 (patch)
treeaeaf2b0ab0c2b50828c06757176f9784527f907f /etc
parent7611d85a451de6f4c335585b3395b29e6a6d3e33 (diff)
downloademacs-ac03795dc46ec150e2cabda756f31f6d10055c86.tar.gz
emacs-ac03795dc46ec150e2cabda756f31f6d10055c86.zip
Git transition patch
All bzr revision IDS, and all CVS revision IDs for which a commit could be identified, were changed to time-date!committer version stamps. All .cvsignore files in the history became .gitignore files. Fixes-bug annotations from bzr were copied into the corresponding commit comments. (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org>. The last CVS commit was <2009-12-27T08:11:12Z!cyd@stupidchicken.com>) Committer/author email addresses are generally correct for the transition day, not necessarily when the commit was originally made.
Diffstat (limited to 'etc')
-rw-r--r--etc/CONTRIBUTE6
-rw-r--r--etc/ChangeLog4
2 files changed, 7 insertions, 3 deletions
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE
index d78692c40ff..882773bcb5e 100644
--- a/etc/CONTRIBUTE
+++ b/etc/CONTRIBUTE
@@ -120,9 +120,9 @@ Manual, for how to write good log entries.
120 120
121** The patch itself. 121** The patch itself.
122 122
123If you are accessing the Bazaar repository, make sure your copy is 123If you are accessing the Emacs repository, make sure your copy is
124up-to-date (e.g. with `bzr pull'), then use 124up-to-date (e.g. with `git pull'), then use
125 bzr diff --no-aliases --diff-options=-cp 125 git diff
126Else, use 126Else, use
127 diff -cp OLD NEW 127 diff -cp OLD NEW
128 128
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f2de0f9ba97..f1bfc5c62c8 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-11-11 Eric S. Raymond <esr@thyrsus.com>
2
3 * CONTRIBUTE: git transition.
4
12014-10-20 Glenn Morris <rgm@gnu.org> 52014-10-20 Glenn Morris <rgm@gnu.org>
2 6
3 * Version 24.4 released. 7 * Version 24.4 released.