summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-07branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason1-2/+2
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
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-7/+19
2019-07-09Merge branch 'md/sort-detached-head-first'Junio C Hamano1-2/+2
2019-06-21status: warn when a/b calculation takes too longJeff Hostetler1-0/+17
2019-06-21status: remove the empty line after hintsJohn Lin1-4/+0
2019-06-19ref-filter: sort detached HEAD lines firstlyMatthew DeVore1-2/+2
2019-06-13Merge branch 'jk/unused-params-final-batch'Junio C Hamano1-4/+2
2019-05-19Merge branch 'js/rebase-i-label-shown-in-status-fix'Junio C Hamano1-1/+3
2019-05-13Merge branch 'pw/clean-sequencer-state-upon-final-commit'Junio C Hamano1-5/+34
2019-05-13status: fix display of rebase -ir's `label` commandJohannes Schindelin1-1/+3
2019-05-13wt-status: drop unused status parameterJeff King1-4/+2
2019-05-09Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano1-2/+2
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy1-7/+19
2019-04-18merge: cleanup messages like commitDenton Liu1-3/+9
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert1-2/+2
2019-04-17fix cherry-pick/revert status after commitPhillip Wood1-5/+34
2019-02-22trace2:data: add trace2 regions to wt-statusJeff Hostetler1-2/+22
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy1-1/+1
2019-01-14repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy1-1/+1
2019-01-04Merge branch 'nd/the-index'Junio C Hamano1-41/+53
2018-11-13status: rebase and merge can be in progress at the same timeJohannes Schindelin1-2/+7
2018-11-12wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy1-8/+10