Re: [PATCH] git-svn: teach find-rev to find near matches

2013-01-18 Thread Junio C Hamano
Eric Wong normalper...@yhbt.net writes:

 I've pushed this out to git://bogomips.org/git-svn along with a few
 other things I seem to have forgotten about :x

 John Keeping (1):
   git-svn: teach find-rev to find near matches

 Jonathan Nieder (2):
   Git::SVN::Editor::T: pass $deletions to -A and -D
   git svn: do not overescape URLs (fallback case)

Thanks; pulled and pushed out.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] git-svn: teach find-rev to find near matches

2013-01-17 Thread Eric Wong
John Keeping j...@keeping.me.uk wrote:
 When a single SVN repository is split into multiple Git repositories
 many SVN revisions will exist in only one of the Git repositories
 created.  For some projects the only way to build a working artifact is
 to check out corresponding versions of various repositories, with no
 indication of what those are in the Git world - in the SVN world the
 revision numbers are sufficient.
 
 By adding --before to git-svn find-rev we can say tell me what this
 repository looked like when that other repository looked like this:
 
 git svn find-rev --before \
 r$(git --git-dir=/over/there.git svn find-rev HEAD)
 
 Signed-off-by: John Keeping j...@keeping.me.uk

Thanks.
Signed-off-by: Eric Wong normalper...@yhbt.net

I've pushed this out to git://bogomips.org/git-svn along with a few
other things I seem to have forgotten about :x

John Keeping (1):
  git-svn: teach find-rev to find near matches

Jonathan Nieder (2):
  Git::SVN::Editor::T: pass $deletions to -A and -D
  git svn: do not overescape URLs (fallback case)
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html