aboutsummaryrefslogtreecommitdiffstats
path: root/etc/CONTRIBUTE
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/CONTRIBUTE
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/CONTRIBUTE')
-rw-r--r--etc/CONTRIBUTE6
1 files changed, 3 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