summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* mailinfo: stop parsing options manuallyĐoàn Trần Công Danh2021-05-071-30/+45
* mailinfo: load default metainfo_charset lazilyĐoàn Trần Công Danh2021-05-071-9/+31
* Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano2021-04-301-0/+145
|\
| * parallel-checkout: make it truly parallelMatheus Tavares2021-04-191-0/+145
* | Merge branch 'so/log-diff-merge'Junio C Hamano2021-04-301-0/+2
|\ \
| * | diff-merges: introduce log.diffMerges config variableSergey Organov2021-04-161-0/+2
* | | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-3013-14/+75
|\ \ \
| * | | update-index: ensure full indexDerrick Stolee2021-04-141-0/+2
| * | | stash: ensure full indexDerrick Stolee2021-04-141-0/+2
| * | | rm: ensure full indexDerrick Stolee2021-04-141-0/+2
| * | | merge-index: ensure full indexDerrick Stolee2021-04-141-0/+5
| * | | ls-files: ensure full indexDerrick Stolee2021-04-141-0/+4
| * | | grep: ensure full indexDerrick Stolee2021-04-141-0/+2
| * | | fsck: ensure full indexDerrick Stolee2021-04-141-0/+2
| * | | difftool: ensure full indexDerrick Stolee2021-04-141-0/+3
| * | | commit: ensure full indexDerrick Stolee2021-04-141-0/+4
| * | | checkout: ensure full indexDerrick Stolee2021-04-141-0/+5
| * | | checkout-index: ensure full indexDerrick Stolee2021-04-141-0/+2
| * | | add: ensure full indexDerrick Stolee2021-04-141-0/+2
| * | | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-5/+5
| * | | sparse-checkout: disable sparse-indexDerrick Stolee2021-03-301-1/+9
| * | | sparse-checkout: toggle sparse index from builtinDerrick Stolee2021-03-301-1/+16
| * | | sparse-checkout: hold pattern list in indexDerrick Stolee2021-03-301-7/+10
* | | | Merge branch 'ds/maintenance-prefetch-fix'Junio C Hamano2021-04-302-28/+70
|\ \ \ \
| * | | | maintenance: respect remote.*.skipFetchAllDerrick Stolee2021-04-161-0/+3
| * | | | maintenance: use 'git fetch --prefetch'Derrick Stolee2021-04-161-4/+3
| * | | | fetch: add --prefetch optionDerrick Stolee2021-04-161-1/+58
| * | | | maintenance: simplify prefetch logicDerrick Stolee2021-04-061-25/+8
| | |/ / | |/| |
* | | | Merge branch 'jk/promisor-optim'Junio C Hamano2021-04-302-2/+2
|\ \ \ \
| * | | | lookup_unknown_object(): take a repository argumentJeff King2021-04-132-2/+2
* | | | | Merge branch 'jk/pack-objects-bitmap-progress-fix'Junio C Hamano2021-04-201-1/+2
|\ \ \ \ \
| * | | | | pack-objects: update "nr_seen" progress based on pack-reused countJeff King2021-04-121-1/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'en/ort-readiness'Junio C Hamano2021-04-161-0/+1
|\ \ \ \ \
| * | | | | merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflictElijah Newren2021-03-201-0/+1
* | | | | | Merge branch 'tb/pack-preferred-tips-to-give-bitmap'Junio C Hamano2021-04-131-0/+34
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau2021-03-311-0/+34
* | | | | | Merge branch 'en/sequencer-edit-upon-conflict-fix'Junio C Hamano2021-04-081-3/+1
|\ \ \ \ \ \
| * | | | | | sequencer: fix edit handling for cherry-pick and revert messagesElijah Newren2021-03-311-3/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'll/clone-reject-shallow'Junio C Hamano2021-04-081-0/+21
|\ \ \ \ \ \
| * | | | | | builtin/clone.c: add --reject-shallow optionLi Linchao2021-04-011-0/+21
* | | | | | | Merge branch 'tb/reverse-midx'Junio C Hamano2021-04-082-35/+149
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | midx: allow marking a pack as preferredTaylor Blau2021-04-012-4/+17
| * | | | | | builtin/multi-pack-index.c: display usage on unrecognized commandTaylor Blau2021-03-301-4/+7
| * | | | | | builtin/multi-pack-index.c: don't enter bogus cmd_modeTaylor Blau2021-03-301-2/+8
| * | | | | | builtin/multi-pack-index.c: split sub-commandsTaylor Blau2021-03-301-25/+105
| * | | | | | builtin/multi-pack-index.c: define common usage with a macroTaylor Blau2021-03-301-1/+16
| * | | | | | builtin/multi-pack-index.c: don't handle 'progress' separatelyTaylor Blau2021-03-301-5/+3
| * | | | | | builtin/multi-pack-index.c: inline 'flags' with optionsTaylor Blau2021-03-301-7/+6
* | | | | | | Merge branch 'ab/fsck-api-cleanup'Junio C Hamano2021-04-074-42/+19
|\ \ \ \ \ \ \
| * | | | | | | fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason2021-03-281-20/+1