summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* git-svn: fix broken symlink workaround when switching branchesEric Wong2009-02-111-5/+6
* git-svn: Print revision while searching for earliest use of pathDeskin Miller2009-02-111-0/+3
* git-svn: abstract out a block into new method other_gs()Sam Vilain2009-02-111-16/+24
* git-svn: allow disabling expensive broken symlink checksEric Wong2009-02-111-0/+20
* git-svn: add --ignore-paths option for fetchingVitaly \"_Vi\" Shukela2009-01-251-11/+22
* git-svn: fix memory leak when checking for empty symlinksEric Wong2009-01-251-1/+2
* git-svn: Show UUID in svn info for added directories with svn 1.5.5Marcel Koeppen2009-01-181-1/+2
* git-svn: avoid importing nested git reposEric Wong2009-01-181-4/+30
* git-svn: fix SVN 1.1.x compatibilityEric Wong2009-01-181-1/+14
* git-svn: Add --localtime option to "fetch"Pete Harlan2009-01-181-2/+52
* git-svn: better attempt to handle broken symlink updatesEric Wong2009-01-181-4/+20
* git-svn: handle empty files marked as symlinks in SVNEric Wong2009-01-181-5/+50
* Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin2008-12-141-2/+1
* Merge branch 'maint'Junio C Hamano2008-12-091-4/+12
|\
| * git-svn: Make following parents atomicDeskin Miller2008-12-081-4/+12
* | git-svn: Make branch use correct svn-remoteDeskin Miller2008-12-031-1/+1
* | git-svn: Update git-svn to use the ability to place temporary files within re...Marten Svanfeldt (dev)2008-11-131-4/+5
* | git-svn: proper detection of bare repositoriesDeskin Miller2008-11-131-5/+7
* | git-svn: respect i18n.commitencoding configEric Wong2008-11-131-3/+21
* | git-svn: don't escape tilde ('~') for http(s) URLsEric Wong2008-11-131-3/+3
* | Merge branch 'maint'Junio C Hamano2008-10-311-1/+1
|\ \ | |/
| * git-svn: change dashed git-commit-tree to git commit-treeDeskin Miller2008-10-311-1/+1
* | Merge branch 'maint'Junio C Hamano2008-10-261-1/+1
|\ \ | |/
| * git-svn: change dashed git-config to git configDeskin Miller2008-10-241-1/+1
* | Add git-svn branch to allow branch creation in SVN repositoriesFlorian Ragwitz2008-10-061-1/+46
* | Merge branch 'maint'Shawn O. Pearce2008-09-301-1/+1
|\ \ | |/
| * git-svn: call 'fatal' correctly in set-treeLuc Heinrich2008-09-301-1/+1
* | git-svn: do a partial rebuild if rev_map is out-of-dateDeskin Miller2008-09-211-5/+19
* | Merge branch 'maint'Junio C Hamano2008-09-181-13/+12
|\ \ | |/
| * git-svn: fix handling of even funkier branch namesEric Wong2008-09-181-0/+1
| * git-svn: Always create a new RA when calling do_switch for svn://Alec Berryman2008-09-181-13/+12
* | Merge branch 'maint'Junio C Hamano2008-09-101-3/+3
|\ \ | |/
| * git-svn: Fixes my() parameter list syntax error in pre-5.8 PerlMarcus Griep2008-09-101-1/+1
| * Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep2008-09-101-2/+2
* | git-svn: fix handling of even funkier branch namesEric Wong2008-09-061-0/+1
* | git-svn: set auto_props when renaming filesPaul Talacko2008-09-061-0/+1
* | git-svn: match SVN 1.5 behaviour of info' on unknown itemThomas Rast2008-09-051-2/+2
* | git svn info: always quote URLs in 'info' outputThomas Rast2008-09-051-3/+22
* | git svn info: make info relative to the current directoryThomas Rast2008-09-051-2/+3
* | git svn: catch lack of upstream info for dcommit earlierThomas Rast2008-09-051-4/+4
* | git-svn: check error code of send_txstreamEric Wong2008-09-051-1/+5
* | git-svn: Send deltas during commitsFlorian Weimer2008-09-051-5/+13
* | git-svn: Introduce SVN::Git::Editor::_chg_file_get_blobFlorian Weimer2008-09-051-12/+19
* | git-svn: extract base blob in generate_diffFlorian Weimer2008-09-051-3/+4
|/
* git-svn: fix dcommit to urls with embedded usernamesEric Wong2008-08-201-3/+5
* git-svn: Reduce temp file usage when dealing with non-linksMarcus Griep2008-08-121-24/+22
* git-svn: Make it incrementally faster by minimizing temp filesMarcus Griep2008-08-121-17/+18
* git-svn: wrap long lines in a few placesEric Wong2008-08-081-2/+5
* git-svn: Allow deep branch names by supporting multi-globsMarcus Griep2008-08-081-16/+44
* Fix multi-glob assertion in git-svnMarcus Griep2008-08-081-2/+3