summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2025-02-04remote: rename function omit_name_by_refspecMeet Soni1-1/+1
2025-02-03backfill: assume --sparse when sparse-checkout is enabledDerrick Stolee1-0/+7
2025-02-03backfill: add --sparse optionDerrick Stolee1-1/+14
2025-02-03backfill: add --min-batch-size=<n> optionDerrick Stolee1-1/+3
2025-02-03backfill: basic functionality and testsDerrick Stolee1-3/+99
2025-02-03backfill: add builtin boilerplateDerrick Stolee1-0/+28
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano4-16/+20
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano1-0/+2
2025-02-03Merge branch 'tb/unsafe-hash-cleanup'Junio C Hamano1-1/+1
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt5-32/+30
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt5-9/+9
2025-01-31Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanupJunio C Hamano1-1/+1
2025-01-31Merge branch 'jc/show-index-h-update'Junio C Hamano1-1/+1
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