summaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'jh/status-aheadbehind'Junio C Hamano2019-07-091-0/+17
|\ \
| * | status: warn when a/b calculation takes too longJeff Hostetler2019-06-211-0/+17
* | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-7/+19
|\ \ \ | | |/ | |/|
| * | doc: promote "git restore"Nguyễn Thái Ngọc Duy2019-05-071-7/+19
* | | Merge branch 'md/sort-detached-head-first'Junio C Hamano2019-07-091-2/+2
|\ \ \ | |_|/ |/| |
| * | ref-filter: sort detached HEAD lines firstlyMatthew DeVore2019-06-191-2/+2
* | | Merge branch 'jk/unused-params-final-batch'Junio C Hamano2019-06-131-4/+2
|\ \ \
| * | | wt-status: drop unused status parameterJeff King2019-05-131-4/+2
* | | | Merge branch 'js/rebase-i-label-shown-in-status-fix'Junio C Hamano2019-05-191-1/+3
|\ \ \ \
| * | | | status: fix display of rebase -ir's `label` commandJohannes Schindelin2019-05-131-1/+3
| |/ / /
* | | | Merge branch 'pw/clean-sequencer-state-upon-final-commit'Junio C Hamano2019-05-131-5/+34
|\ \ \ \ | |/ / / |/| | |
| * | | fix cherry-pick/revert status after commitPhillip Wood2019-04-171-5/+34
| |/ /
* | | Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano2019-05-091-2/+2
|\ \ \
| * | | ref-filter: use correct branch for %(push:track)Damien Robert2019-04-181-2/+2
| |/ /
* | | merge: cleanup messages like commitDenton Liu2019-04-181-3/+9
| |/ |/|
* | trace2:data: add trace2 regions to wt-statusJeff Hostetler2019-02-221-2/+22
|/
* read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy2019-01-141-1/+1
* repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy2019-01-141-1/+1
* Merge branch 'nd/the-index'Junio C Hamano2019-01-041-41/+53
|\
| * wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-121-8/+10
| * wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-33/+43