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