Fix the way merge points are computed.
commit5c632579156d041a33997585d3673f1c3d7424dd
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Fri, 18 Jan 2008 19:30:35 +0000 (18 20:30 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Fri, 18 Jan 2008 19:30:35 +0000 (18 20:30 +0100)
treec025a1e914ecec8fff31d0475c0a3f66077c4160
parentf1160b39326c2304130b9246b66b79b52421b638
Fix the way merge points are computed.

* svn-merge2git.sh: Accept a -d | --debug option.
Add a pattern to exclude false positive according to the entire
commit message of the potential merge commit.
(find_merge_parent): Fix.
(create_graft): Make safer (avoid duplicate grafts).
(doit): Do use a big sub-shell because of the pipe.  Instead use a
temporary file.
Several more enhancements...

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
svn-merge2git.sh