summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2023-06-23Merge branch 'tb/gc-recent-object-hook'Junio C Hamano3-0/+216
2023-06-23Merge branch 'tz/lib-gpg-prereq-fix'Junio C Hamano1-0/+1
2023-06-23Merge branch 'sl/worktree-sparse'Junio C Hamano2-0/+38
2023-06-23Merge branch 'rs/run-command-exec-error-on-noent'Junio C Hamano1-15/+5
2023-06-23Merge branch 'mh/credential-erase-improvements'Junio C Hamano1-0/+103
2023-06-23ll-merge: killing the external merge driver aborts the mergeJunio C Hamano1-0/+23
2023-06-22Merge branch 'ds/add-i-color-configuration-fix'Junio C Hamano1-0/+38
2023-06-22Merge branch 'ps/cat-file-null-output'Junio C Hamano1-91/+156
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano1-0/+40
2023-06-22Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano2-0/+42
2023-06-22Merge branch 'ja/worktree-orphan'Junio C Hamano1-10/+497
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren6-6/+7
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren1-0/+1
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren2-0/+2
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren17-17/+0
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren17-0/+17
2023-06-21repository.h: move declaration of the_index from cache.hElijah Newren1-0/+1
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren1-0/+1
2023-06-21init-db: document existing bug with core.bare in template configElijah Newren2-0/+32
2023-06-21notes: introduce "--no-separator" optionTeng Long1-3/+46
2023-06-21notes.c: introduce "--[no-]stripspace" optionTeng Long1-5/+291
2023-06-21notes.c: introduce '--separator=<paragraph-break>' optionTeng Long1-0/+126
2023-06-21t3321: add test cases about the notes stripspace behaviorTeng Long1-0/+291
2023-06-20Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano1-0/+15
2023-06-20Merge branch 'vd/worktree-config-is-per-repository'Junio C Hamano2-2/+44
2023-06-20Merge branch 'tb/submodule-null-deref-fix'Junio C Hamano1-0/+16
2023-06-20Merge branch 'jc/test-modernization-2'Junio C Hamano10-713/+737
2023-06-20Merge branch 'jc/test-modernization'Junio C Hamano20-1501/+1472
2023-06-20Merge branch 'tz/test-fix-pthreads-prereq'Junio C Hamano1-2/+2
2023-06-20Merge branch 'tz/test-ssh-verifytime-fix'Junio C Hamano1-1/+1
2023-06-17tests: mark as passing with SANITIZE=leakRubén Justo11-0/+11
2023-06-16commit: pass --no-divider to interpret-trailersJeff King1-0/+19
2023-06-16credential/libsecret: store new attributesM Hickford3-0/+80
2023-06-15credential: erase all matching credentialsM Hickford1-0/+33
2023-06-15credential: avoid erasing distinct passwordM Hickford1-0/+70
2023-06-15revision: handle pseudo-opts in `--stdin` modePatrick Steinhardt1-1/+50
2023-06-14diff-lib: honor override_submodule_config flag bitJosip Sokcevic1-0/+23
2023-06-13Merge branch 'zh/ls-files-format-atoms'Junio C Hamano1-0/+35
2023-06-13Merge branch 'sl/diff-tree-sparse'Junio C Hamano2-0/+44
2023-06-13Merge branch 'jk/format-patch-message-id-unleak'Junio C Hamano1-1/+1
2023-06-13Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano2-1/+47
2023-06-13Merge branch 'jc/diff-s-with-other-options'Junio C Hamano1-1/+33
2023-06-13Merge branch 'kh/keep-tag-editmsg-upon-failure'Junio C Hamano1-0/+19
2023-06-12pack-bitmap.c: gracefully degrade on failure to load MIDX'd packTaylor Blau1-0/+35
2023-06-12gc: introduce `gc.recentObjectsHook`Taylor Blau3-0/+216
2023-06-12builtin/repack.c: only collect fully-formed packsTaylor Blau1-0/+23
2023-06-12t/lib-gpg: require GPGSSH for GPGSSH_VERIFYTIME prereqTodd Zullinger1-0/+1
2023-06-12repository: create read_replace_refs settingDerrick Stolee1-0/+40
2023-06-12cat-file: add option '-Z' that delimits input and output with NULPatrick Steinhardt1-33/+90