> From: Taylor R Campbell <campb...@mumble.net> > Date: Thu, 6 Nov 2014 12:04:07 +0000 > > Date: Wed, 5 Nov 2014 23:45:29 -0800 > From: Chris Hanson <c...@chris-hanson.org> > > That's correct. > > Did I fail to do something that's conventional for this purpose? > > You tagged 9.1 as release-9.1.0 and 9.1.1 as release-9.1.1, but I had > to guess that 9.2 was from commit 965c80d because nothing marked it as > such. (The release-9.2 branch has been moved ahead a little -- I > guessed 965c80d based on the date.)
I just forged it, putting Chris's name and address in my ~/.gitconfig and then: $ GIT_COMMITTER_DATE="2014-06-05 00:00" git tag -a -m "" release-9.2.0 e33a448 $ git push origin release-9.2.0 I chose e33a448 instead of 965c80d. I'm not sure why you chose the latter but I'm fairly sure no one with the source distribution can tell the difference. e33a44d only patches dist/make-upload-files which is not in mit-scheme-9.2.tar.gz. _______________________________________________ MIT-Scheme-devel mailing list MIT-Scheme-devel@gnu.org https://lists.gnu.org/mailman/listinfo/mit-scheme-devel