summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2009-02-11git-svn: fix broken symlink workaround when switching branchesLibravatar Eric Wong1-5/+6
2009-02-11git-svn: Print revision while searching for earliest use of pathLibravatar Deskin Miller1-0/+3
2009-02-11git-svn: abstract out a block into new method other_gs()Libravatar Sam Vilain1-16/+24
2009-02-11git-svn: allow disabling expensive broken symlink checksLibravatar Eric Wong1-0/+20
2009-01-25git-svn: add --ignore-paths option for fetchingLibravatar Vitaly \"_Vi\" Shukela1-11/+22
2009-01-25git-svn: fix memory leak when checking for empty symlinksLibravatar Eric Wong1-1/+2
2009-01-18git-svn: Show UUID in svn info for added directories with svn 1.5.5Libravatar Marcel Koeppen1-1/+2
2009-01-18git-svn: avoid importing nested git reposLibravatar Eric Wong1-4/+30
2009-01-18git-svn: fix SVN 1.1.x compatibilityLibravatar Eric Wong1-1/+14
2009-01-18git-svn: Add --localtime option to "fetch"Libravatar Pete Harlan1-2/+52
2009-01-18git-svn: better attempt to handle broken symlink updatesLibravatar Eric Wong1-4/+20
2009-01-18git-svn: handle empty files marked as symlinks in SVNLibravatar Eric Wong1-5/+50
2008-12-14Get rid of the last remnants of GIT_CONFIG_LOCALLibravatar Johannes Schindelin1-2/+1
2008-12-09Merge branch 'maint'Libravatar Junio C Hamano1-4/+12
2008-12-08git-svn: Make following parents atomicLibravatar Deskin Miller1-4/+12
2008-12-03git-svn: Make branch use correct svn-remoteLibravatar Deskin Miller1-1/+1
2008-11-13git-svn: Update git-svn to use the ability to place temporary files within re...Libravatar Marten Svanfeldt (dev)1-4/+5
2008-11-13git-svn: proper detection of bare repositoriesLibravatar Deskin Miller1-5/+7
2008-11-13git-svn: respect i18n.commitencoding configLibravatar Eric Wong1-3/+21
2008-11-13git-svn: don't escape tilde ('~') for http(s) URLsLibravatar Eric Wong1-3/+3
2008-10-31Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-10-31git-svn: change dashed git-commit-tree to git commit-treeLibravatar Deskin Miller1-1/+1
2008-10-26Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-10-24git-svn: change dashed git-config to git configLibravatar Deskin Miller1-1/+1
2008-10-06Add git-svn branch to allow branch creation in SVN repositoriesLibravatar Florian Ragwitz1-1/+46
2008-09-30Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+1
2008-09-30git-svn: call 'fatal' correctly in set-treeLibravatar Luc Heinrich1-1/+1
2008-09-21git-svn: do a partial rebuild if rev_map is out-of-dateLibravatar Deskin Miller1-5/+19
2008-09-18Merge branch 'maint'Libravatar Junio C Hamano1-13/+12
2008-09-18git-svn: fix handling of even funkier branch namesLibravatar Eric Wong1-0/+1
2008-09-18git-svn: Always create a new RA when calling do_switch for svn://Libravatar Alec Berryman1-13/+12
2008-09-10Merge branch 'maint'Libravatar Junio C Hamano1-3/+3
2008-09-10git-svn: Fixes my() parameter list syntax error in pre-5.8 PerlLibravatar Marcus Griep1-1/+1
2008-09-10Git.pm: Use File::Temp->tempfile instead of ->newLibravatar Marcus Griep1-2/+2
2008-09-06git-svn: fix handling of even funkier branch namesLibravatar Eric Wong1-0/+1
2008-09-06git-svn: set auto_props when renaming filesLibravatar Paul Talacko1-0/+1
2008-09-05git-svn: match SVN 1.5 behaviour of info' on unknown itemLibravatar Thomas Rast1-2/+2
2008-09-05git svn info: always quote URLs in 'info' outputLibravatar Thomas Rast1-3/+22
2008-09-05git svn info: make info relative to the current directoryLibravatar Thomas Rast1-2/+3
2008-09-05git svn: catch lack of upstream info for dcommit earlierLibravatar Thomas Rast1-4/+4
2008-09-05git-svn: check error code of send_txstreamLibravatar Eric Wong1-1/+5
2008-09-05git-svn: Send deltas during commitsLibravatar Florian Weimer1-5/+13
2008-09-05git-svn: Introduce SVN::Git::Editor::_chg_file_get_blobLibravatar Florian Weimer1-12/+19
2008-09-05git-svn: extract base blob in generate_diffLibravatar Florian Weimer1-3/+4
2008-08-20git-svn: fix dcommit to urls with embedded usernamesLibravatar Eric Wong1-3/+5
2008-08-12git-svn: Reduce temp file usage when dealing with non-linksLibravatar Marcus Griep1-24/+22
2008-08-12git-svn: Make it incrementally faster by minimizing temp filesLibravatar Marcus Griep1-17/+18
2008-08-08git-svn: wrap long lines in a few placesLibravatar Eric Wong1-2/+5
2008-08-08git-svn: Allow deep branch names by supporting multi-globsLibravatar Marcus Griep1-16/+44
2008-08-08Fix multi-glob assertion in git-svnLibravatar Marcus Griep1-2/+3