summaryrefslogtreecommitdiff
path: root/wt-status.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-09wt-status: use "format" function attribute for status_printfLibravatar Jeff King1-4/+4
2013-04-02status: show commit sha1 in "You are currently reverting" messageLibravatar Matthieu Moy1-0/+1
2013-04-02status: show 'revert' state and status hintLibravatar Matthieu Moy1-0/+1
2013-04-01Merge branch 'nd/branch-show-rebase-bisect-state'Libravatar Junio C Hamano1-2/+5
2013-03-21Merge branch 'tb/document-status-u-tradeoff'Libravatar Junio C Hamano1-0/+1
2013-03-16status: show more info than "currently not on any branch"Libravatar Nguyễn Thái Ngọc Duy1-1/+3
2013-03-16wt-status: split wt_status_state parsing function outLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2013-03-16wt-status: move strbuf into read_and_strip_branch()Libravatar Nguyễn Thái Ngọc Duy1-2/+2
2013-03-16status: advise to consider use of -u when read_directory takes too longLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2013-02-05status: show the branch name if possible in in-progress infoLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2012-09-15wt-status.c: mark a private file-scope symbol as staticLibravatar Junio C Hamano1-2/+0
2012-07-16status: color in-progress message like other header messagesLibravatar Jeff King1-1/+0
2012-06-14wt-status.*: better advices for git status addedLibravatar Lucien Kong1-0/+11