mirror of
https://github.com/git/git.git
synced 2024-11-17 14:34:49 +01:00
42d328701d
This is a very intrusive change, so I've beefed up the tests significantly. Added 'full-test' a target to the Makefile, to test different possible configurations. This is intended for maintainers only. Users should only be concerned with 'test' succeeding. We now have a very simple custom database format for handling mapping of svn revisions => git commits. Of course, we're not really using it yet, either. Also disabled automatic branch-finding on new trees for now. It's too easily broken. revisions_eq() function should be helpful for branch detection. Also removed an extra assertion in fetch_cmd() that wasn't correctly done. This bug was found by full-test. Signed-off-by: Eric Wong <normalperson@yhbt.net> |
||
---|---|---|
.. | ||
lib-git-svn.sh | ||
t0000-contrib-git-svn.sh | ||
t0001-contrib-git-svn-props.sh |