aboutsummaryrefslogtreecommitdiffstats
path: root/builtin (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-29Merge branch 'rs/ref-fitler-used-atoms-value-fix'Junio C Hamano4-5/+1
2025-01-29Merge branch 'ja/doc-commit-markup-updates'Junio C Hamano1-1/+1
2025-01-28Merge branch 'mh/credential-cache-authtype-request-fix'Junio C Hamano1-2/+2
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano2-37/+24
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano34-57/+76
2025-01-27pack-objects: prevent name hash version changeDerrick Stolee1-0/+8
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee1-1/+4
2025-01-27repack: add --name-hash-version optionDerrick Stolee1-1/+8
2025-01-27pack-objects: add --name-hash-version optionDerrick Stolee1-5/+47
2025-01-27fetch set_head: fix non-mirror remotes in bare repositoriesBence Ferdinandy1-5/+5
2025-01-27fetch set_head: refactor to use remote directlyBence Ferdinandy1-8/+7
2025-01-24gc: add `--expire-to` optionZheNing Hu1-2/+7
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt1-0/+2
2025-01-23csum-file: introduce hashfile_checkpoint_init()Taylor Blau1-1/+1
2025-01-21pack-write: pass hash_algo to `write_rev_file()`Karthik Nayak1-3/+3
2025-01-21pack-write: pass hash_algo to `write_idx_file()`Karthik Nayak3-6/+8
2025-01-21pack-write: pass repository to `index_pack_lockfile()`Karthik Nayak1-1/+1
2025-01-21pack-write: pass hash_algo to `fixup_pack_header_footer()`Karthik Nayak3-6/+8
2025-01-21ref-filter: remove ref_format_clear()René Scharfe4-4/+0
2025-01-21ref-filter: move ahead-behind bases into used_atomRené Scharfe1-1/+1
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano23-43/+69
2025-01-21Merge branch 'jt/fsck-skiplist-parse-fix'Junio C Hamano1-1/+1
2025-01-21Merge branch 'ps/reftable-get-random-fix'Junio C Hamano1-1/+1
2025-01-21index-pack, unpack-objects: use skip_prefix to avoid magic numberJeff King2-6/+6
2025-01-21index-pack, unpack-objects: use get_be32() for reading pack headerJeff King2-11/+14
2025-01-21packfile: factor out --pack_header argument parsingJeff King2-23/+7
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano18-24/+35
2025-01-17oddballs: send usage() help text to standard outputJunio C Hamano5-4/+13
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano12-29/+28
2025-01-16Merge branch 'ps/more-sign-compare'Junio C Hamano2-26/+28
2025-01-15doc: the mode param of -u of git commit is optionalJean-Noël Avila1-1/+1
2025-01-10Merge branch 'ps/build-sign-compare'Junio C Hamano1-4/+5
2025-01-10builtin/blame: fix out-of-bounds write with blank boundary commitsPatrick Steinhardt1-3/+3
2025-01-10builtin/blame: fix out-of-bounds read with excessive `--abbrev`Patrick Steinhardt1-1/+2
2025-01-09credential-cache: respect authtype capabilityM Hickford1-2/+2
2025-01-07fsck: reject misconfigured fsck.skipListJustin Tobler1-1/+1
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt1-1/+1
2025-01-06Merge branch 'bf/fetch-set-head-config'Junio C Hamano1-2/+2
2025-01-06fetch: fix erroneous set_head advice messageBence Ferdinandy1-2/+2
2025-01-02Merge branch 'jk/lsan-race-ignore-false-positive'Junio C Hamano2-14/+0
2025-01-01Revert barrier-based LSan threading race workaroundJunio C Hamano2-14/+0
2025-01-01Merge branch 'jk/lsan-race-with-barrier'Junio C Hamano2-2/+14
2025-01-01Merge branch 'ps/weak-sha1-for-tail-sum-fix'Junio C Hamano1-1/+1
2024-12-30builtin/fast-import: fix segfault with unsafe SHA1 backendPatrick Steinhardt1-1/+1
2024-12-30grep: work around LSan threading race with barrierJeff King1-0/+8
2024-12-30index-pack: work around LSan threading race with barrierJeff King1-0/+6
2024-12-30Revert "index-pack: spawn threads atomically"Jeff King1-2/+0
2024-12-27commit-reach: use `size_t` to track indices when computing merge basesPatrick Steinhardt1-2/+2
2024-12-27builtin/log: fix remaining -Wsign-compare warningsPatrick Steinhardt1-14/+13
2024-12-27builtin/log: use `size_t` to track indicesPatrick Steinhardt1-10/+13