summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-01-16t9902: verify that completion does not print anythingPatrick Steinhardt-2/+10
2024-01-16completion: discover repo path in `__git_pseudoref_exists ()`Patrick Steinhardt-3/+2
2024-01-16rev-list-options: fix off-by-one in '--filter=blob:limit=<n>' explainerNikolay Edigaryev-4/+4
2024-01-16unit-tests: rewrite t/helper/test-ctype.c as a unit testAchu Luma-77/+81
2024-01-15commit-graph: fix memory leak when not writing graphPatrick Steinhardt-11/+8
2024-01-12The seventh batchJunio C Hamano-1/+18
2024-01-12Merge branch 'cp/git-flush-is-an-env-bool'Junio C Hamano-14/+10
2024-01-12Merge branch 'ms/rebase-insnformat-doc-fix'Junio C Hamano-2/+2
2024-01-12Merge branch 'jx/sideband-chomp-newline-fix'Junio C Hamano-10/+147
2024-01-12Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano-192/+1033
2024-01-12Merge branch 'jk/t1006-cat-file-objectsize-disk'Junio C Hamano-0/+36
2024-01-12Merge branch 'jw/builtin-objectmode-attr'Junio C Hamano-3/+210
2024-01-12Merge branch 'js/contributor-docs-updates'Junio C Hamano-12/+25
2024-01-12strvec: use correct member name in commentsLinus Arver-4/+4
2024-01-12messages: mark some strings with "up-to-date" not to touchJunio C Hamano-0/+4
2024-01-12t5541: remove lockfile creationJustin Tobler-13/+5
2024-01-12t1401: remove lockfile creationJustin Tobler-3/+2
2024-01-11branch: make the advice to force-deleting a conditional oneRubén Justo-3/+10
2024-01-11advice: fix an unexpected leading spaceRubén Justo-1/+1
2024-01-11advice: sort the advice related listsRubén Justo-91/+88
2024-01-11git-p4: stop reaching into the refdbPatrick Steinhardt-1/+2
2024-01-11reftable/blocksource: use mmap to read tablesPatrick Steinhardt-15/+7
2024-01-11reftable/blocksource: refactor code to match our coding stylePatrick Steinhardt-9/+8
2024-01-11reftable/stack: use stat info to avoid re-reading stack listPatrick Steinhardt-1/+13
2024-01-11reftable/stack: refactor reloading to use file descriptorPatrick Steinhardt-3/+18
2024-01-11reftable/stack: refactor stack reloading to have common exit pathPatrick Steinhardt-44/+42
2024-01-10gitweb: die when a configuration file cannot be readMarcelo Roberto Jimenez-1/+3
2024-01-10doc: refer to pathspec instead of pathBritton Leo Kerin-2/+2
2024-01-10doc: use singular form of repeatable path argBritton Leo Kerin-1/+1
2024-01-10t4129: prevent loss of exit code due to the use of pipesChandra Pratap-2/+4
2024-01-10mingw: give more details about unsafe directory's ownershipSören Krecker-13/+57
2024-01-08The sixth batchJunio C Hamano-0/+15
2024-01-08Merge branch 'rs/mem-pool-improvements'Junio C Hamano-6/+36
2024-01-08Merge branch 'rs/fast-import-simplify-mempool-allocation'Junio C Hamano-2/+1
2024-01-08Merge branch 'en/sparse-checkout-eoo'Junio C Hamano-7/+10
2024-01-08Merge branch 'jc/sparse-checkout-set-default-fix'Junio C Hamano-1/+1
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-335/+25
2024-01-08Merge branch 'ml/doc-merge-updates'Junio C Hamano-35/+35
2024-01-08Merge branch 'jc/archive-list-with-extra-args'Junio C Hamano-0/+12
2024-01-08fetch: add new config option fetch.allTamino Bauknecht-3/+186
2024-01-08builtin/worktree: create refdb via ref backendPatrick Steinhardt-26/+22
2024-01-08worktree: expose interface to look up worktree by namePatrick Steinhardt-11/+28
2024-01-08builtin/worktree: move setup of commondir file earlierPatrick Steinhardt-3/+4
2024-01-08refs/files: skip creation of "refs/{heads,tags}" for worktreesPatrick Steinhardt-8/+16
2024-01-08setup: move creation of "refs/" into the files backendPatrick Steinhardt-15/+17
2024-01-08refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt-10/+13
2024-01-08Merge branch 'ps/refstorage-extension' into ps/worktree-refdb-initializationJunio C Hamano-121/+479
2024-01-08ci: add job performing static analysis on GitLab CIPatrick Steinhardt-1/+16
2024-01-08git-prompt: stop manually parsing HEAD with unknown ref formatsPatrick Steinhardt-7/+24
2024-01-08Merge branch 'ps/refstorage-extension' into ps/prompt-parse-HEAD-futureproofJunio C Hamano-35/+334