aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEric S. Raymond2014-11-11 13:28:02 -0500
committerEric S. Raymond2014-11-11 13:28:02 -0500
commit7148318abc451ae930d669e6e37af8cb7c5aca75 (patch)
tree193e5ab374a54564317c71722a29cd2bdc163ee0 /etc
parentfca2f70380dcb054497470aaf8eda6173063928e (diff)
downloademacs-7148318abc451ae930d669e6e37af8cb7c5aca75.tar.gz
emacs-7148318abc451ae930d669e6e37af8cb7c5aca75.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 c2ed06ca523..87efd2ac5f8 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-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org> 52014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * NEWS: Mention that you can have several eww buffers (bug#16211). 7 * NEWS: Mention that you can have several eww buffers (bug#16211).