Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-29tests: disable fsync everywhereEric Wong
2021-05-21git-svn: stop passing "-m" to "git rev-list"Sergey Organov
2020-10-22perl: check for perl warnings while running testsJeff King
2020-06-22perl: make SVN code hash independentbrian m. carlson
2020-06-22perl: create and switch variables for hash constantsbrian m. carlson
2019-09-28git-svn: trim leading and trailing whitespaces in author nameTobias Klauser
2018-04-05git-svn: allow empty email-address using authors-prog and authors-fileAndreas Heiduk
2018-02-24perl: call timegm and timelocal with 4-digit yearBernhard M. Wiedemann
2017-08-08git svn fetch: Create correct commit timestamp when using --localtimeUrs Thuermann
2016-12-23git-svn: escape backslashes in refnamesEric Wong
2016-10-28Merge branch 'svn-cache' of git://bogomips.org/git-svnJunio C Hamano
2016-10-27git-svn: do not reuse caches memoized for a different architectureGavin Lambert
2016-10-14git-svn: "git worktree" awarenessEric Wong
2016-07-10git-svn: warn instead of dying when commit data is missingEric Wong
2016-06-23git-svn: skip mergeinfo handling with --no-follow-parentEric Wong
2016-05-08Git/SVN: die when there is no commit metadataChristian Couder
2015-11-10git-svn: improve rebase/mkdirs performanceDair Grant
2015-02-27Merge branch 'svn-maint-fixes' into svn-fixesJunio C Hamano
2015-02-27git-svn: fix localtime=true on non-glibc environmentsRyuichi Kokubo
2015-02-26git-svn: lazy load some modulesEric Wong
2015-01-15Git::SVN: handle missing ref_id case correctlyRamkumar Ramachandra
2014-10-30git-svn: add space after "W:" prefix in warningEric Wong
2014-10-30git-svn: (cleanup) remove editor param passingEric Wong
2014-10-27git-svn: disable _rev_list memoizationEric Wong
2014-10-25git-svn: remove mergeinfo rev cachingEric Wong
2014-10-25git-svn: cache only mergeinfo revisionsEric Wong
2014-10-25git-svn: reduce check_cherry_pick cache overheadEric Wong
2014-10-25git-svn: only look at the root path for svn:mergeinfoJakob Stoklund Olesen
2014-10-25git-svn: only look at the new parts of svn:mergeinfoJakob Stoklund Olesen
2014-04-17SVN.pm::parse_svn_date: allow timestamps with a single-digit hourRomanBelinsky
2014-04-01code and test: fix misuses of "nor"Justin Lebar
2014-04-01comments: fix misuses of "nor"Justin Lebar
2014-01-23git-svn: memoize _rev_list and rebuildlin zuojian
2013-03-08git svn: consistent spacing after "W:" in warningsEric Wong
2013-03-08git svn: ignore partial svn:mergeinfoJan Pešta
2013-02-14Merge branch 'bw/get-tz-offset-perl'Junio C Hamano
2013-02-10Move Git::SVN::get_tz to Git::get_tz_offsetBen Walton
2013-01-24git-svn: cleanup sprintf usage for uppercasing hexEric Wong
2012-10-06Git::SVN: rename private path fieldJonathan Nieder
2012-10-06git-svn.perl: keep processing all commits in parents_excludeSteven Walter
2012-10-06git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tipSteven Walter
2012-08-22Merge branch 'ms/git-svn-1.7'Junio C Hamano
2012-08-10git svn: reset invalidates the memoized mergeinfo cachesPeter Baumann
2012-08-03git-svn: remove ad-hoc canonicalizationsMichael G. Schwern
2012-08-03git-svn: canonicalize newly-minted URLsMichael G. Schwern
2012-08-03git-svn: introduce add_path_to_url functionMichael G. Schwern
2012-08-03git-svn: replace URL escapes with canonicalizationMichael G. Schwern
2012-08-03git-svn: attempt to mimic SVN 1.7 URL canonicalizationMichael G. Schwern
2012-08-03Git::SVN{,::Ra}: canonicalize earlierMichael G. Schwern
2012-08-03git-svn: add join_paths() to safely concatenate pathsMichael G. Schwern