summaryrefslogtreecommitdiff
path: root/wt-status.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-07branch: sort detached HEAD based on a flagLibravatar Ævar Arnfjörð Bjarmason1-2/+0
2020-09-27wt-status: introduce wt_status_state_free_buffers()Libravatar Martin Ågren1-0/+7
2020-06-18wt-status: show sparse checkout status as wellLibravatar Elijah Newren1-0/+2
2019-12-06commit: give correct advice for empty commit during a rebaseLibravatar Phillip Wood1-1/+7
2019-12-06commit: use enum value for multiple cherry-picksLibravatar Phillip Wood1-1/+8
2019-08-19wt-status: convert struct wt_status to object_idLibravatar brian m. carlson1-1/+1
2019-07-31Merge branch 'jk/no-system-includes-in-dot-c'Libravatar Junio C Hamano1-1/+0
2019-07-09Merge branch 'md/sort-detached-head-first'Libravatar Junio C Hamano1-0/+3
2019-06-19ref-filter: sort detached HEAD lines firstlyLibravatar Matthew DeVore1-0/+3
2019-06-19wt-status.h: drop stdio.h includeLibravatar Jeff King1-1/+0
2019-04-18merge: cleanup messages like commitLibravatar Denton Liu1-0/+1
2018-11-12wt-status.c: remove implicit dependency the_repositoryLibravatar Nguyễn Thái Ngọc Duy1-1/+3
2018-11-12wt-status.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-5/+12
2018-10-03roll wt_status_state into wt_status and populate in the collect phaseLibravatar Stephen P. Smith1-18/+20
2018-09-07wt-status: rename commitable to committableLibravatar Stephen P. Smith1-1/+1
2018-05-13add status config and command line options for rename detectionLibravatar Ben Peart1-1/+3
2018-03-14wt-status: convert struct wt_status_state to object_idLibravatar brian m. carlson1-3/+3
2018-03-08Merge branch 'jh/status-no-ahead-behind'Libravatar Junio C Hamano1-0/+2
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Libravatar Jeff Hostetler1-0/+2
2018-01-23Merge branch 'nd/ita-wt-renames-in-status'Libravatar Junio C Hamano1-2/+3
2017-12-27wt-status.c: rename rename-related fields in wt_status_change_dataLibravatar Nguyễn Thái Ngọc Duy1-2/+3
2017-10-31status: add option to show ignored files differentlyLibravatar Jameson Miller1-1/+7
2017-06-30Merge branch 'ks/status-initial-commit'Libravatar Junio C Hamano1-0/+1
2017-06-21status: contextually notify user about an initial commitLibravatar Kaartic Sivaraam1-0/+1
2017-06-18status: add optional stash count informationLibravatar Liam Beguin1-0/+1
2017-05-18interpret-trailers: honor the cut lineLibravatar Brian Malehorn1-1/+1
2017-03-26Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZLibravatar brian m. carlson1-1/+1
2016-10-07wt-status: teach has_{unstaged,uncommitted}_changes() about submodulesLibravatar Johannes Schindelin1-3/+4
2016-10-07wt-status: export also the has_un{staged,committed}_changes() functionsLibravatar Johannes Schindelin1-1/+3
2016-10-07wt-status: make the require_clean_work_tree() function reusableLibravatar Johannes Schindelin1-0/+3
2016-08-11status: print branch info with --porcelain=v2 --branchLibravatar Jeff Hostetler1-0/+1
2016-08-11status: collect per-file data for --porcelain=v2Libravatar Jeff Hostetler1-0/+4
2016-08-05status: cleanup API to wt_status_printLibravatar Jeff Hostetler1-4/+12
2016-08-05status: rename long-format print routinesLibravatar Jeff Hostetler1-1/+1
2016-04-22wt-status.c: split bisect detection out of wt_status_get_state()Libravatar Nguyễn Thái Ngọc Duy1-0/+2
2016-04-22wt-status.c: make wt_status_check_rebase() work on any worktreeLibravatar Nguyễn Thái Ngọc Duy1-1/+4
2016-04-22wt-status.c: split rebase detection out of wt_status_get_state()Libravatar Nguyễn Thái Ngọc Duy1-0/+1
2015-08-21wt-status: move #include "pathspec.h" to the headerLibravatar SZEDER Gábor1-0/+1
2015-03-06wt-status: refactor detached HEAD analysisLibravatar Michael J Gruber1-0/+1
2014-03-31Merge branch 'mm/status-porcelain-format-i18n-fix'Libravatar Junio C Hamano1-0/+1
2014-03-26status: disable translation when --porcelain is usedLibravatar Matthieu Moy1-0/+1
2014-02-18wt-status.c: move cut-line print code out to wt_status_add_cut_lineLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2013-12-05commit -v: strip diffs and submodule shortlogs from the commit messageLibravatar Jens Lehmann1-0/+1
2013-10-11status: show commit sha1 in "You are currently cherry-picking" messageLibravatar Ralf Thielow1-0/+1
2013-09-20Merge branch 'mm/commit-template-squelch-advice-messages'Libravatar Junio C Hamano1-0/+1
2013-09-20Merge branch 'mm/status-without-comment-char'Libravatar Junio C Hamano1-0/+1
2013-09-12wt-status: turn advice_status_hints into a field of wt_statusLibravatar Matthieu Moy1-0/+1
2013-09-09Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano1-1/+1
2013-09-06status: disable display of '#' comment prefix by defaultLibravatar Matthieu Moy1-0/+1
2013-07-15status: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-1/+1