summaryrefslogtreecommitdiff
path: root/wt-status.h
AgeCommit message (Expand)Author
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
2018-10-04roll wt_status_state into wt_status and populate in the collect phaseStephen P. Smith
2018-09-07wt-status: rename commitable to committableStephen P. Smith
2018-05-13add status config and command line options for rename detectionBen Peart
2018-03-14wt-status: convert struct wt_status_state to object_idbrian m. carlson
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler
2018-01-23Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano
2017-12-27wt-status.c: rename rename-related fields in wt_status_change_dataNguyễn Thái Ngọc Duy
2017-10-31status: add option to show ignored files differentlyJameson Miller
2017-06-30Merge branch 'ks/status-initial-commit'Junio C Hamano
2017-06-22status: contextually notify user about an initial commitKaartic Sivaraam
2017-06-19status: add optional stash count informationLiam Beguin
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn
2017-03-27Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson
2016-10-07wt-status: teach has_{unstaged,uncommitted}_changes() about submodulesJohannes Schindelin
2016-10-07wt-status: export also the has_un{staged,committed}_changes() functionsJohannes Schindelin
2016-10-07wt-status: make the require_clean_work_tree() function reusableJohannes Schindelin
2016-08-11status: print branch info with --porcelain=v2 --branchJeff Hostetler
2016-08-11status: collect per-file data for --porcelain=v2Jeff Hostetler
2016-08-05status: cleanup API to wt_status_printJeff Hostetler
2016-08-05status: rename long-format print routinesJeff Hostetler
2016-04-22wt-status.c: split bisect detection out of wt_status_get_state()Nguyễn Thái Ngọc Duy
2016-04-22wt-status.c: make wt_status_check_rebase() work on any worktreeNguyễn Thái Ngọc Duy
2016-04-22wt-status.c: split rebase detection out of wt_status_get_state()Nguyễn Thái Ngọc Duy
2015-08-21wt-status: move #include "pathspec.h" to the headerSZEDER Gábor
2015-03-06wt-status: refactor detached HEAD analysisMichael J Gruber
2014-03-31Merge branch 'mm/status-porcelain-format-i18n-fix'Junio C Hamano
2014-03-26status: disable translation when --porcelain is usedMatthieu Moy
2014-02-18wt-status.c: move cut-line print code out to wt_status_add_cut_lineNguyễn Thái Ngọc Duy
2013-12-05commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann
2013-10-11status: show commit sha1 in "You are currently cherry-picking" messageRalf Thielow
2013-09-20Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano
2013-09-20Merge branch 'mm/status-without-comment-char'Junio C Hamano
2013-09-12wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-06status: disable display of '#' comment prefix by defaultMatthieu Moy
2013-07-15status: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-10wt-status: use "format" function attribute for status_printfJeff King
2013-04-02status: show commit sha1 in "You are currently reverting" messageMatthieu Moy
2013-04-02status: show 'revert' state and status hintMatthieu Moy
2013-04-01Merge branch 'nd/branch-show-rebase-bisect-state'Junio C Hamano
2013-03-21Merge branch 'tb/document-status-u-tradeoff'Junio C Hamano
2013-03-17status: show more info than "currently not on any branch"Nguyễn Thái Ngọc Duy
2013-03-17wt-status: split wt_status_state parsing function outNguyễn Thái Ngọc Duy
2013-03-17wt-status: move strbuf into read_and_strip_branch()Nguyễn Thái Ngọc Duy
2013-03-17status: advise to consider use of -u when read_directory takes too longNguyễn Thái Ngọc Duy
2013-02-05status: show the branch name if possible in in-progress infoNguyễn Thái Ngọc Duy
2012-09-16wt-status.c: mark a private file-scope symbol as staticJunio C Hamano