summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-09ci: reorder definitions for grouping functionsPatrick Steinhardt1-10/+10
2023-11-09l10n: tr: v2.43.0Emir SARI1-207/+322
2023-11-08Git 2.43-rc1v2.43.0-rc1Junio C Hamano2-1/+6
2023-11-08Merge branch 'tb/rev-list-unpacked-fix'Junio C Hamano5-0/+63
2023-11-08Merge branch 'ps/leakfixes'Junio C Hamano5-13/+28
2023-11-08Prepare for -rc1Junio C Hamano1-1/+19
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano226-1210/+1212
2023-11-08Merge branch 'la/strvec-header-fix'Junio C Hamano1-1/+0
2023-11-08Merge branch 'bc/merge-file-object-input'Junio C Hamano3-26/+132
2023-11-08Merge branch 'kn/rev-list-missing-fix'Junio C Hamano6-56/+155
2023-11-08Merge branch 'an/clang-format-typofix'Junio C Hamano1-3/+3
2023-11-08Merge branch 'tb/format-pack-doc-update'Junio C Hamano1-4/+5
2023-11-08Merge branch 'ps/show-ref'Junio C Hamano8-122/+373
2023-11-08Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano5-2/+84
2023-11-08Merge branch 'js/ci-use-macos-13'Junio C Hamano2-7/+5
2023-11-08Merge branch 'jk/chunk-bounds'Junio C Hamano1-3/+27
2023-11-08Merge branch 'jk/tree-name-and-depth-limit'Junio C Hamano1-1/+14
2023-11-07pack-bitmap: drop --unpacked non-commit objects from resultsTaylor Blau3-0/+47
2023-11-07list-objects: drop --unpacked non-commit objects from resultsTaylor Blau2-0/+16
2023-11-07RelNotes: improve wording of credential helper notesTodd Zullinger1-2/+3
2023-11-07RelNotes: minor typo fixes in 2.43.0 draftTodd Zullinger1-2/+2
2023-11-07A bit more before -rc1Junio C Hamano1-54/+15
2023-11-07Merge branch 'rc/trace-upload-pack'Junio C Hamano2-11/+55
2023-11-07Merge branch 'es/bugreport-no-extra-arg'Junio C Hamano2-1/+13
2023-11-07Merge branch 'js/my-first-contribution-update'Junio C Hamano1-3/+4
2023-11-07Merge branch 'ms/send-email-validate-fix'Junio C Hamano2-28/+51
2023-11-07Merge branch 'rs/reflog-expire-single-worktree-fix'Junio C Hamano2-3/+26
2023-11-07Merge branch 'rs/fix-arghelp'Junio C Hamano3-4/+4
2023-11-07Merge branch 'rs/parse-options-cmdmode'Junio C Hamano5-125/+183
2023-11-07Merge branch 'jc/grep-f-relative-to-cwd'Junio C Hamano2-2/+24
2023-11-07Merge branch 'ar/submitting-patches-doc-update'Junio C Hamano1-1/+1
2023-11-07setup: fix leaking repository formatPatrick Steinhardt1-0/+2
2023-11-07setup: refactor `upgrade_repository_format()` to have common exitPatrick Steinhardt1-11/+20
2023-11-07shallow: fix memory leak when registering shallow rootsPatrick Steinhardt3-1/+6
2023-11-07test-bloom: stop setting up Git directory twicePatrick Steinhardt1-1/+0
2023-11-04attr: enable attr pathspec magic for git-add and git-stashJoanna Wang4-18/+139
2023-11-04t: avoid perl's pack/unpack "Q" specifierJeff King1-3/+27
2023-11-03ci: upgrade to using macos-13Johannes Schindelin2-7/+5
2023-11-03t: mark several tests that assume the files backend with REFFILESPatrick Steinhardt6-21/+21
2023-11-03t7900: assert the absence of refs via git-for-each-ref(1)Patrick Steinhardt1-1/+2
2023-11-03t7300: assert exact states of repoPatrick Steinhardt1-9/+14
2023-11-03t4207: delete replace references via git-update-ref(1)Patrick Steinhardt1-2/+8
2023-11-03t1450: convert tests to remove worktrees via git-worktree(1)Patrick Steinhardt1-4/+4
2023-11-03t: convert tests to not access reflog via the filesystemPatrick Steinhardt2-18/+23
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt9-25/+40
2023-11-03t: convert tests to not write references via the filesystemPatrick Steinhardt4-24/+23
2023-11-03t: allow skipping expected object ID in `ref-store update-ref`Patrick Steinhardt1-4/+7
2023-11-03Merge branch 'ps/show-ref' into ps/ref-tests-updateJunio C Hamano8-122/+373
2023-11-03strvec: drop unnecessary include of hex.hLinus Arver1-1/+0
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano225-1191/+1191