summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2009-11-14git svn: handle SVN merges from revisions past the tip of the branchLibravatar Toby Allsopp1-2/+5
2009-11-13am -i, git-svn: use "git var GIT_PAGER"Libravatar Jonathan Nieder1-4/+2
2009-11-13add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Libravatar Jonathan Nieder1-3/+2
2009-10-26git-svn: convert SVN 1.5+ / svnmerge.py svn:mergeinfo props to parentsLibravatar Sam Vilain1-0/+93
2009-10-26git-svn: convert SVK merge tickets to extra parentsLibravatar Sam Vilain1-1/+51
2009-10-26git svn: fix fetch where glob is on the top-level URLLibravatar Eric Wong1-2/+2
2009-10-10git-svn: hide find_parent_branch output in double quiet modeLibravatar Simon Arlott1-7/+12
2009-10-09git-svn: Avoid spurious errors when rewriteRoot is used.Libravatar Alexander Gavrilov1-2/+9
2009-09-13Merge branch 'maint'Libravatar Junio C Hamano1-0/+1
2009-09-13svn: properly escape arguments for authors-progLibravatar Mark Lodato1-0/+1
2009-08-18git-svn: Use GIT_SSH setting if SVN_SSH is not setLibravatar Karthik R1-0/+9
2009-08-18svn: assume URLs from the command-line are URI-encodedLibravatar Eric Wong1-0/+2
2009-08-12svn: (cleanup) use predefined constant for rev_map_fmtLibravatar Eric Wong1-1/+1
2009-08-12svn: allow branches outside of refs/remotesLibravatar Adam Brewster1-35/+48
2009-08-12svn: initial "master" points to trunk if possibleLibravatar Eric Wong1-0/+11
2009-08-10git-svn: ignore leading blank lines in svn:ignoreLibravatar Michael Haggerty1-0/+2
2009-08-10svn: Honor --prefix option in init without --stdlayoutLibravatar Adam Brewster1-1/+2
2009-07-25git svn: make minimize URL more reliable over http(s)Libravatar Eric Wong1-1/+5
2009-07-25git svn: avoid escaping '/' when renaming/copying filesLibravatar Eric Wong1-1/+1
2009-07-25git svn: the branch command no longer needs the full pathLibravatar Eric Wong1-3/+16
2009-07-25git svn: revert default behavior for --minimize-urlLibravatar Eric Wong1-1/+6
2009-07-25git svn: add gc commandLibravatar Robert Allan Zeh1-0/+33
2009-07-22git svn: fix shallow clone when upstream revision is too newLibravatar Eric Wong1-0/+1
2009-07-19git svn: fix reparenting when ugly http(s) URLs are usedLibravatar Eric Wong1-2/+4
2009-07-11git svn: allow uppercase UUIDs from SVNLibravatar Eric Wong1-7/+7
2009-07-11git-svn: Fix branch detection when repository root is inaccessibleLibravatar Mattias Nissler1-26/+17
2009-07-11git-svn: Always duplicate paths returned from get_logLibravatar Mattias Nissler1-22/+23
2009-06-26git-svn: Canonicalize svn urls to prevent libsvn assertionLibravatar Ulrich Dangel1-1/+8
2009-06-25git-svn: convert globs to regexps for branch destinationsLibravatar Eric Wong1-1/+3
2009-06-25git svn: Support multiple branch and tag paths in the svn repository.Libravatar Marc Branchaud1-22/+56
2009-06-25Add 'git svn reset' to unwind 'git svn fetch'Libravatar Ben Jackson1-5/+40
2009-06-25git-svn: speed up find_rev_beforeLibravatar Ben Jackson1-0/+2
2009-06-25Add 'git svn help [cmd]' which works outside a repo.Libravatar Ben Jackson1-0/+3
2009-06-25git-svn: let 'dcommit $rev' work on $rev instead of HEADLibravatar Thomas Rast1-2/+32
2009-05-28git-svn: refuse to dcommit non-UTF-8 messagesLibravatar Eric Wong1-3/+14
2009-05-21git-svn: add --authors-prog optionLibravatar Mark Lodato1-3/+29
2009-05-21git-svn: Set svn.authorsfile if it is passed to git svn cloneLibravatar Alex Vandiver1-0/+1
2009-05-21git-svn: Correctly report max revision when following deleted pathsLibravatar Alex Vandiver1-1/+1
2009-05-21git-svn: Fix for svn paths removed > log-window-size revisions agoLibravatar Alex Vandiver1-1/+5
2009-05-05Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2009-05-05Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maintLibravatar Junio C Hamano1-1/+1
2009-05-05git-svn: fix a sloppy Getopt::Long usageLibravatar Robin H. Johnson1-1/+1
2009-04-11git-svn: always initialize with core.autocrlf=falseLibravatar Johannes Schindelin1-0/+1
2009-04-11git-svn: Save init/clone --ignore-paths in configLibravatar Ben Jackson1-0/+3
2009-04-11git-svn: Add per-svn-remote ignore-paths configLibravatar Ben Jackson1-11/+15
2009-04-11git-svn: speed up blame commandLibravatar Boris Byk1-4/+50
2009-04-11git-svn: add fetch --parent optionLibravatar Jason Merrill1-4/+14
2009-03-30git-svn: add a double quiet option to hide git commitsLibravatar Simon Arlott1-4/+5
2009-03-29git-svn: fix ls-tree usage with dash-prefixed pathsLibravatar Eric Wong1-6/+9
2009-03-29git-svn: don't output git commits in quiet modeLibravatar Simon Arlott1-3/+3