aboutsummaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAge
* git svn: handle errors and concurrent commits in dcommitRobert Luberda2012-08-10
* Extract Git::SVN::GlobSpec from git-svn.Michael G. Schwern2012-07-27
* Move Git::IndexInfo into its own file.Michael G. Schwern2012-07-27
* Load all the modules in one place and before running code.Michael G. Schwern2012-07-27
* Extract Git::SVN::Migration from git-svn.Michael G. Schwern2012-07-27
* Prepare Git::SVN::Migration for extraction from git-svn.Michael G. Schwern2012-07-27
* Extract Git::SVN::Log from git-svn.Michael G. Schwern2012-07-27
* Prepare Git::SVN::Log for extraction from git-svn.Michael G. Schwern2012-07-27
* Move initialization of Git::SVN variables into Git::SVN.Michael G. Schwern2012-07-27
* Extract Git::SVN from git-svn into its own .pm file.Michael G. Schwern2012-07-27
* Prepare Git::SVN for extraction into its own file.Michael G. Schwern2012-07-27
* Extract some utilities from git-svn to allow extracting Git::SVN.Michael G. Schwern2012-07-27
* git-svn: don't create master if another head existsMarcin Owsiany2012-07-19
* git-svn: use YAML format for mergeinfo cache when possibleJonathan Nieder2012-06-10
* git-svn: make Git::SVN::RA a separate fileJonathan Nieder2012-06-10
* git-svn: make Git::SVN::Editor a separate fileJonathan Nieder2012-06-10
* Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12'Junio C Hamano2012-06-07
|\
| * git-svn: platform auth providers are working only on 1.6.15 or newerJunio C Hamano2012-06-04
* | git-svn: make Git::SVN::Fetcher a separate fileJonathan Nieder2012-05-29
* | git-svn: rename SVN::Git::* packages to Git::SVN::*Jonathan Nieder2012-05-29
* | git-svn: move Git::SVN::Prompt into its own fileJonathan Nieder2012-05-29
* | git-svn: support rebase --preserve-mergesAvishay Lavie2012-05-16
* | Merge branch 'master' of git://git.bogomips.org/git-svnJunio C Hamano2012-05-02
|\ \ | |/
| * git-svn: introduce SVN version comparison functionJunio C Hamano2012-05-02
* | Merge branch 'jk/maint-gitweb-test-use-sane-perl'Junio C Hamano2012-05-02
|\ \ | |/ |/|
| * Consistently use perl from /usr/bin/ for scriptsZbigniew Jędrzejewski-Szmek2012-05-01
* | git-svn: use platform specific auth providersMatthijs Kooijman2012-04-27
* | git-svn: drop redundant blocking of SIGPIPERoman Kagan2012-04-24
* | git-svn: ignore SIGPIPERoman Kagan2012-04-24
* | git-svn: use POSIX::sigprocmask to block signalsRoman Kagan2012-04-24
* | git-svn.perl: fix a false-positive in the "already exists" testSteven Walter2012-02-21
* | git-svn.perl: perform deletions before anything elseSteven Walter2012-02-21
* | git-svn: Fix time zone in --localtimeWei-Yin Chen (陳威尹)2012-02-21
* | git-svn: un-break "git svn rebase" when log.abbrevCommit=trueÆvar Arnfjörð Bjarmason2012-02-21
* | git-svn: remove redundant porcelain option to rev-listÆvar Arnfjörð Bjarmason2012-02-21
* | git-svn.perl: close the edit for propedits even with no modsSteven Walter2011-12-01
* | svn: Quote repository root in regex matchTed Percival2011-11-01
* | Merge branch 'pt/mingw-misc-fixes'Junio C Hamano2011-10-18
|\ \
| * | git-svn: On MSYS, escape and quote SVN_SSH also if set by the userSebastian Schuberth2011-10-14
* | | git-svn: Allow certain refs to be ignoredMichael Olson2011-10-16
* | | git svn dcommit: new option --interactive.Frédéric Heitzmann2011-10-16
|/ /
* | use -h for synopsis and --help for manpage consistentlyClemens Buchacher2011-10-05
* | git-svn: teach git-svn to populate svn:mergeinfoBryan Jacobs2011-09-13
* | git-svn: Teach dcommit --mergeinfo to handle multiple linesBryan Jacobs2011-09-01
* | git-svn: fix fetch with moved path when using rewriteRootEric Wong2011-09-01
* | git-svn: New flag to emulate empty directoriesRay Chen2011-09-01
|/
* git-svn: Correctly handle root commits in mergeinfo rangesMichael Haggerty2011-06-28
* git-svn: Disambiguate rev-list arguments to improve error messageMichael Haggerty2011-06-28
* Merge branch 'maint'Junio C Hamano2011-05-20
|\
| * git-svn: Fix git svn log --show-commitMichael J Gruber2011-05-20