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
path: root/t
AgeCommit message (Expand)Author
2022-05-06Merge branch 'jc/show-pathspec-fix' into maintJunio C Hamano
2022-05-06Merge branch 'jc/diff-tree-stdin-fix' into maintJunio C Hamano
2022-05-06Merge branch 'gc/submodule-update-part2' into maintJunio C Hamano
2022-05-04git-p4: improve encoding handling to support inconsistent encodingsTao Klerks
2022-05-04Merge branch 'rs/format-patch-pathspec-fix'Junio C Hamano
2022-05-04Merge branch 'rs/fast-export-pathspec-fix'Junio C Hamano
2022-05-04Merge branch 'jc/show-pathspec-fix'Junio C Hamano
2022-04-302.36 fast-export regression fixRené Scharfe
2022-04-302.36 format-patch regression fixRené Scharfe
2022-04-302.36 show regression fixJunio C Hamano
2022-04-29push: new config option "push.autoSetupRemote" supports "simple" pushTao Klerks
2022-04-29push: default to single remote even when not named originTao Klerks
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks
2022-04-28Merge branch 'jc/diff-tree-stdin-fix'Junio C Hamano
2022-04-28Merge branch 'gc/submodule-update-part2'Junio C Hamano
2022-04-27safe.directory: document and check that it's ignored in the environmentSZEDER Gábor
2022-04-27t0033-safe-directory: check when 'safe.directory' is ignoredSZEDER Gábor
2022-04-27t0033-safe-directory: check the error message without matching the trash dirSZEDER Gábor
2022-04-26rev-parse: integrate with sparse indexDerrick Stolee
2022-04-26object-name: diagnose trees in index properlyDerrick Stolee
2022-04-26object-name: reject trees found in the indexDerrick Stolee
2022-04-26show: integrate with the sparse indexDerrick Stolee
2022-04-26t1092: add compatibility tests for 'git show'Derrick Stolee
2022-04-26submodule--helper: fix initialization of warn_if_uninitializedOrgad Shaneh
2022-04-262.36 gitk/diff-tree --stdin regression fixJunio C Hamano
2022-04-25clone: die() instead of BUG() on bad refsDerrick Stolee
2022-04-23log: "--since-as-filter" option is a non-terminating "--since" variantMiklos Vajna
2022-04-22show-branch: -g and --current are incompatibleJunio C Hamano
2022-04-21rebase: use correct base for --keep-base when a branch is givenAlex Henrie
2022-04-21diff: use mks_tempfile_dt()René Scharfe
2022-04-14Revert "fetch: increase test coverage of fetches"Junio C Hamano
2022-04-14Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano
2022-04-14Sync with Git 2.35.3Junio C Hamano
2022-04-14Git 2.35.3v2.35.3Junio C Hamano
2022-04-14Git 2.34.3v2.34.3Junio C Hamano
2022-04-14Git 2.33.3v2.33.3Junio C Hamano
2022-04-14Git 2.32.2v2.32.2Junio C Hamano
2022-04-14Git 2.31.3v2.31.3Junio C Hamano
2022-04-13setup: opt-out of check with safe.directory=*Derrick Stolee
2022-04-13setup: fix safe.directory key not being checkedMatheus Valadares
2022-04-13t0033: add tests for safe.directoryDerrick Stolee
2022-04-13t1011: replace test -f with test_path_is_fileSiddharth Asthana
2022-04-12Merge tag 'v2.35.2'Junio C Hamano
2022-04-11tests: make SANITIZE=address imply TEST_NO_MALLOC_CHECKPhillip Wood
2022-04-11t7812: test PCRE2 whitespace bugRené Scharfe
2022-04-08Merge branch 'ld/sparse-index-bash-completion'Junio C Hamano
2022-04-08t9902: split test to run on appropriate systemsAdam Dinwoodie
2022-04-08convert: clarify line ending conversion warningAlex Henrie
2022-04-06blame: report correct number of lines in progress when using rangesEdmundo Carmona Antoranz
2022-04-06git-p4: preserve utf8 BOM when importing from p4 to gitTao Klerks