summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2024-01-08branch: clarify <oldbranch> termRubén Justo-1/+2
2024-01-05rebase: clarify --reschedule-failed-exec defaultIllia Bobyr-7/+10
2024-01-05index-pack: spawn threads atomicallyJeff King-0/+2
2024-01-05commit-graph: retain commit slab when closing NULL commit_graphJeff King-1/+5
2024-01-04write-or-die: make GIT_FLUSH a Boolean environment variableChandra Pratap-14/+10
2024-01-03push: region_leave trace for negotiate_using_fetchSam Delmerico-1/+1
2024-01-03Documentation: fix statement about rebase.instructionFormatMaarten van der Schrieck-2/+2
2024-01-03reftable/merged: transfer ownership of records when iteratingPatrick Steinhardt-2/+4
2024-01-03reftable/merged: really reuse buffers to compute record keysPatrick Steinhardt-2/+0
2024-01-03reftable/record: store "val2" hashes as static arraysPatrick Steinhardt-20/+6
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt-30/+13
2024-01-03reftable/record: constify some parts of the interfacePatrick Steinhardt-6/+6