summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
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
2019-05-13Merge branch 'pw/clean-sequencer-state-upon-final-commit'Junio C Hamano
2019-05-13status: fix display of rebase -ir's `label` commandJohannes Schindelin
2019-05-13wt-status: drop unused status parameterJeff King
2019-05-08Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy
2019-04-18merge: cleanup messages like commitDenton Liu
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert
2019-04-17fix cherry-pick/revert status after commitPhillip Wood
2019-02-22trace2:data: add trace2 regions to wt-statusJeff Hostetler
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy
2019-01-14repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy
2019-01-04Merge branch 'nd/the-index'Junio C Hamano
2018-11-13status: rebase and merge can be in progress at the same timeJohannes Schindelin
2018-11-12wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy
2018-11-12wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy