summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2009-02-18git-svn: fix parsing of timestamp obtained from svnJunio C Hamano
2009-02-16git-svn: Fix for rewriteRoot URL containing username.v1.6.2-rc1Dévai Tamás
2009-02-11git-svn: fix broken symlink workaround when switching branchesEric Wong
2009-02-11git-svn: Print revision while searching for earliest use of pathDeskin Miller
2009-02-11git-svn: abstract out a block into new method other_gs()Sam Vilain
2009-02-11git-svn: allow disabling expensive broken symlink checksEric Wong
2009-01-26git-svn: add --ignore-paths option for fetchingVitaly \"_Vi\" Shukela
2009-01-26git-svn: fix memory leak when checking for empty symlinksEric Wong
2009-01-19git-svn: Show UUID in svn info for added directories with svn 1.5.5Marcel Koeppen
2009-01-19git-svn: avoid importing nested git reposEric Wong
2009-01-18git-svn: fix SVN 1.1.x compatibilityEric Wong
2009-01-18git-svn: Add --localtime option to "fetch"Pete Harlan
2009-01-18git-svn: better attempt to handle broken symlink updatesEric Wong
2009-01-18git-svn: handle empty files marked as symlinks in SVNEric Wong
2008-12-15Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin
2008-12-10Merge branch 'maint'Junio C Hamano
2008-12-09git-svn: Make following parents atomicDeskin Miller
2008-12-03git-svn: Make branch use correct svn-remoteDeskin Miller
2008-11-14git-svn: Update git-svn to use the ability to place temporary files within re...Marten Svanfeldt (dev)
2008-11-14git-svn: proper detection of bare repositoriesDeskin Miller
2008-11-14git-svn: respect i18n.commitencoding configEric Wong
2008-11-14git-svn: don't escape tilde ('~') for http(s) URLsEric Wong
2008-10-31Merge branch 'maint'Junio C Hamano
2008-10-31git-svn: change dashed git-commit-tree to git commit-treeDeskin Miller
2008-10-26Merge branch 'maint'Junio C Hamano
2008-10-24git-svn: change dashed git-config to git configDeskin Miller
2008-10-06Add git-svn branch to allow branch creation in SVN repositoriesFlorian Ragwitz
2008-09-30Merge branch 'maint'Shawn O. Pearce
2008-09-30git-svn: call 'fatal' correctly in set-treeLuc Heinrich
2008-09-22git-svn: do a partial rebuild if rev_map is out-of-dateDeskin Miller
2008-09-19Merge branch 'maint'Junio C Hamano
2008-09-19git-svn: fix handling of even funkier branch namesEric Wong
2008-09-19git-svn: Always create a new RA when calling do_switch for svn://Alec Berryman
2008-09-10Merge branch 'maint'Junio C Hamano
2008-09-10git-svn: Fixes my() parameter list syntax error in pre-5.8 PerlMarcus Griep
2008-09-10Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep
2008-09-07git-svn: fix handling of even funkier branch namesEric Wong
2008-09-07git-svn: set auto_props when renaming filesPaul Talacko
2008-09-05git-svn: match SVN 1.5 behaviour of info' on unknown itemThomas Rast
2008-09-05git svn info: always quote URLs in 'info' outputThomas Rast
2008-09-05git svn info: make info relative to the current directoryThomas Rast
2008-09-05git svn: catch lack of upstream info for dcommit earlierThomas Rast
2008-09-05git-svn: check error code of send_txstreamEric Wong
2008-09-05git-svn: Send deltas during commitsFlorian Weimer
2008-09-05git-svn: Introduce SVN::Git::Editor::_chg_file_get_blobFlorian Weimer
2008-09-05git-svn: extract base blob in generate_diffFlorian Weimer
2008-08-21git-svn: fix dcommit to urls with embedded usernamesEric Wong
2008-08-13git-svn: Reduce temp file usage when dealing with non-linksMarcus Griep
2008-08-13git-svn: Make it incrementally faster by minimizing temp filesMarcus Griep
2008-08-08git-svn: wrap long lines in a few placesEric Wong