summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-20merge-ort: maintain expected invariant for priv memberElijah Newren2-2/+43
2024-06-20merge-ort: extract handling of priv member into reusable functionElijah Newren1-5/+22
2024-06-20unbundle: extend object verification for fetchesXing Xin6-3/+76
2024-06-20fetch-pack: expose fsckObjects configuration logicXing Xin2-6/+16
2024-06-20bundle-uri: verify oid before writing refsXing Xin2-6/+152
2024-06-20t1006: ensure cat-file info isn't buffered by defaultEric Wong1-0/+30
2024-06-20git-gui: sv.po: Update Swedish translation (576t0f0u)Peter Krefting1-1597/+1670
2024-06-18merge: avoid write merge state when unable to write indexKyle Zhao2-1/+11
2024-06-17The fourteenth batchJunio C Hamano1-0/+37
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano68-364/+441
2024-06-17Merge branch 'jk/imap-send-plug-all-msgs-leak'Junio C Hamano1-1/+1
2024-06-17Merge branch 'jk/am-retry'Junio C Hamano4-32/+22
2024-06-17Merge branch 'jc/varargs-attributes'Junio C Hamano9-2/+11
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano26-82/+979
2024-06-17Merge branch 'ps/check-docs-fix'Junio C Hamano5-36/+122
2024-06-17Merge branch 'ps/ci-fix-detection-of-ubuntu-20'Junio C Hamano1-1/+1
2024-06-17Merge branch 'ap/credential-clear-fix'Junio C Hamano2-22/+28
2024-06-17Merge branch 'jc/format-patch-with-range-diff'Junio C Hamano2-47/+78
2024-06-17Git.pm: use array in command_bidi_pipe exampleEric Wong1-2/+2
2024-06-17attr: fix msan issue in read_attr_from_indexKyle Lippincott1-1/+2
2024-06-14pack-bitmap.c: ensure pseudo-merge offset reads are boundedTaylor Blau1-0/+5
2024-06-14Documentation/technical/bitmap-format.txt: add missing position tableTaylor Blau1-0/+9
2024-06-14hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE`Patrick Steinhardt1-10/+16
2024-06-14t/helper: remove dependency on `the_repository` in "proc-receive"Patrick Steinhardt1-6/+3
2024-06-14t/helper: fix segfault in "oid-array" command without repositoryPatrick Steinhardt2-0/+22
2024-06-14t/helper: use correct object hash in partial-clone helperPatrick Steinhardt1-1/+1
2024-06-14compat/fsmonitor: fix socket path in networked SHA256 reposPatrick Steinhardt1-3/+4
2024-06-14replace-object: use hash algorithm from passed-in repositoryPatrick Steinhardt1-1/+1
2024-06-14protocol-caps: use hash algorithm from passed-in repositoryPatrick Steinhardt1-1/+2
2024-06-14oidset: pass hash algorithm when parsing filePatrick Steinhardt4-5/+11
2024-06-14http-fetch: don't crash when parsing packfile without a repoPatrick Steinhardt3-1/+18
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt39-398/+400
2024-06-14refs: avoid include cycle with "repository.h"Patrick Steinhardt2-8/+7
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt160-3/+347
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt9-20/+14
2024-06-14hash: require hash algorithm in `is_empty_{blob,tree}_oid()`Patrick Steinhardt6-15/+19
2024-06-14hash: make `is_null_oid()` independent of `the_repository`Patrick Steinhardt2-5/+6
2024-06-14hash: convert `oidcmp()` and `oideq()` to compare whole hashPatrick Steinhardt2-20/+10
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt8-26/+15
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt48-140/+163
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt17-53/+52
2024-06-14hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functionsPatrick Steinhardt2-11/+1
2024-06-14remote: drop checks for zero-url caseJeff King6-37/+12
2024-06-14remote: always require at least one url in a remoteJeff King2-2/+2
2024-06-14t5801: test remote.*.vcs configJeff King2-0/+26
2024-06-14t5801: make remote-testgit GIT_DIR setup more robustJeff King1-1/+2
2024-06-14remote: allow resetting url listJeff King3-3/+48
2024-06-14config: document remote.*.url/pushurl interactionJeff King1-1/+7
2024-06-14remote: simplify url/pushurl selectionJeff King4-65/+31
2024-06-14remote: use strvecs to store remote url/pushurlJeff King10-84/+68