summary refs log tree commit diff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-16Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano1-6/+6
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason1-6/+6
2022-03-01status: fix nested sparse directory diff in sparse indexVictoria Dye1-0/+9
2022-01-05Merge branch 'xw/am-empty'Junio C Hamano1-1/+7
2021-12-15am: support --allow-empty to record specific empty patches徐沛文 (Aleen)1-1/+7
2021-10-21status: print stash info with --porcelain=v2 --show-stashØystein Walle1-0/+15
2021-10-21status: count stash entries in separate functionØystein Walle1-2/+8
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-3/+3
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano1-3/+62
2021-07-16Merge branch 'ds/gender-neutral-doc'Junio C Hamano1-1/+1
2021-07-14wt-status: expand added sparse directory entriesDerrick Stolee1-0/+51
2021-07-14status: skip sparse-checkout percentage with sparse-indexDerrick Stolee1-3/+11
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason1-2/+1
2021-06-16comments: avoid using the gender of our usersFelipe Contreras1-1/+1
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano1-2/+2
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano1-0/+4
2021-04-28wt-status: fix multiple small leaksAndrzej Hunt1-0/+4
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-2/+2
2021-03-13use CALLOC_ARRAYRené Scharfe1-3/+3
2021-01-25Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano1-1/+3
2021-01-07branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason1-2/+2
2020-12-08diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain1-1/+3
2020-10-05Merge branch 'ma/worktree-cleanups'Junio C Hamano1-30/+42
2020-09-27wt-status: introduce wt_status_state_free_buffers()Martin Ågren1-3/+8
2020-09-27wt-status: print to s->fp, not stdoutMartin Ågren1-25/+32
2020-09-27wt-status: replace sha1 mentions with oidMartin Ågren1-4/+4
2020-09-18Merge branch 'jc/quote-path-cleanup'Junio C Hamano1-24/+13
2020-09-10wt-status: consistently quote paths in "status --short" outputJunio C Hamano1-2/+2
2020-09-10quote_path: optionally allow quoting a path with SP in itJunio C Hamano1-12/+3
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano1-12/+12
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano1-2/+0
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano1-1/+1
2020-09-02wt-status: tolerate dangling marksJonathan Tan1-1/+1
2020-08-31Merge branch 'hn/refs-pseudorefs'Junio C Hamano1-3/+3
2020-08-21sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys1-1/+1
2020-08-21sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys1-2/+2
2020-08-18dir: fix problematic API to avoid memory leaksElijah Newren1-2/+2
2020-08-18dir: make clear_directory() free all relevant memoryElijah Newren1-4/+0
2020-08-10Merge branch 'jk/strvec'Junio C Hamano1-10/+9
2020-07-28strvec: fix indentation in renamed callsJeff King1-2/+1
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-8/+8
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-07-28Remove doubled words in various commentsElijah Newren1-1/+1
2020-06-18wt-status: show sparse checkout status as wellElijah Newren1-0/+41
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren1-4/+2
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano1-1/+1
2019-08-27status: mention --skip for revert and cherry-pickDenton Liu1-0/+4
2019-08-19wt-status: convert struct wt_status to object_idbrian m. carlson1-1/+1
2019-07-19Merge branch 'jl/status-reduce-vertical-blank'Junio C Hamano1-4/+0
2019-07-09Merge branch 'jh/status-aheadbehind'Junio C Hamano1-0/+17