summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* git svn: strip leading path when making empty dirsEric Wong2009-11-221-0/+3
* git svn: always reuse existing remotes on fetchEric Wong2009-11-221-0/+2
* Merge branch 'jn/editor-pager'Junio C Hamano2009-11-201-7/+4
|\
| * am -i, git-svn: use "git var GIT_PAGER"Jonathan Nieder2009-11-131-4/+2
| * add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-131-3/+2
* | git svn: attempt to create empty dirs on clone+rebaseEric Wong2009-11-151-0/+45
* | git svn: read global+system config for clone+initEric Wong2009-11-141-3/+2
* | git svn: handle SVN merges from revisions past the tip of the branchToby Allsopp2009-11-141-2/+5
|/
* git-svn: convert SVN 1.5+ / svnmerge.py svn:mergeinfo props to parentsSam Vilain2009-10-261-0/+93
* git-svn: convert SVK merge tickets to extra parentsSam Vilain2009-10-261-1/+51
* git svn: fix fetch where glob is on the top-level URLEric Wong2009-10-261-2/+2
* git-svn: hide find_parent_branch output in double quiet modeSimon Arlott2009-10-101-7/+12
* git-svn: Avoid spurious errors when rewriteRoot is used.Alexander Gavrilov2009-10-091-2/+9
* Merge branch 'maint'Junio C Hamano2009-09-131-0/+1
|\
| * svn: properly escape arguments for authors-progMark Lodato2009-09-131-0/+1
* | git-svn: Use GIT_SSH setting if SVN_SSH is not setKarthik R2009-08-181-0/+9
* | svn: assume URLs from the command-line are URI-encodedEric Wong2009-08-181-0/+2
* | svn: (cleanup) use predefined constant for rev_map_fmtEric Wong2009-08-121-1/+1
* | svn: allow branches outside of refs/remotesAdam Brewster2009-08-121-35/+48
* | svn: initial "master" points to trunk if possibleEric Wong2009-08-121-0/+11
* | git-svn: ignore leading blank lines in svn:ignoreMichael Haggerty2009-08-101-0/+2
* | svn: Honor --prefix option in init without --stdlayoutAdam Brewster2009-08-101-1/+2
|/
* git svn: make minimize URL more reliable over http(s)Eric Wong2009-07-251-1/+5
* git svn: avoid escaping '/' when renaming/copying filesEric Wong2009-07-251-1/+1
* git svn: the branch command no longer needs the full pathEric Wong2009-07-251-3/+16
* git svn: revert default behavior for --minimize-urlEric Wong2009-07-251-1/+6
* git svn: add gc commandRobert Allan Zeh2009-07-251-0/+33
* git svn: fix shallow clone when upstream revision is too newEric Wong2009-07-221-0/+1
* git svn: fix reparenting when ugly http(s) URLs are usedEric Wong2009-07-191-2/+4
* git svn: allow uppercase UUIDs from SVNEric Wong2009-07-111-7/+7
* git-svn: Fix branch detection when repository root is inaccessibleMattias Nissler2009-07-111-26/+17
* git-svn: Always duplicate paths returned from get_logMattias Nissler2009-07-111-22/+23
* git-svn: Canonicalize svn urls to prevent libsvn assertionUlrich Dangel2009-06-261-1/+8
* git-svn: convert globs to regexps for branch destinationsEric Wong2009-06-251-1/+3
* git svn: Support multiple branch and tag paths in the svn repository.Marc Branchaud2009-06-251-22/+56
* Add 'git svn reset' to unwind 'git svn fetch'Ben Jackson2009-06-251-5/+40
* git-svn: speed up find_rev_beforeBen Jackson2009-06-251-0/+2
* Add 'git svn help [cmd]' which works outside a repo.Ben Jackson2009-06-251-0/+3
* git-svn: let 'dcommit $rev' work on $rev instead of HEADThomas Rast2009-06-251-2/+32
* git-svn: refuse to dcommit non-UTF-8 messagesEric Wong2009-05-281-3/+14
* git-svn: add --authors-prog optionMark Lodato2009-05-211-3/+29
* git-svn: Set svn.authorsfile if it is passed to git svn cloneAlex Vandiver2009-05-211-0/+1
* git-svn: Correctly report max revision when following deleted pathsAlex Vandiver2009-05-211-1/+1
* git-svn: Fix for svn paths removed > log-window-size revisions agoAlex Vandiver2009-05-211-1/+5
* Merge branch 'maint'Junio C Hamano2009-05-051-1/+1
|\
| * Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maintJunio C Hamano2009-05-051-1/+1
| |\
| | * git-svn: fix a sloppy Getopt::Long usageRobin H. Johnson2009-05-051-1/+1
| * | git-svn: fix ls-tree usage with dash-prefixed pathsEric Wong2009-03-291-6/+9
* | | git-svn: always initialize with core.autocrlf=falseJohannes Schindelin2009-04-111-0/+1
* | | git-svn: Save init/clone --ignore-paths in configBen Jackson2009-04-111-0/+3