summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-01-03reftable/writer: fix index corruption when writing multiple indicesPatrick Steinhardt-2/+82
2024-01-03reftable/stack: do not auto-compact twice in `reftable_stack_add()`Patrick Steinhardt-3/+0
2024-01-03reftable/stack: do not overwrite errors when compactingPatrick Steinhardt-12/+8
2024-01-03t1006: prefer shell loop to awk for packed object sizesRené Scharfe-6/+8
2024-01-02The fifth batchJunio C Hamano-0/+12
2024-01-02Merge branch 'ps/pseudo-refs'Junio C Hamano-39/+87
2024-01-02Merge branch 'jc/orphan-unborn'Junio C Hamano-12/+30
2024-01-02Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano-8/+38
2024-01-02Merge branch 'la/trailer-cleanups'Junio C Hamano-45/+61
2024-01-02Merge branch 'jc/retire-cas-opt-name-constant'Junio C Hamano-5/+3
2024-01-02Merge branch 'rs/rebase-use-strvec-pushf'Junio C Hamano-11/+6
2024-01-02Merge branch 'sh/completion-with-reftable'Junio C Hamano-5/+38
2024-01-02t9500: write "extensions.refstorage" into configPatrick Steinhardt-0/+5
2024-01-02builtin/clone: introduce `--ref-format=` value flagPatrick Steinhardt-1/+34
2024-01-02builtin/init: introduce `--ref-format=` value flagPatrick Steinhardt-1/+45
2024-01-02builtin/rev-parse: introduce `--show-ref-format` flagPatrick Steinhardt-0/+24
2024-01-02t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvarPatrick Steinhardt-1/+18
2024-01-02setup: introduce GIT_DEFAULT_REF_FORMAT envvarPatrick Steinhardt-0/+30
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick Steinhardt-6/+69
2024-01-02setup: set repository's formats on initPatrick Steinhardt-0/+7
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt-9/+48
2024-01-02refs: refactor logic to look up storage backendsPatrick Steinhardt-13/+31
2024-01-02worktree: skip reading HEAD when repairing worktreesPatrick Steinhardt-8/+23
2024-01-02t: introduce DEFAULT_REPO_FORMAT prereqPatrick Steinhardt-1/+5
2023-12-28attr: add builtin objectmode values supportJoanna Wang-3/+210
2023-12-28mem-pool: simplify alignment calculationRené Scharfe-3/+1
2023-12-28mem-pool: fix big allocationsRené Scharfe-3/+35
2023-12-28sideband.c: remove redundant 'NEEDSWORK' tagChandra Pratap-1/+4
2023-12-27SubmittingPatches: hyphenate non-ASCIIJosh Soref-1/+1
2023-12-27SubmittingPatches: clarify GitHub artifact formatJosh Soref-1/+2
2023-12-27SubmittingPatches: clarify GitHub visualJosh Soref-5/+5
2023-12-27SubmittingPatches: provide tag naming adviceJosh Soref-0/+3
2023-12-27SubmittingPatches: update extra tags listJosh Soref-0/+8
2023-12-27SubmittingPatches: discourage new trailersJosh Soref-2/+3
2023-12-27SubmittingPatches: drop ref to "What's in git.git"Josh Soref-1/+1
2023-12-27CodingGuidelines: write punctuation marksJosh Soref-1/+1
2023-12-27CodingGuidelines: move period inside parenthesesJosh Soref-1/+1
2023-12-27The fourth batchJunio C Hamano-0/+48
2023-12-27Merge branch 'ps/clone-into-reftable-repository'Junio C Hamano-91/+150
2023-12-27Merge branch 'rs/t6300-compressed-size-fix'Junio C Hamano-9/+9
2023-12-27Merge branch 'jx/fetch-atomic-error-message-fix'Junio C Hamano-44/+59
2023-12-27Merge branch 'rs/c99-stdbool-test-balloon'Junio C Hamano-20/+22
2023-12-27Merge branch 'sp/test-i18ngrep'Junio C Hamano-1/+1
2023-12-27Merge branch 'jc/doc-misspelt-refs-fix'Junio C Hamano-1/+1
2023-12-27Merge branch 'jc/doc-most-refs-are-not-that-special'Junio C Hamano-9/+10
2023-12-27Merge branch 'es/add-doc-list-short-form-of-all-in-synopsis'Junio C Hamano-1/+1
2023-12-27Merge branch 'jk/mailinfo-iterative-unquote-comment'Junio C Hamano-4/+8
2023-12-27Merge branch 'ps/chainlint-self-check-update'Junio C Hamano-74/+90
2023-12-27Merge branch 'rs/show-ref-incompatible-options'Junio C Hamano-10/+12
2023-12-27Merge branch 'ps/reftable-fixes'Junio C Hamano-114/+213