summaryrefslogtreecommitdiff
path: root/wt-status.h
Commit message (Expand)AuthorAgeFilesLines
* status: skip sparse-checkout percentage with sparse-indexDerrick Stolee2021-07-141-0/+1
* branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason2021-01-071-2/+0
* wt-status: introduce wt_status_state_free_buffers()Martin Ågren2020-09-271-0/+7
* wt-status: show sparse checkout status as wellElijah Newren2020-06-181-0/+2
* commit: give correct advice for empty commit during a rebasePhillip Wood2019-12-061-1/+7
* commit: use enum value for multiple cherry-picksPhillip Wood2019-12-061-1/+8
* wt-status: convert struct wt_status to object_idbrian m. carlson2019-08-191-1/+1
* Merge branch 'jk/no-system-includes-in-dot-c'Junio C Hamano2019-07-311-1/+0
|\
| * wt-status.h: drop stdio.h includeJeff King2019-06-191-1/+0
* | Merge branch 'md/sort-detached-head-first'Junio C Hamano2019-07-091-0/+3
|\ \ | |/ |/|
| * ref-filter: sort detached HEAD lines firstlyMatthew DeVore2019-06-191-0/+3
* | merge: cleanup messages like commitDenton Liu2019-04-181-0/+1
|/
* wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-121-1/+3
* wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-5/+12
* roll wt_status_state into wt_status and populate in the collect phaseStephen P. Smith2018-10-031-18/+20
* wt-status: rename commitable to committableStephen P. Smith2018-09-071-1/+1
* add status config and command line options for rename detectionBen Peart2018-05-131-1/+3
* wt-status: convert struct wt_status_state to object_idbrian m. carlson2018-03-141-3/+3
* Merge branch 'jh/status-no-ahead-behind'Junio C Hamano2018-03-081-0/+2
|\
| * status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler2018-01-241-0/+2
* | Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano2018-01-231-2/+3
|\ \ | |/ |/|
| * wt-status.c: rename rename-related fields in wt_status_change_dataNguyễn Thái Ngọc Duy2017-12-271-2/+3
* | status: add option to show ignored files differentlyJameson Miller2017-10-311-1/+7
* | Merge branch 'ks/status-initial-commit'Junio C Hamano2017-06-301-0/+1
|\ \
| * | status: contextually notify user about an initial commitks/status-initial-commitKaartic Sivaraam2017-06-211-0/+1
| |/
* | status: add optional stash count informationLiam Beguin2017-06-181-0/+1
|/
* interpret-trailers: honor the cut linebm/interpret-trailers-cut-line-is-eomBrian Malehorn2017-05-181-1/+1
* Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-261-1/+1
* wt-status: teach has_{unstaged,uncommitted}_changes() about submodulesJohannes Schindelin2016-10-071-3/+4
* wt-status: export also the has_un{staged,committed}_changes() functionsJohannes Schindelin2016-10-071-1/+3
* wt-status: make the require_clean_work_tree() function reusableJohannes Schindelin2016-10-071-0/+3
* status: print branch info with --porcelain=v2 --branchJeff Hostetler2016-08-111-0/+1
* status: collect per-file data for --porcelain=v2Jeff Hostetler2016-08-111-0/+4
* status: cleanup API to wt_status_printJeff Hostetler2016-08-051-4/+12
* status: rename long-format print routinesJeff Hostetler2016-08-051-1/+1
* wt-status.c: split bisect detection out of wt_status_get_state()Nguyễn Thái Ngọc Duy2016-04-221-0/+2
* wt-status.c: make wt_status_check_rebase() work on any worktreeNguyễn Thái Ngọc Duy2016-04-221-1/+4
* wt-status.c: split rebase detection out of wt_status_get_state()Nguyễn Thái Ngọc Duy2016-04-221-0/+1
* wt-status: move #include "pathspec.h" to the headersg/wt-status-header-inclusionSZEDER Gábor2015-08-211-0/+1
* wt-status: refactor detached HEAD analysisMichael J Gruber2015-03-061-0/+1
* Merge branch 'mm/status-porcelain-format-i18n-fix'Junio C Hamano2014-03-311-0/+1
|\
| * status: disable translation when --porcelain is usedmm/status-porcelain-format-i18n-fixMatthieu Moy2014-03-261-0/+1
* | wt-status.c: move cut-line print code out to wt_status_add_cut_lineNguyễn Thái Ngọc Duy2014-02-181-0/+1
|/
* commit -v: strip diffs and submodule shortlogs from the commit messagejl/commit-v-strip-markerJens Lehmann2013-12-051-0/+1
* status: show commit sha1 in "You are currently cherry-picking" messagert/cherry-pick-statusRalf Thielow2013-10-111-0/+1
* Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano2013-09-201-0/+1
|\
| * wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy2013-09-121-0/+1
* | Merge branch 'mm/status-without-comment-char'Junio C Hamano2013-09-201-0/+1
|\ \
| * | status: disable display of '#' comment prefix by defaultMatthieu Moy2013-09-061-0/+1
| |/
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-1/+1
|\ \ | |/ |/|