summaryrefslogtreecommitdiffstats
path: root/symlinks.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-08The sixth batchJunio C Hamano1-0/+15
2024-01-05index-pack: spawn threads atomicallyJeff King1-0/+2
2024-01-05commit-graph: retain commit slab when closing NULL commit_graphJeff King2-1/+5
2024-01-04write-or-die: make GIT_FLUSH a Boolean environment variableChandra Pratap2-14/+10
2024-01-03Documentation: fix statement about rebase.instructionFormatMaarten van der Schrieck2-2/+2
2024-01-03reftable/merged: transfer ownership of records when iteratingPatrick Steinhardt1-2/+4
2024-01-03reftable/merged: really reuse buffers to compute record keysPatrick Steinhardt1-2/+0
2024-01-03reftable/record: store "val2" hashes as static arraysPatrick Steinhardt4-20/+6
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt7-30/+13
2024-01-03reftable/record: constify some parts of the interfacePatrick Steinhardt2-6/+6
2024-01-03reftable/writer: fix index corruption when writing multiple indicesPatrick Steinhardt2-2/+82
2024-01-03reftable/stack: do not auto-compact twice in `reftable_stack_add()`Patrick Steinhardt1-3/+0
2024-01-03reftable/stack: do not overwrite errors when compactingPatrick Steinhardt1-12/+8
2024-01-03t1006: prefer shell loop to awk for packed object sizesRené Scharfe1-6/+8
2024-01-02The fifth batchJunio C Hamano1-0/+12
2024-01-02t9500: write "extensions.refstorage" into configPatrick Steinhardt1-0/+5
2024-01-02builtin/clone: introduce `--ref-format=` value flagPatrick Steinhardt3-1/+34
2024-01-02builtin/init: introduce `--ref-format=` value flagPatrick Steinhardt3-1/+45
2024-01-02builtin/rev-parse: introduce `--show-ref-format` flagPatrick Steinhardt3-0/+24
2024-01-02t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvarPatrick Steinhardt3-1/+18
2024-01-02setup: introduce GIT_DEFAULT_REF_FORMAT envvarPatrick Steinhardt3-0/+30
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick Steinhardt8-6/+69
2024-01-02setup: set repository's formats on initPatrick Steinhardt1-0/+7
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt7-9/+48
2024-01-02refs: refactor logic to look up storage backendsPatrick Steinhardt7-13/+31
2024-01-02worktree: skip reading HEAD when repairing worktreesPatrick Steinhardt1-8/+23
2024-01-02t: introduce DEFAULT_REPO_FORMAT prereqPatrick Steinhardt2-1/+5
2023-12-28attr: add builtin objectmode values supportJoanna Wang5-3/+210
2023-12-28mem-pool: simplify alignment calculationRené Scharfe1-3/+1
2023-12-28mem-pool: fix big allocationsRené Scharfe3-3/+35
2023-12-28sideband.c: remove redundant 'NEEDSWORK' tagChandra Pratap1-1/+4
2023-12-28SubmittingPatches: hyphenate non-ASCIIJosh Soref1-1/+1
2023-12-28SubmittingPatches: clarify GitHub artifact formatJosh Soref1-1/+2
2023-12-28SubmittingPatches: clarify GitHub visualJosh Soref1-5/+5
2023-12-28SubmittingPatches: provide tag naming adviceJosh Soref1-0/+3
2023-12-28SubmittingPatches: update extra tags listJosh Soref1-0/+8
2023-12-28SubmittingPatches: discourage new trailersJosh Soref1-2/+3
2023-12-28SubmittingPatches: drop ref to "What's in git.git"Josh Soref1-1/+1
2023-12-28CodingGuidelines: write punctuation marksJosh Soref1-1/+1
2023-12-28CodingGuidelines: move period inside parenthesesJosh Soref1-1/+1
2023-12-27The fourth batchJunio C Hamano1-0/+48
2023-12-26sparse-checkout: use default patterns for 'set' only !stdinJunio C Hamano1-1/+1
2023-12-26sparse-checkout: be consistent with end of options markersElijah Newren2-7/+10
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren22-25/+0
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren4-0/+4
2023-12-26trace2/tr2_tls.h: remove unnecessary includeElijah Newren3-1/+2
2023-12-26submodule-config.h: remove unnecessary includeElijah Newren2-1/+1
2023-12-26pkt-line.h: remove unnecessary includeElijah Newren3-1/+2
2023-12-26line-log.h: remove unnecessary includeElijah Newren3-2/+2
2023-12-26http.h: remove unnecessary includeElijah Newren4-1/+3