Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update-index: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+2 |
* | stash: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+2 |
* | rm: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+2 |
* | merge-index: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+5 |
* | ls-files: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+4 |
* | grep: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+2 |
* | fsck: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+2 |
* | difftool: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+3 |
* | commit: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+4 |
* | checkout: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+5 |
* | checkout-index: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+2 |
* | add: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+2 |
* | *: remove 'const' qualifier for struct index_state | Derrick Stolee | 2021-04-14 | 1 | -5/+5 |
* | sparse-checkout: disable sparse-index | Derrick Stolee | 2021-03-30 | 1 | -1/+9 |
* | sparse-checkout: toggle sparse index from builtin | Derrick Stolee | 2021-03-30 | 1 | -1/+16 |
* | sparse-checkout: hold pattern list in index | Derrick Stolee | 2021-03-30 | 1 | -7/+10 |
* | tree.h API: simplify read_tree_recursive() signature | Ævar Arnfjörð Bjarmason | 2021-03-21 | 4 | -14/+14 |
* | ls-files: refactor away read_tree() | Ævar Arnfjörð Bjarmason | 2021-03-21 | 1 | -43/+34 |
* | ls-files: don't needlessly pass around stage variable | Ævar Arnfjörð Bjarmason | 2021-03-21 | 1 | -17/+8 |
* | tree.c API: move read_tree() into builtin/ls-files.c | Ævar Arnfjörð Bjarmason | 2021-03-21 | 1 | -0/+91 |
* | Merge branch 'jt/transfer-fsck-across-packs' | Junio C Hamano | 2021-03-01 | 2 | -3/+24 |
|\ | |||||
| * | fetch-pack: print and use dangling .gitmodules | Jonathan Tan | 2021-02-22 | 2 | -3/+24 |
* | | Merge branch 'jc/push-delete-nothing' | Junio C Hamano | 2021-02-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | push: do not turn --delete '' into a matching push | Junio C Hamano | 2021-02-24 | 1 | -1/+1 |
* | | | Merge branch 'js/params-vs-args' | Junio C Hamano | 2021-02-26 | 3 | -12/+12 |
|\ \ \ | |||||
| * | | | replace "parameters" by "arguments" in error messages | Johannes Sixt | 2021-02-23 | 3 | -12/+12 |
* | | | | Merge branch 'es/maintenance-of-bare-repositories' | Junio C Hamano | 2021-02-26 | 1 | -17/+33 |
|\ \ \ \ | |||||
| * | | | | maintenance: fix incorrect `maintenance.repo` path with bare repository | Eric Sunshine | 2021-02-23 | 1 | -17/+33 |
* | | | | | Merge branch 'mt/add-chmod-fixes' | Junio C Hamano | 2021-02-26 | 1 | -5/+13 |
|\ \ \ \ \ | |||||
| * | | | | | add: propagate --chmod errors to exit status | Matheus Tavares | 2021-02-24 | 1 | -4/+6 |
| * | | | | | add: mark --chmod error string for translation | Matheus Tavares | 2021-02-24 | 1 | -1/+1 |
| * | | | | | add --chmod: don't update index when --dry-run is used | Matheus Tavares | 2021-02-24 | 1 | -3/+9 |
| |/ / / / | |||||
* | | | | | Merge branch 'ah/rebase-no-fork-point-config' | Junio C Hamano | 2021-02-26 | 1 | -7/+13 |
|\ \ \ \ \ | |||||
| * | | | | | rebase: add a config option for --no-fork-point | Alex Henrie | 2021-02-24 | 1 | -7/+13 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'mt/grep-sparse-checkout' | Junio C Hamano | 2021-02-26 | 1 | -2/+5 |
|\ \ \ \ \ | |||||
| * | | | | | grep: honor sparse-checkout on working tree searches | Matheus Tavares | 2021-02-10 | 1 | -2/+5 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'jc/diffcore-rotate' | Junio C Hamano | 2021-02-26 | 4 | -0/+7 |
|\ \ \ \ \ | |||||
| * | | | | | diff: --{rotate,skip}-to=<path> | Junio C Hamano | 2021-02-16 | 4 | -0/+7 |
* | | | | | | Merge branch 'mt/checkout-index-corner-cases' | Junio C Hamano | 2021-02-26 | 1 | -11/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | checkout-index: omit entries with no tempname from --temp output | Matheus Tavares | 2021-02-16 | 1 | -11/+24 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'rs/blame-optim' | Junio C Hamano | 2021-02-26 | 1 | -5/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | blame: remove unnecessary use of get_commit_info() | Rafael Silva | 2021-02-17 | 1 | -5/+3 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jk/rev-list-disk-usage' | Junio C Hamano | 2021-02-26 | 1 | -0/+46 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | rev-list: add --disk-usage option for calculating disk usage | Jeff King | 2021-02-11 | 1 | -0/+46 |
* | | | | | | Merge branch 'ab/diff-deferred-free' | Junio C Hamano | 2021-02-23 | 1 | -11/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | diff: add an API for deferred freeing | Ævar Arnfjörð Bjarmason | 2021-02-11 | 1 | -11/+12 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'bc/signed-objects-with-both-hashes' | Junio C Hamano | 2021-02-23 | 2 | -6/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gpg-interface: improve interface for parsing tags | brian m. carlson | 2021-02-11 | 2 | -6/+14 |
* | | | | | | | Merge branch 'dl/stash-cleanup' | Junio C Hamano | 2021-02-23 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | stash: declare ref_stash as an array | Denton Liu | 2021-02-11 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | |