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
2024-01-02builtin/rev-parse: introduce `--show-ref-format` flagPatrick Steinhardt
2023-10-10ref-cache.c: fix prefix matching in ref iterationVictoria Dye
2022-12-19tests: make 'test_oid' print trailing newlineSZEDER Gábor
2022-10-07Sync with 2.37.4Taylor Blau
2022-10-07Sync with 2.31.5Taylor Blau
2022-10-07Sync with 2.30.6Taylor Blau
2022-10-01t/t1NNN: allow local submodulesTaylor Blau
2022-09-02submodule--helper: fix a leak in "clone_submodule"Ævar Arnfjörð Bjarmason
2021-05-17rev-parse: fix segfault with missing --path-format argumentWolfgang Müller
2021-02-18Merge branch 'ew/rev-parse-since-test'Junio C Hamano
2021-02-11t1500: ensure current --since= behavior remainsEric Wong
2021-01-26Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-12-13rev-parse: add option for absolute or relative path formattingbrian m. carlson
2020-11-20t[01]*: 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-30t: remove test_oid_init in testsbrian m. carlson
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King
2019-10-28rev-parse: add a --show-object-format optionbrian m. carlson
2018-09-29rev-parse: --show-superproject-working-tree should work during a mergeSam McKelvie
2017-09-19rev-parse: rev-parse: add --is-shallow-repositoryØystein Walle
2017-03-09rev-parse: add --show-superproject-working-treeStefan Beller
2017-02-28Merge branch 'js/git-path-in-subdir'Junio C Hamano
2017-02-17rev-parse: fix several options when running in a subdirectoryJohannes Schindelin
2017-02-17rev-parse tests: add tests executed from a subdirectoryMichael Rappazzo
2017-02-04rev-parse: add '--absolute-git-dir' optionSZEDER Gábor
2016-05-19t1500: avoid setting environment variables outside of testsEric Sunshine
2016-05-19t1500: avoid setting configuration options outside of testsEric Sunshine
2016-05-19t1500: avoid changing working directory outside of testsEric Sunshine
2016-05-19t1500: test_rev_parse: facilitate future test enhancementsEric Sunshine
2016-05-17t1500: be considerate to future potential testsEric Sunshine
2009-02-15t1500: more 'git rev-parse --git-dir' testsSZEDER Gábor
2009-02-15Move 'rev-parse --git-dir' test to t1500SZEDER Gábor
2008-05-06Don't use the 'export NAME=value' in the test scripts.Bryan Donlan
2008-02-07fix config reading in testsJeff King
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-06-07extend rev-parse test for --is-inside-work-treeMatthias Lederhofer
2007-06-07test git rev-parseMatthias Lederhofer