summaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-101-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-131-2/+4
* | revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason2022-04-131-2/+0
* | revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason2022-04-131-0/+1
* | revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* | revision.[ch]: provide and start using a release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-2/+3
|/
* Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano2022-03-161-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-151-1/+7
* | status: print stash info with --porcelain=v2 --show-stashØystein Walle2021-10-211-0/+15
* | status: count stash entries in separate functionØystein Walle2021-10-211-2/+8
|/
* advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-3/+3
* Merge branch 'ds/status-with-sparse-index'Junio C Hamano2021-07-281-3/+62
|\
| * wt-status: expand added sparse directory entriesDerrick Stolee2021-07-141-0/+51
| * status: skip sparse-checkout percentage with sparse-indexDerrick Stolee2021-07-141-3/+11
* | Merge branch 'ds/gender-neutral-doc'Junio C Hamano2021-07-161-1/+1
|\ \
| * | comments: avoid using the gender of our usersFelipe Contreras2021-06-161-1/+1
* | | dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-011-2/+1
| |/ |/|
* | Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-101-2/+2
|\ \
| * | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-2/+2
| |/
* | Merge branch 'ah/plugleaks'Junio C Hamano2021-05-071-0/+4
|\ \ | |/ |/|
| * wt-status: fix multiple small leaksAndrzej Hunt2021-04-281-0/+4
* | use CALLOC_ARRAYRené Scharfe2021-03-131-3/+3
|/
* Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano2021-01-251-1/+3
|\
| * diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain2020-12-081-1/+3
* | branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason2021-01-071-2/+2
|/
* Merge branch 'ma/worktree-cleanups'Junio C Hamano2020-10-051-30/+42
|\
| * wt-status: introduce wt_status_state_free_buffers()Martin Ågren2020-09-271-3/+8
| * wt-status: print to s->fp, not stdoutMartin Ågren2020-09-271-25/+32
| * wt-status: replace sha1 mentions with oidMartin Ågren2020-09-271-4/+4