aboutsummaryrefslogtreecommitdiffstats
path: root/wt-status.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-13status: unify parsing of --untracked= and status.showUntrackedFilesJunio C Hamano1-1/+2
2024-02-27commit: avoid redundant scissor line with --cleanup=scissors -vJosh Triplett1-1/+2
2023-10-16status: fix branch shown when not only bisectingRubén Justo1-0/+1
2021-07-14status: skip sparse-checkout percentage with sparse-indexDerrick Stolee1-0/+1
2021-01-07branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason1-2/+0
2020-09-27wt-status: introduce wt_status_state_free_buffers()Martin Ågren1-0/+7
2020-06-18wt-status: show sparse checkout status as wellElijah Newren1-0/+2
2019-12-06commit: give correct advice for empty commit during a rebasePhillip Wood1-1/+7
2019-12-06commit: use enum value for multiple cherry-picksPhillip Wood1-1/+8
2019-08-19wt-status: convert struct wt_status to object_idbrian m. carlson1-1/+1
2019-07-31Merge branch 'jk/no-system-includes-in-dot-c'Junio C Hamano1-1/+0
2019-07-09Merge branch 'md/sort-detached-head-first'Junio C Hamano1-0/+3
2019-06-19ref-filter: sort detached HEAD lines firstlyMatthew DeVore1-0/+3
2019-06-19wt-status.h: drop stdio.h includeJeff King1-1/+0
2019-04-18merge: cleanup messages like commitDenton Liu1-0/+1
2018-11-12wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy1-1/+3
2018-11-12wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-5/+12
2018-10-03roll wt_status_state into wt_status and populate in the collect phaseStephen P. Smith1-18/+20
2018-09-07wt-status: rename commitable to committableStephen P. Smith1-1/+1
2018-05-13add status config and command line options for rename detectionBen Peart1-1/+3
2018-03-14wt-status: convert struct wt_status_state to object_idbrian m. carlson1-3/+3
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano1-0/+2
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler1-0/+2
2018-01-23Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano1-2/+3
2017-12-27wt-status.c: rename rename-related fields in wt_status_change_dataNguyễn Thái Ngọc Duy1-2/+3
2017-10-31status: add option to show ignored files differentlyJameson Miller1-1/+7
2017-06-30Merge branch 'ks/status-initial-commit'Junio C Hamano1-0/+1
2017-06-21status: contextually notify user about an initial commitKaartic Sivaraam1-0/+1
2017-06-18status: add optional stash count informationLiam Beguin1-0/+1
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn1-1/+1
2017-03-26Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson1-1/+1
2016-10-07wt-status: teach has_{unstaged,uncommitted}_changes() about submodulesJohannes Schindelin1-3/+4
2016-10-07wt-status: export also the has_un{staged,committed}_changes() functionsJohannes Schindelin1-1/+3
2016-10-07wt-status: make the require_clean_work_tree() function reusableJohannes Schindelin1-0/+3
2016-08-11status: print branch info with --porcelain=v2 --branchJeff Hostetler1-0/+1
2016-08-11status: collect per-file data for --porcelain=v2Jeff Hostetler1-0/+4
2016-08-05status: cleanup API to wt_status_printJeff Hostetler1-4/+12
2016-08-05status: rename long-format print routinesJeff Hostetler1-1/+1
2016-04-22wt-status.c: split bisect detection out of wt_status_get_state()Nguyễn Thái Ngọc Duy1-0/+2
2016-04-22wt-status.c: make wt_status_check_rebase() work on any worktreeNguyễn Thái Ngọc Duy1-1/+4
2016-04-22wt-status.c: split rebase detection out of wt_status_get_state()Nguyễn Thái Ngọc Duy1-0/+1
2015-08-21wt-status: move #include "pathspec.h" to the headerSZEDER Gábor1-0/+1
2015-03-06wt-status: refactor detached HEAD analysisMichael J Gruber1-0/+1
2014-03-31Merge branch 'mm/status-porcelain-format-i18n-fix'Junio C Hamano1-0/+1
2014-03-26status: disable translation when --porcelain is usedMatthieu Moy1-0/+1
2014-02-18wt-status.c: move cut-line print code out to wt_status_add_cut_lineNguyễn Thái Ngọc Duy1-0/+1
2013-12-05commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann1-0/+1
2013-10-11status: show commit sha1 in "You are currently cherry-picking" messageRalf Thielow1-0/+1
2013-09-20Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano1-0/+1
2013-09-20Merge branch 'mm/status-without-comment-char'Junio C Hamano1-0/+1
2013-09-12wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy1-0/+1
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano1-1/+1
2013-09-06status: disable display of '#' comment prefix by defaultMatthieu Moy1-0/+1
2013-07-15status: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-1/+1
2013-07-09wt-status: use "format" function attribute for status_printfJeff King1-4/+4
2013-04-02status: show commit sha1 in "You are currently reverting" messageMatthieu Moy1-0/+1
2013-04-02status: show 'revert' state and status hintMatthieu Moy1-0/+1
2013-04-01Merge branch 'nd/branch-show-rebase-bisect-state'Junio C Hamano1-2/+5
2013-03-21Merge branch 'tb/document-status-u-tradeoff'Junio C Hamano1-0/+1
2013-03-16status: show more info than "currently not on any branch"Nguyễn Thái Ngọc Duy1-1/+3
2013-03-16wt-status: split wt_status_state parsing function outNguyễn Thái Ngọc Duy1-0/+1
2013-03-16wt-status: move strbuf into read_and_strip_branch()Nguyễn Thái Ngọc Duy1-2/+2
2013-03-16status: advise to consider use of -u when read_directory takes too longNguyễn Thái Ngọc Duy1-0/+1
2013-02-05status: show the branch name if possible in in-progress infoNguyễn Thái Ngọc Duy1-0/+2
2012-09-15wt-status.c: mark a private file-scope symbol as staticJunio C Hamano1-2/+0
2012-07-16status: color in-progress message like other header messagesJeff King1-1/+0
2012-06-14wt-status.*: better advices for git status addedLucien Kong1-0/+11
2012-05-08status: refactor colopts handlingJeff King1-1/+1
2012-05-08Merge branch 'jk/maint-status-porcelain-z-b' into HEADJeff King1-2/+4
2012-05-08status: respect "-b" for porcelain formatJeff King1-1/+2
2012-05-08status: refactor null_termination optionJeff King1-2/+3
2012-04-27status: add --columnNguyễn Thái Ngọc Duy1-0/+1
2011-03-19Merge branch 'jn/status-translatable'Junio C Hamano1-0/+7
2011-03-08wt-status: add helpers for printing wt-status linesJonathan Nieder1-0/+7
2011-02-21Teach commit about CHERRY_PICK_HEADJay Soffian1-1/+8
2010-11-29status: show branchname with a configurable colorAleksi Aalto1-2/+4
2010-06-30Merge branch 'jl/status-ignore-submodules'Junio C Hamano1-0/+1
2010-06-25Add the option "--ignore-submodules" to "git status"Jens Lehmann1-0/+1
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-1/+1
2010-06-03Show branch information in short output of git statusDaniel Knittl-Frank1-2/+4
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2010-04-10wt-status: collect ignored filesJunio C Hamano1-0/+2
2010-04-10wt-status: remove unused workdir_untracked memberJunio C Hamano1-1/+0
2010-03-08git status: Show detailed dirty status of submodules in long formatJens Lehmann1-0/+2
2009-12-12status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano1-0/+1
2009-12-07status: disable color for porcelain formatJeff King1-0/+1
2009-12-05builtin-commit: refactor short-status code into wt-status.cMichael J Gruber1-0/+2
2009-08-22git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano1-0/+1
2009-08-10wt-status: collect untracked files in a separate "collect" phaseJunio C Hamano1-1/+2
2009-08-10Make git_status_config() file scope static to builtin-commit.cJunio C Hamano1-1/+0
2009-08-10wt-status: move wt_status_colors[] into wt_status structureJunio C Hamano1-1/+3
2009-08-10wt-status: move many global settings to wt_status structureJunio C Hamano1-4/+5
2009-08-06status: show worktree status of conflicted paths separatelyJunio C Hamano1-0/+1
2009-08-06wt-status.c: rework the way changes to the index and work tree are summarizedJunio C Hamano1-0/+10
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen1-1/+2
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen1-0/+6
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-1/+1
2008-05-22Updated status to show 'Not currently on any branch' in redChris Parsons1-0/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-05-11wt-status.h: declare global variables as externJohannes Sixt1-2/+2
2007-12-12git-commit: squelch needless message during an empty mergeJunio C Hamano1-0/+1
2007-12-08add status.relativePaths config variableJeff King1-0/+1
2007-11-22builtin-commit: do not color status output shown in the message templateJunio C Hamano1-0/+1
2007-11-22git status: show relative paths when run in a subdirectoryJohannes Schindelin1-0/+1
2007-09-19Enable wt-status to run against non-standard index file.Kristian Høgsberg1-0/+1
2007-09-19Enable wt-status output to a given FILE pointer.Kristian Høgsberg1-0/+3
2007-01-10Provide better feedback for the untracked only case in status outputJürgen Rühle1-2/+4
2007-01-02Improve "nothing to commit" part of status outputJürgen Rühle1-0/+1
2006-09-12Teach runstatus about --untrackedJohannes Schindelin1-0/+1
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King1-0/+24