git-svn: add --prefix= to avoid Git 1.8.5+ warning
commit435338343d5ae18fc2ac8b6139cfe56b9f4bd7f0
authorKyle J. McKay <mackyle@gmail.com>
Thu, 5 Dec 2013 00:19:41 +0000 (4 16:19 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 5 Dec 2013 00:19:41 +0000 (4 16:19 -0800)
tree6b7ba1f4587bbf2fa43b6f635671a7e3dd898038
parent6057b7c735073f7da3353b6ff2d4e954a9571b45
git-svn: add --prefix= to avoid Git 1.8.5+ warning

Starting with Git 1.8.5 using git svn init without a --prefix=
setting emits a warning about a change in the prefix value that
will be coming with Git 2.0.

Explicitly use --prefix= (i.e. no prefix) to avoid the warning
and maintain the same prefix (i.e. none) used by versions of
git-svn prior to 1.8.5.
jobd/update.sh
taskd/clone.sh