summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mergetool: new config guiDefault supports auto-toggling gui by DISPLAYTao Klerks2023-04-051-4/+12
| |/ / / / / / / /
* | | | | | | | | Merge branch 'sl/sparse-write-tree'Junio C Hamano2023-04-171-0/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | write-tree: integrate with sparse indexShuqi Liang2023-04-041-0/+3
* | | | | | | | | Merge branch 'jc/clone-object-format-from-void'Junio C Hamano2023-04-111-5/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clone: propagate object-format when cloning from voidJunio C Hamano2023-04-051-5/+6
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ws/sparse-check-rules'Junio C Hamano2023-04-111-20/+117
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | builtin/sparse-checkout: add check-rules commandWilliam Sprent2023-03-271-20/+111
| * | | | | | | | builtin/sparse-checkout: remove NEED_WORK_TREE flagWilliam Sprent2023-03-271-0/+6
* | | | | | | | | Merge branch 'ds/fetch-bundle-uri-with-all'Junio C Hamano2023-04-061-1/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fetch: download bundles once, even with --allDerrick Stolee2023-03-311-1/+6
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-06113-1/+248
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-2115-0/+15