summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/ban-strtok'Junio C Hamano2023-05-021-2/+2
|\
| * string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau2023-04-241-2/+2
* | Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano2023-04-282-7/+3
|\ \
| * | builtin/gc.c: make `gc.cruftPacks` enabled by defaultTaylor Blau2023-04-181-5/+1
| * | builtin/gc.c: ignore cruft packs with `--keep-largest-pack`Taylor Blau2023-04-181-1/+1
| * | builtin/repack.c: fix incorrect reference to '-C'Taylor Blau2023-04-181-1/+1
| |/
* | Merge branch 'ds/fsck-pack-revindex'Junio C Hamano2023-04-271-0/+36
|\ \
| * | fsck: validate .rev file headerDerrick Stolee2023-04-171-2/+8
| * | fsck: create scaffolding for rev-index checksDerrick Stolee2023-04-171-0/+30
* | | Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2023-04-272-4/+6
|\ \ \ | |/ /
| * | t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau2023-04-132-4/+4
| * | config: enable `pack.writeReverseIndex` by defaultTaylor Blau2023-04-132-0/+2
| |/
* | Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano2023-04-252-12/+60
|\ \
| * | repack: disable writing bitmaps when doing a local repackPatrick Steinhardt2023-04-141-0/+12
| * | repack: honor `-l` when calculating pack geometryPatrick Steinhardt2023-04-141-2/+11
| * | pack-objects: fix error when same packfile is included and excludedPatrick Steinhardt2023-04-141-5/+3
| * | pack-objects: fix error when packing same pack twicePatrick Steinhardt2023-04-141-0/+2
| * | repack: fix generating multi-pack-index with only non-local packsPatrick Steinhardt2023-04-141-0/+11
| * | repack: fix trying to use preferred pack in alternatesPatrick Steinhardt2023-04-141-5/+21
* | | Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano2023-04-251-1/+1
|\ \ \
| * | | v0 protocol: use size_t for capability length/offsetJeff King2023-04-141-1/+1
| | |/ | |/|
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-2568-0/+125
|\ \ \
| * | | treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
| * | | pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-118-0/+8
| * | | editor: move editor-related functions and declarations into common fileElijah Newren2023-04-1111-0/+11
| * | | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-1127-0/+27
| * | | git-zlib: move declarations for git-zlib functions from cache.hElijah Newren2023-04-111-0/+1
| * | | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-1145-0/+45
| * | | treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-111-0/+1
| * | | treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-114-0/+4
| * | | treewide: be explicit about dependence on pack-revindex.hElijah Newren2023-04-111-0/+1
| * | | treewide: be explicit about dependence on convert.hElijah Newren2023-04-112-0/+2
| * | | treewide: be explicit about dependence on advice.hElijah Newren2023-04-1112-0/+12
| * | | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-119-0/+12
| * | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-0456-299/+377
| |\ \ \
* | \ \ \ Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano2023-04-213-4/+15
|\ \ \ \ \
| * | | | | branch, for-each-ref, tag: add option to omit empty linesØystein Walle2023-04-133-4/+15
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rn/sparse-describe'Junio C Hamano2023-04-211-0/+2
|\ \ \ \ \
| * | | | | describe: enable sparse index for describeRaghul Nanth A2023-04-031-0/+2
* | | | | | Merge branch 'gc/better-error-when-local-clone-fails-with-symlink'Junio C Hamano2023-04-201-1/+11
|\ \ \ \ \ \
| * | | | | | clone: error specifically with --local and symlinked objectsGlen Choo2023-04-111-1/+11
* | | | | | | Merge branch 'rs/get-tar-commit-id-use-defined-const'Junio C Hamano2023-04-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | get-tar-commit-id: use TYPEFLAG_GLOBAL_HEADER instead of magic valueRené Scharfe2023-04-101-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'Junio C Hamano2023-04-172-61/+13
|\ \ \ \ \ \ \
| * | | | | | | rebase -m: cleanup --strategy-option handlingPhillip Wood2023-04-101-20/+10
| * | | | | | | sequencer: use struct strvec to store merge strategy optionsPhillip Wood2023-04-101-17/+3
| * | | | | | | rebase: stop reading and writing unnecessary strategy statePhillip Wood2023-04-101-24/+0
* | | | | | | | Merge branch 'cm/branch-delete-error-message-update'Junio C Hamano2023-04-171-4/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | branch: improve error log on branch not found by checking remotes refsClement Mabileau2023-04-061-4/+21
* | | | | | | | | Merge branch 'tk/mergetool-gui-default-config'Junio C Hamano2023-04-171-4/+12
|\ \ \ \ \ \ \ \ \