summaryrefslogtreecommitdiffstats
path: root/wt-status.c (follow)
Commit message (Expand)AuthorAgeLines
* status: print stash info with --porcelain=v2 --show-stashØystein Walle2021-10-21-0/+15
* status: count stash entries in separate functionØystein Walle2021-10-21-2/+8
* advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-25-3/+3
* Merge branch 'ds/status-with-sparse-index'Junio C Hamano2021-07-28-3/+62
|\
| * wt-status: expand added sparse directory entriesDerrick Stolee2021-07-14-0/+51
| * status: skip sparse-checkout percentage with sparse-indexDerrick Stolee2021-07-14-3/+11
* | Merge branch 'ds/gender-neutral-doc'Junio C Hamano2021-07-16-1/+1
|\ \
| * | comments: avoid using the gender of our usersFelipe Contreras2021-06-16-1/+1
* | | dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-01-2/+1
| |/ |/|
* | Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-10-2/+2
|\ \
| * | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-27-2/+2
| |/
* | Merge branch 'ah/plugleaks'Junio C Hamano2021-05-07-0/+4
|\ \ | |/ |/|
| * wt-status: fix multiple small leaksAndrzej Hunt2021-04-28-0/+4
* | use CALLOC_ARRAYRené Scharfe2021-03-13-3/+3
|/
* Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano2021-01-25-1/+3
|\
| * diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain2020-12-08-1/+3
* | branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason2021-01-07-2/+2
|/
* Merge branch 'ma/worktree-cleanups'Junio C Hamano2020-10-05-30/+42
|\
| * wt-status: introduce wt_status_state_free_buffers()Martin Ågren2020-09-27-3/+8
| * wt-status: print to s->fp, not stdoutMartin Ågren2020-09-27-25/+32
| * wt-status: replace sha1 mentions with oidMartin Ågren2020-09-27-4/+4
* | Merge branch 'jc/quote-path-cleanup'Junio C Hamano2020-09-18-24/+13
|\ \
| * | wt-status: consistently quote paths in "status --short" outputJunio C Hamano2020-09-10-2/+2
| * | quote_path: optionally allow quoting a path with SP in itJunio C Hamano2020-09-10-12/+3
| * | quote_path: give flags parameter to quote_path()Junio C Hamano2020-09-10-12/+12
| * | quote_path: rename quote_path_relative() to quote_path()Junio C Hamano2020-09-10-2/+0
| |/
* | Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-09-1/+1
|\ \ | |/ |/|
| * wt-status: tolerate dangling marksJonathan Tan2020-09-02-1/+1
* | Merge branch 'hn/refs-pseudorefs'Junio C Hamano2020-08-31-3/+3
|\ \
| * | sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys2020-08-21-1/+1
| * | sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys2020-08-21-2/+2
* | | dir: fix problematic API to avoid memory leaksElijah Newren2020-08-18-2/+2
* | | dir: make clear_directory() free all relevant memoryElijah Newren2020-08-18-4/+0
|/ /
* | Merge branch 'jk/strvec'Junio C Hamano2020-08-10-10/+9
|\ \
| * | strvec: fix indentation in renamed callsJeff King2020-07-28-2/+1
| * | strvec: convert remaining callers away from argv_array nameJeff King2020-07-28-8/+8
| * | strvec: rename files from argv-array to strvecJeff King2020-07-28-1/+1
| |/
* / Remove doubled words in various commentsElijah Newren2020-07-28-1/+1
|/
* wt-status: show sparse checkout status as wellElijah Newren2020-06-18-0/+41
* Fix error-prone fill_directory() API; make it only return matchesElijah Newren2020-04-01-4/+2
* Merge branch 'bc/object-id-part17'Junio C Hamano2019-10-11-1/+1
|\
| * wt-status: convert struct wt_status to object_idbrian m. carlson2019-08-19-1/+1
* | status: mention --skip for revert and cherry-pickDenton Liu2019-08-27-0/+4
|/
* Merge branch 'jl/status-reduce-vertical-blank'Junio C Hamano2019-07-19-4/+0
|\
| * status: remove the empty line after hintsJohn Lin2019-06-21-4/+0
* | Merge branch 'jh/status-aheadbehind'Junio C Hamano2019-07-09-0/+17
|\ \
| * | status: warn when a/b calculation takes too longJeff Hostetler2019-06-21-0/+17
* | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-09-7/+19
|\ \ \ | | |/ | |/|
| * | doc: promote "git restore"Nguyễn Thái Ngọc Duy2019-05-07-7/+19
* | | Merge branch 'md/sort-detached-head-first'Junio C Hamano2019-07-09-2/+2
|\ \ \ | |_|/ |/| |