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
2023-12-09parse-options: decouple "--end-of-options" and "--"Jeff King
2023-01-18t: use hash-object --literally when created malformed objectsJeff King
2022-10-07Sync with 2.35.5Taylor Blau
2022-10-07Sync with 2.34.5Taylor Blau
2022-10-07Sync with 2.30.6Taylor Blau
2022-10-01t/t9NNN: allow local submodulesTaylor Blau
2022-04-302.36 fast-export regression fixRené Scharfe
2021-12-21fast-export: fix surprising behavior with --first-parentWilliam Sprent
2020-11-20t9[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-07-30t9350: make hash size independentbrian m. carlson
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-05t6130/t9350: prepare for stringent Win32 path validationJohannes Schindelin
2019-12-04mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin
2019-11-10Fix spelling errors in comments of testcasesElijah Newren
2019-10-04fast-export: handle nested tagsElijah Newren
2019-10-04t9350: add tests for tags of things other than a commitElijah Newren
2019-10-04fast-export: allow user to request tags be marked with --mark-tagsElijah Newren
2019-10-04fast-export: add support for --import-marks-if-existsElijah Newren
2019-09-28fast-export: fix exporting a tag and nothing elseElijah Newren
2019-05-14fast-export: do automatic reencoding of commit messages only if requestedElijah Newren
2019-05-14fast-export: avoid stripping encoding header if we cannot reencodeElijah Newren
2019-05-14t9350: fix encoding test to actually test reencodingElijah Newren
2018-11-17fast-export: add a --show-original-ids option to show original namesElijah Newren
2018-11-17fast-export: add --reference-excluded-parents optionElijah Newren
2018-11-17fast-export: ensure we export requested refsElijah Newren
2018-11-17fast-export: when using paths, avoid corrupt stream with non-existent markElijah Newren
2018-11-17fast-export: avoid dying when filtering by paths and old tags existElijah Newren
2018-05-08Merge branch 'ma/fast-export-skip-merge-fix'Junio C Hamano
2018-04-21fast-export: fix regression skipping some merge-commitsMartin Ågren
2018-03-28test: avoid pipes in git related commands for testPratik Karki
2017-10-23Merge branch 'jt/fast-export-copy-modify-fix' into maintJunio C Hamano
2017-09-29Merge branch 'jt/fast-export-copy-modify-fix'Junio C Hamano
2017-09-21fast-export: do not copy from modified fileJonathan Tan
2017-05-10t3901: move supporting files into t/t3901/Johannes Schindelin
2016-01-12t9350-fast-export.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-21fast-export: add support to delete refsFelipe Contreras
2014-04-21fast-export: add new --refspec optionFelipe Contreras
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King
2013-06-08tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt
2013-04-15fast-export: add --signed-tags=warn-strip modeJohn Keeping
2012-12-03fast-export: make sure updated refs get updatedFelipe Contreras
2012-12-03fast-export: don't handle uninteresting refsFelipe Contreras
2012-11-30fast-export: fix comparison in testsFelipe Contreras
2012-11-26fast-export: avoid importing blob marksFelipe Contreras
2012-07-09Merge branch 'js/fast-export-paths-with-spaces'Junio C Hamano