]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: make dcommit usable for glob users
authorEric Wong <normalperson@yhbt.net>
Tue, 13 Feb 2007 22:22:11 +0000 (14:22 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:12 +0000 (00:57 -0800)
commita8ae26235ced15d8ce129a8ff72c558b8a567813
treee0c633d521555a72591d88c743c52ced3c1553ef
parent2edb9c5cf98e1a65c775ede6fc5b10a15bb94384
git-svn: make dcommit usable for glob users

 * dcommit no longer requires the correct -i/GIT_SVN_ID option
   passed to it.  Since you're committing from HEAD (or another
   commit that is a parent of HEAD), you'll be able to find
   a commit with metadata information containing the SVN URL
   that your HEAD was descended from anyways.

 * I don't think dcommit ever worked for people using the
   noMetadata option; so I don't think relying on metadata
   is an issue.

 * useSvmProps users shouldn't commit to SVN::Mirror created
   repositories anyways, right?

 * Users of globbing should automatically be able to commit
   to paths that are not explicitly set in .git/config

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl