summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares2021-04-082-3/+6
* add: make --chmod and --renormalize honor sparse checkoutsMatheus Tavares2021-04-081-0/+5
* add: include magic part of pathspec on --refresh errorMatheus Tavares2021-04-081-1/+1
* 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-251-1/+1
|\ \
| * | push: do not turn --delete '' into a matching pushJunio C Hamano2021-02-231-1/+1
* | | Merge branch 'js/params-vs-args'Junio C Hamano2021-02-253-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-251-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-251-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-251-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-251-2/+5
|\ \ \ \ \
| * | | | | grep: honor sparse-checkout on working tree searchesMatheus Tavares2021-02-091-2/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'jc/diffcore-rotate'Junio C Hamano2021-02-254-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-251-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-251-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-251-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-221-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-222-6/+14
|\ \ \ \ \ \
| * | | | | | gpg-interface: improve interface for parsing tagsbrian m. carlson2021-02-102-6/+14
* | | | | | | Merge branch 'dl/stash-cleanup'Junio C Hamano2021-02-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | stash: declare ref_stash as an arrayDenton Liu2021-02-111-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'js/reflog-expire-stale-fix'Junio C Hamano2021-02-171-0/+3
|\ \ \ \ \ \ \
| * | | | | | | reflog expire --stale-fix: be generous about missing objectsJohannes Schindelin2021-02-111-0/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'ds/maintenance-pack-refs'Junio C Hamano2021-02-171-4/+19
|\ \ \ \ \ \ \
| * | | | | | | maintenance: incremental strategy runs pack-refs weeklyDerrick Stolee2021-02-091-0/+2
| * | | | | | | maintenance: add pack-refs taskDerrick Stolee2021-02-091-4/+17
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'mt/grep-cached-untracked'Junio C Hamano2021-02-171-0/+3
|\ \ \ \ \ \ \
| * | | | | | | grep: error out if --untracked is used with --cachedMatheus Tavares2021-02-091-0/+3
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'ab/branch-sort' into maintJunio C Hamano2021-02-083-4/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ma/more-opaque-lock-file' into maintJunio C Hamano2021-02-081-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'zh/arg-help-format' into maintJunio C Hamano2021-02-087-61/+61
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ds/for-each-repo-noopfix' into maintJunio C Hamano2021-02-051-0/+7
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'en/stash-apply-sparse-checkout' into maintJunio C Hamano2021-02-051-49/+116
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/rebase-commit-validation' into maintJunio C Hamano2021-02-051-1/+3
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/range-diff-one-side-only'Junio C Hamano2021-02-172-7/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | range-diff: offer --left-only/--right-only optionsJohannes Schindelin2021-02-061-1/+7
| * | | | | | | | | | | | | range-diff: combine all options in a single data structureJohannes Schindelin2021-02-062-6/+17
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'js/range-diff-wo-dotdot'Junio C Hamano2021-02-172-5/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \