diff options
| author | Eric S. Raymond | 2014-11-11 13:28:05 -0500 |
|---|---|---|
| committer | Eric S. Raymond | 2014-11-11 13:28:05 -0500 |
| commit | ac03795dc46ec150e2cabda756f31f6d10055c86 (patch) | |
| tree | aeaf2b0ab0c2b50828c06757176f9784527f907f /etc | |
| parent | 7611d85a451de6f4c335585b3395b29e6a6d3e33 (diff) | |
| download | emacs-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/CONTRIBUTE | 6 | ||||
| -rw-r--r-- | etc/ChangeLog | 4 |
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 | ||
| 123 | If you are accessing the Bazaar repository, make sure your copy is | 123 | If you are accessing the Emacs repository, make sure your copy is |
| 124 | up-to-date (e.g. with `bzr pull'), then use | 124 | up-to-date (e.g. with `git pull'), then use |
| 125 | bzr diff --no-aliases --diff-options=-cp | 125 | git diff |
| 126 | Else, use | 126 | Else, 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 @@ | |||
| 1 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> | ||
| 2 | |||
| 3 | * CONTRIBUTE: git transition. | ||
| 4 | |||
| 1 | 2014-10-20 Glenn Morris <rgm@gnu.org> | 5 | 2014-10-20 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Version 24.4 released. | 7 | * Version 24.4 released. |