summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
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
2021-04-28wt-status: fix multiple small leaksAndrzej Hunt
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-01-25Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano
2021-01-07branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason
2020-12-08diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain
2020-10-05Merge branch 'ma/worktree-cleanups'Junio C Hamano
2020-09-27wt-status: introduce wt_status_state_free_buffers()Martin Ågren
2020-09-27wt-status: print to s->fp, not stdoutMartin Ågren
2020-09-27wt-status: replace sha1 mentions with oidMartin Ågren
2020-09-19Merge branch 'jc/quote-path-cleanup'Junio C Hamano
2020-09-10wt-status: consistently quote paths in "status --short" outputJunio C Hamano
2020-09-10quote_path: optionally allow quoting a path with SP in itJunio C Hamano
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano
2020-09-02wt-status: tolerate dangling marksJonathan Tan
2020-08-31Merge branch 'hn/refs-pseudorefs'Junio C Hamano
2020-08-21sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys
2020-08-21sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-08-19dir: make clear_directory() free all relevant memoryElijah Newren
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-07-28Remove doubled words in various commentsElijah Newren
2020-06-18wt-status: show sparse checkout status as wellElijah Newren
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-08-27status: mention --skip for revert and cherry-pickDenton Liu
2019-08-19wt-status: convert struct wt_status to object_idbrian m. carlson
2019-07-19Merge branch 'jl/status-reduce-vertical-blank'Junio C Hamano
2019-07-09Merge branch 'jh/status-aheadbehind'Junio C Hamano
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-09Merge branch 'md/sort-detached-head-first'Junio C Hamano
2019-06-21status: warn when a/b calculation takes too longJeff Hostetler
2019-06-21status: remove the empty line after hintsJohn Lin
2019-06-19ref-filter: sort detached HEAD lines firstlyMatthew DeVore
2019-06-13Merge branch 'jk/unused-params-final-batch'Junio C Hamano
2019-05-19Merge branch 'js/rebase-i-label-shown-in-status-fix'Junio C Hamano