summaryrefslogtreecommitdiff
path: root/t/t9158-git-svn-mergeinfo.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: flip executable bit on t9158Jeff King2010-12-131-0/+0
| | | | | | | All tests are supposed to be executable. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* git-svn: allow the mergeinfo property to be setSteven Walter2010-12-101-0/+41
As a first step towards preserving merges across dcommit, we need a mechanism to update the svn:mergeinfo property. [ew: fixed bashism and style issues in test case] Signed-off-by: Steven Walter <stevenrwalter@gmail.com> Acked-by: Eric Wong <normalperson@yhbt.net>