summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
2023-07-25Merge branch 'ah/advise-force-pushing'Junio C Hamano
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie
2023-07-06Merge branch 'jk/cherry-pick-revert-status'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-06-27fix cherry-pick/revert status when doing multiple commitsJacob Keller
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-12strbuf: remove global variableCalvin Wan
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-12-01status: modernize git-status "slow untracked files" adviceRudy Rigot
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused reflog callback parametersJeff King
2022-06-10Merge branch 'ab/env-array'Junio C Hamano
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-04-14revisions API: add a TODO for diff_free(&revs->diffopt)Ævar Arnfjörð Bjarmason
2022-04-14revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason
2022-04-14revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-04-14revision.[ch]: provide and start using a release_revisions()Ævar Arnfjörð Bjarmason
2022-03-17Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason
2022-03-01status: fix nested sparse directory diff in sparse indexVictoria Dye
2022-01-05Merge branch 'xw/am-empty'Junio C Hamano
2021-12-16am: support --allow-empty to record specific empty patches徐沛文 (Aleen)
2021-10-22status: print stash info with --porcelain=v2 --show-stashØystein Walle
2021-10-22status: count stash entries in separate functionØystein Walle
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano
2021-07-17Merge branch 'ds/gender-neutral-doc'Junio C Hamano
2021-07-14wt-status: expand added sparse directory entriesDerrick Stolee
2021-07-14status: skip sparse-checkout percentage with sparse-indexDerrick Stolee
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason
2021-06-16comments: avoid using the gender of our usersFelipe Contreras
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano