summaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'jc/quote-path-cleanup'Junio C Hamano2020-09-181-24/+13
|\ \
| * | wt-status: consistently quote paths in "status --short" outputJunio C Hamano2020-09-101-2/+2
| * | quote_path: optionally allow quoting a path with SP in itJunio C Hamano2020-09-101-12/+3
| * | quote_path: give flags parameter to quote_path()Junio C Hamano2020-09-101-12/+12
| * | quote_path: rename quote_path_relative() to quote_path()Junio C Hamano2020-09-101-2/+0
| |/
* | Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-091-1/+1
|\ \ | |/ |/|
| * wt-status: tolerate dangling marksJonathan Tan2020-09-021-1/+1
* | Merge branch 'hn/refs-pseudorefs'Junio C Hamano2020-08-311-3/+3
|\ \
| * | sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys2020-08-211-1/+1
| * | sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys2020-08-211-2/+2
* | | dir: fix problematic API to avoid memory leaksElijah Newren2020-08-181-2/+2
* | | dir: make clear_directory() free all relevant memoryElijah Newren2020-08-181-4/+0
|/ /
* | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-10/+9
|\ \
| * | strvec: fix indentation in renamed callsJeff King2020-07-281-2/+1
| * | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-8/+8
| * | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
| |/
* | Remove doubled words in various commentsElijah Newren2020-07-281-1/+1
|/
* wt-status: show sparse checkout status as wellElijah Newren2020-06-181-0/+41
* Fix error-prone fill_directory() API; make it only return matchesElijah Newren2020-04-011-4/+2
* Merge branch 'bc/object-id-part17'Junio C Hamano2019-10-111-1/+1
|\
| * wt-status: convert struct wt_status to object_idbrian m. carlson2019-08-191-1/+1
* | status: mention --skip for revert and cherry-pickDenton Liu2019-08-271-0/+4
|/
* Merge branch 'jl/status-reduce-vertical-blank'Junio C Hamano2019-07-191-4/+0
|\
| * status: remove the empty line after hintsJohn Lin2019-06-211-4/+0