summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-23worktree: repair copied repository and linked worktreesEric Sunshine3-2/+59
2024-09-23commit-graph: remove unnecessary UNLEAKRené Scharfe1-1/+0
2024-09-23archive: load index before pathspec checksRené Scharfe2-19/+32
2024-09-23diff: report modified binary files as changes in builtin_diff()René Scharfe2-0/+9
2024-09-20scalar: configure maintenance during 'reconfigure'Derrick Stolee2-2/+8
2024-09-20maintenance: add custom config to background jobsDerrick Stolee2-7/+49
2024-09-20credential: add new interactive config optionDerrick Stolee3-3/+57
2024-09-20ci: update FreeBSD image to 13.4Carlo Marcelo Arenas Belón1-1/+1
2024-09-20submodule status: propagate SIGPIPEPhillip Wood2-1/+12
2024-09-20The 19th batchJunio C Hamano1-4/+20
2024-09-20Merge branch 'jk/git-pm-bare-repo-fix'Junio C Hamano3-9/+13
2024-09-20Merge branch 'bb/unicode-width-table-16'Junio C Hamano1-12/+25
2024-09-20Merge branch 'ma/test-libcurl-prereq'Junio C Hamano2-3/+5
2024-09-20Merge branch 'jk/interop-test-build-options'Junio C Hamano3-3/+13
2024-09-20Merge branch 'jk/no-openssl-with-openssl-sha1'Junio C Hamano1-3/+4
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano42-72/+178
2024-09-20Merge branch 'pw/rebase-autostash-fix'Junio C Hamano4-10/+81
2024-09-19gitlab-ci: upgrade machine type of Linux runnersPatrick Steinhardt1-0/+2
2024-09-19ref-filter: fix a typoAndrew Kreimer1-1/+1
2024-09-19upload-pack: fix a typoAndrew Kreimer1-1/+1
2024-09-19sideband: fix a typoAndrew Kreimer1-1/+1
2024-09-19setup: fix a typoAndrew Kreimer1-1/+1
2024-09-19run-command: fix a typoAndrew Kreimer1-1/+1
2024-09-19revision: fix a typoAndrew Kreimer1-1/+1
2024-09-19refs: fix typosAndrew Kreimer1-3/+3
2024-09-19rebase: fix a typoAndrew Kreimer1-1/+1
2024-09-19read-cache-ll: fix a typoAndrew Kreimer1-1/+1
2024-09-19pretty: fix a typoAndrew Kreimer1-1/+1
2024-09-19object-file: fix a typoAndrew Kreimer1-1/+1
2024-09-19merge-ort: fix typosAndrew Kreimer1-2/+2
2024-09-19merge-ll: fix a typoAndrew Kreimer1-1/+1
2024-09-19http: fix a typoAndrew Kreimer1-1/+1
2024-09-19gpg-interface: fix a typoAndrew Kreimer1-1/+1
2024-09-19git-p4: fix typosAndrew Kreimer1-2/+2
2024-09-19git-instaweb: fix a typoAndrew Kreimer1-1/+1
2024-09-19fsmonitor-settings: fix a typoAndrew Kreimer1-1/+1
2024-09-19diffcore-rename: fix typosAndrew Kreimer1-2/+2
2024-09-19config.mak.dev: fix a typoAndrew Kreimer1-1/+1
2024-09-18cmake: generalize the handling of the `UNIT_TEST_OBJS` listJohannes Schindelin1-3/+4
2024-09-18cmake: stop looking for `REFTABLE_TEST_OBJS` in the MakefileJohannes Schindelin1-5/+1
2024-09-18cmake: rename clar-related variables to avoid confusionJohannes Schindelin1-6/+6
2024-09-18Merge branch 'ps/reftable-exclude' into jc/cmake-unit-test-updatesJunio C Hamano16-201/+594
2024-09-18The eighteenth batchJunio C Hamano1-0/+5
2024-09-18Merge branch 'es/chainlint-message-updates'Junio C Hamano45-95/+113
2024-09-18Merge branch 'ps/clar-unit-test'Junio C Hamano31-234/+3459
2024-09-17apply: refactor `struct image` to use a `struct strbuf`Patrick Steinhardt6-123/+79
2024-09-17apply: rename members that track line count and allocation lengthPatrick Steinhardt1-46/+45
2024-09-17apply: refactor code to drop `line_allocated`Patrick Steinhardt1-19/+14
2024-09-17apply: introduce macro and function to init imagesPatrick Steinhardt1-8/+14
2024-09-17apply: rename functions operating on `struct image`Patrick Steinhardt1-31/+30