summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2010-06-03git svn: fix empty directory creationLibravatar Michael J. Kiwala1-1/+2
2010-05-09git-svn: mangle refnames forbidden in gitLibravatar Torsten Schmutzler1-0/+8
2010-05-09git-svn: Remove unused use of File::TempLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2010-05-09git svn: avoid uninitialized var in 'reset'Libravatar Jonathan Nieder1-0/+2
2010-03-20Merge branch 'fl/askpass'Libravatar Junio C Hamano1-10/+17
2010-03-13git-svn: Fix merge detecting with rewrite-rootLibravatar Tuomas Suutari1-2/+2
2010-03-05git-svn: make git svn --version work againLibravatar Michael J Gruber1-0/+1
2010-03-05Revert "git-svn: always initialize with core.autocrlf=false"Libravatar Erik Faye-Lund1-1/+0
2010-03-04git-svn: req_svn when neededLibravatar Michael J Gruber1-0/+1
2010-03-02git-svn: Support retrieving passwords with GIT_ASKPASSLibravatar Frank Li1-10/+17
2010-03-02Merge branch 'jn/maint-fix-pager'Libravatar Junio C Hamano1-2/+7
2010-02-26git svn: delay importing SVN::Base until it is neededLibravatar josh robb1-5/+11
2010-02-26git-svn: Fix discarding of extra parents from svn:mergeinfoLibravatar Tuomas Suutari1-1/+1
2010-02-14git svn: Fix launching of pagerLibravatar Jonathan Nieder1-2/+7
2010-02-04git-svn: persistent memoizationLibravatar Andrew Myrick1-4/+36
2010-01-29If deriving SVN_SSH from GIT_SSH on msys, also add quotesLibravatar Sebastian Schuberth1-0/+1
2010-01-23git-svn: allow subset of branches/tags to be specified in glob specLibravatar Jay Soffian1-20/+40
2010-01-23git-svn: allow UUID to be manually remapped via rewriteUUIDLibravatar Jay Soffian1-5/+28
2010-01-23git-svn: add --username/commit-url options for branch/tagLibravatar Igor Mironov1-2/+6
2010-01-23git-svn: respect commiturl option for branch/tagLibravatar Igor Mironov1-1/+11
2010-01-23git-svn: fix mismatched src/dst errors for branch/tagLibravatar Igor Mironov1-0/+4
2010-01-23git-svn: handle merge-base failuresLibravatar Andrew Myrick1-4/+15
2010-01-23git-svn: ignore changeless commits when checking for a cherry-pickLibravatar Andrew Myrick1-0/+24
2009-12-23git svn: branch/tag commands detect username in URLsLibravatar Eric Wong1-1/+2
2009-12-22git svn: lookup new parents correctly from svn:mergeinfoLibravatar Eric Wong1-1/+2
2009-12-21git-svn: Remove obsolete MAXPARENT checkLibravatar Andrew Myrick1-6/+0
2009-12-21git-svn: detect cherry-picks correctly.Libravatar Sam Vilain1-23/+64
2009-12-21git-svn: exclude already merged tips using one rev-list callLibravatar Sam Vilain1-4/+48
2009-12-21git-svn: fix some mistakes with interpreting SVN mergeinfo commit rangesLibravatar Sam Vilain1-9/+3
2009-12-21git-svn: memoize conversion of SVN merge ticket info to git commit rangesLibravatar Sam Vilain1-37/+54
2009-12-21git svn: fix --revision when fetching deleted pathsLibravatar Eric Wong1-1/+5
2009-12-19git svn: make empty directory creation gc-awareLibravatar Eric Wong1-11/+34
2009-12-08git-svn: set svn.authorsfile earlier when cloningLibravatar Alex Vandiver1-1/+1
2009-12-08git-svn: Set svn.authorsfile to an absolute path when cloningLibravatar Alex Vandiver1-1/+3
2009-12-07git svn: log removals of empty directoriesLibravatar Eric Wong1-1/+1
2009-12-07git svn: Don't create empty directories whose parents were deletedLibravatar Greg Price1-1/+2
2009-12-07git-svn: sort svk merge tickets to account for minimal parentsLibravatar Alex Vandiver1-1/+5
2009-11-22git svn: strip leading path when making empty dirsLibravatar Eric Wong1-0/+3
2009-11-22git svn: always reuse existing remotes on fetchLibravatar Eric Wong1-0/+2
2009-11-20Merge branch 'jn/editor-pager'Libravatar Junio C Hamano1-7/+4
2009-11-15git svn: attempt to create empty dirs on clone+rebaseLibravatar Eric Wong1-0/+45
2009-11-14git svn: read global+system config for clone+initLibravatar Eric Wong1-3/+2
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