On Wed, Mar 21, 2012 at 05:55:06PM +0100, Jakub Narebski wrote: > There is a tool to create patches to send: git-format-patch. Myself I > usually create a new directory for a patch series, e.g. mdir.if_mod.v3, > and use git-format-patch to populate it, e.g. Ah, I like that. Then I can rebase away ;). > I think it would be better to add initial tests with refactoring, and > snapshot specific tests with snapshot support, e.g.: > > 1/2: gitweb: Refactor If-Modified-Since handling and add tests > 2/2: gitweb: Add If-Modified-Since support for snapshots But the new tests would be for the new functionality (i.e. snapshot support), so they wouldn't belong in the general refactoring commit. > Currently all of those work > > http://.../gitweb.cgi?p=git.git;a=snapshot;h=v1.7.6;sf=tgz > http://.../gitweb.cgi?p=git.git;a=snapshot;h=f696543d;sf=tgz" > http://.../gitweb.cgi?p=git.git;a=snapshot;h=b1485af8;sf=tgz" > > v1.7.6 is a tag, f696543d is a commit (v1.7.6^{}), b1485af8 is a tree > (v1.7.6^{tree}). > > The last URL would stop working after your change with 404 > "Unknown commit object". Indeed it does. I'll add you're suggested skipping for these cases. There should be a way to determine the oldest commit refering to a tree, which could be used for timestamping tree-ishes, but that can be a project for another day ;). -- This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy
Attachment:
signature.asc
Description: OpenPGP digital signature