summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree.h API: simplify read_tree_recursive() signatureÆvar Arnfjörð Bjarmason2021-03-214-14/+14
* ls-files: refactor away read_tree()Ævar Arnfjörð Bjarmason2021-03-211-43/+34
* ls-files: don't needlessly pass around stage variableÆvar Arnfjörð Bjarmason2021-03-211-17/+8
* tree.c API: move read_tree() into builtin/ls-files.cÆvar Arnfjörð Bjarmason2021-03-211-0/+91
* Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano2021-03-012-3/+24
|\
| * fetch-pack: print and use dangling .gitmodulesJonathan Tan2021-02-222-3/+24
* | Merge branch 'jc/push-delete-nothing'Junio C Hamano2021-02-261-1/+1
|\ \
| * | push: do not turn --delete '' into a matching pushJunio C Hamano2021-02-241-1/+1
* | | Merge branch 'js/params-vs-args'Junio C Hamano2021-02-263-12/+12
|\ \ \
| * | | replace "parameters" by "arguments" in error messagesJohannes Sixt2021-02-233-12/+12
* | | | Merge branch 'es/maintenance-of-bare-repositories'Junio C Hamano2021-02-261-17/+33
|\ \ \ \
| * | | | maintenance: fix incorrect `maintenance.repo` path with bare repositoryEric Sunshine2021-02-231-17/+33
* | | | | Merge branch 'mt/add-chmod-fixes'Junio C Hamano2021-02-261-5/+13
|\ \ \ \ \
| * | | | | add: propagate --chmod errors to exit statusMatheus Tavares2021-02-241-4/+6
| * | | | | add: mark --chmod error string for translationMatheus Tavares2021-02-241-1/+1
| * | | | | add --chmod: don't update index when --dry-run is usedMatheus Tavares2021-02-241-3/+9
| |/ / / /
* | | | | Merge branch 'ah/rebase-no-fork-point-config'Junio C Hamano2021-02-261-7/+13
|\ \ \ \ \
| * | | | | rebase: add a config option for --no-fork-pointAlex Henrie2021-02-241-7/+13
| | |_|_|/ | |/| | |
* | | | | Merge branch 'mt/grep-sparse-checkout'Junio C Hamano2021-02-261-2/+5
|\ \ \ \ \
| * | | | | grep: honor sparse-checkout on working tree searchesMatheus Tavares2021-02-101-2/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'jc/diffcore-rotate'Junio C Hamano2021-02-264-0/+7
|\ \ \ \ \
| * | | | | diff: --{rotate,skip}-to=<path>Junio C Hamano2021-02-164-0/+7
* | | | | | Merge branch 'mt/checkout-index-corner-cases'Junio C Hamano2021-02-261-11/+24
|\ \ \ \ \ \
| * | | | | | checkout-index: omit entries with no tempname from --temp outputMatheus Tavares2021-02-161-11/+24
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'rs/blame-optim'Junio C Hamano2021-02-261-5/+3
|\ \ \ \ \ \
| * | | | | | blame: remove unnecessary use of get_commit_info()Rafael Silva2021-02-171-5/+3
| |/ / / / /
* | | | | | Merge branch 'jk/rev-list-disk-usage'Junio C Hamano2021-02-261-0/+46
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | rev-list: add --disk-usage option for calculating disk usageJeff King2021-02-111-0/+46
* | | | | | Merge branch 'ab/diff-deferred-free'Junio C Hamano2021-02-231-11/+12
|\ \ \ \ \ \
| * | | | | | diff: add an API for deferred freeingÆvar Arnfjörð Bjarmason2021-02-111-11/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano2021-02-232-6/+14
|\ \ \ \ \ \
| * | | | | | gpg-interface: improve interface for parsing tagsbrian m. carlson2021-02-112-6/+14
* | | | | | | Merge branch 'dl/stash-cleanup'Junio C Hamano2021-02-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | stash: declare ref_stash as an arrayDenton Liu2021-02-111-1/+1
| | |_|/ / / / | |/| | | | |