diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-11-11 13:28:02 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-11-11 13:28:02 -0500 |
commit | 7148318abc451ae930d669e6e37af8cb7c5aca75 (patch) | |
tree | 193e5ab374a54564317c71722a29cd2bdc163ee0 /admin/update-copyright | |
parent | fca2f70380dcb054497470aaf8eda6173063928e (diff) | |
download | emacs-7148318abc451ae930d669e6e37af8cb7c5aca75.tar.gz |
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 'admin/update-copyright')
-rwxr-xr-x | admin/update-copyright | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/update-copyright b/admin/update-copyright index ce58168684e..5612d7f7386 100755 --- a/admin/update-copyright +++ b/admin/update-copyright @@ -45,8 +45,7 @@ sed 's/\\def\\year[{][0-9]*[}]/\\def\\year{'"$UPDATE_COPYRIGHT_YEAR"'}'/g \ } && rm $emacsver.aux && -# FIXME: command will soon need to be replaced with "git ls-files" -repo_files=$(bzr ls -RV --kind file) && +repo_files=$(git ls-files) && # Do not update the copyright of files that have one or more of the # following problems: |