Revision 04afcc2201ddb399031484eb9769393bade2529d authored by Junio C Hamano on 15 February 2018, 23:18:11 UTC, committed by Junio C Hamano on 15 February 2018, 23:18:11 UTC
"git svn dcommit" did not take into account the fact that a
svn+ssh:// URL with a username@ (typically used for pushing) refers
to the same SVN repository without the username@ and failed when
svn.pushmergeinfo option is set.

* jm/svn-pushmergeinfo-fix:
  git-svn: fix svn.pushmergeinfo handling of svn+ssh usernames.
2 parent s 468dc22 + 8aaed89
Raw File
run-tests.sh
#!/bin/sh
#
# Test Git
#

. ${0%/*}/lib-travisci.sh

ln -s $HOME/travis-cache/.prove t/.prove
make --quiet test

check_unignored_build_artifacts

save_good_tree
back to top