summaryrefslogtreecommitdiffstats
path: root/wt-status.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/tree-name-and-depth-limit'Junio C Hamano2023-09-141-1/+1
|\
| * read_tree(): respect max_allowed_tree_depthJeff King2023-09-011-1/+1
* | Merge branch 'jk/diff-result-code-cleanup'Junio C Hamano2023-09-011-6/+6
|\ \
| * | diff: drop useless "status" parameter from diff_result_code()Jeff King2023-08-221-2/+2
| * | diff: drop useless return from run_diff_{files,index} functionsJeff King2023-08-221-4/+4
| * | diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano2023-08-221-3/+3
| |/
* | Merge branch 'ob/sequencer-empty-hint-fix'Junio C Hamano2023-08-311-1/+5
|\ \ | |/ |/|
| * sequencer: rectify empty hint in call of require_clean_work_tree()Oswald Buddenhagen2023-08-241-1/+5
* | Merge branch 'ah/advise-force-pushing'Junio C Hamano2023-07-251-1/+2
|\ \
| * | wt-status: don't show divergence advice when committingAlex Henrie2023-07-131-1/+2
* | | Merge branch 'jk/cherry-pick-revert-status'Junio C Hamano2023-07-061-2/+2
|\ \ \
| * | | fix cherry-pick/revert status when doing multiple commitsJacob Keller2023-06-281-2/+2
* | | | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | strbuf: remove global variableCalvin Wan2023-06-121-3/+3
| | |/ | |/|
* | | diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+1
* | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
|/ /
* | commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+2
* | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-10/+11
|\ \
| * | libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-5/+5
| * | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-9/+9
| |/
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* Merge branch 'jk/unused-post-2.39'Junio C Hamano2022-12-261-2/+2
|\
| * diff: mark unused parameters in callbacksJeff King2022-12-131-2/+2
* | status: modernize git-status "slow untracked files" adviceRudy Rigot2022-12-011-5/+23
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-8/+8
* refs: mark unused reflog callback parametersJeff King2022-08-191-5/+9
* Merge branch 'ab/env-array'Junio C Hamano2022-06-111-1/+1
|\
| * run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-1/+1
* | revisions API: add a TODO for diff_free(&revs->diffopt)Ævar Arnfjörð Bjarmason2022-04-141-2/+4
* | revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason2022-04-141-2/+0
* | revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason2022-04-141-0/+1
* | revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-0/+1
* | revision.[ch]: provide and start using a release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-2/+3
|/
* Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano2022-03-171-6/+6
|\
| * string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason2022-03-071-6/+6
* | status: fix nested sparse directory diff in sparse indexVictoria Dye2022-03-011-0/+9
|/
* Merge branch 'xw/am-empty'Junio C Hamano2022-01-051-1/+7
|\
| * am: support --allow-empty to record specific empty patches徐沛文 (Aleen)2021-12-161-1/+7
* | status: print stash info with --porcelain=v2 --show-stashØystein Walle2021-10-221-0/+15
* | status: count stash entries in separate functionØystein Walle2021-10-221-2/+8
|/
* advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-3/+3