commit | 555bdc66eab0178d43c509ec53c1d97303675f90 | [log] [tgz] |
---|---|---|
author | Michael Haggerty <mhagger@alum.mit.edu> | Sat Jun 18 08:47:58 2011 +0200 |
committer | Eric Wong <normalperson@yhbt.net> | Tue Jun 28 03:26:06 2011 +0000 |
tree | 4722a59bddafc5883a26d48be7f68bcefb76353c | |
parent | f696543dad6c7ba27b0c4fab167a5687263a9ba0 [diff] |
git-svn: Demonstrate a bug with root commits in mergeinfo ranges If a svn:mergeinfo range starts at a commit that was converted as a git root commit (e.g., r1 or a branch that was created out of thin air), then there is an error when git-svn tries to run git rev-list "$bottom_commit^..$top_commit" because $bottom_commit (the git commit corresponding to r1) has no parent. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Acked-by: Eric Wong <normalperson@yhbt.net>