summaryrefslogtreecommitdiff
path: root/wt-status.h
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-08status: refactor colopts handlingLibravatar Jeff King1-1/+1
2012-05-08Merge branch 'jk/maint-status-porcelain-z-b' into HEADLibravatar Jeff King1-2/+4
2012-05-08status: respect "-b" for porcelain formatLibravatar Jeff King1-1/+2
2012-05-08status: refactor null_termination optionLibravatar Jeff King1-2/+3
2012-04-27status: add --columnLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2011-03-19Merge branch 'jn/status-translatable'Libravatar Junio C Hamano1-0/+7
2011-03-08wt-status: add helpers for printing wt-status linesLibravatar Jonathan Nieder1-0/+7
2011-02-21Teach commit about CHERRY_PICK_HEADLibravatar Jay Soffian1-1/+8
2010-11-29status: show branchname with a configurable colorLibravatar Aleksi Aalto1-2/+4
2010-06-30Merge branch 'jl/status-ignore-submodules'Libravatar Junio C Hamano1-0/+1
2010-06-25Add the option "--ignore-submodules" to "git status"Libravatar Jens Lehmann1-0/+1
2010-06-21Merge branch 'gv/portable'Libravatar Junio C Hamano1-1/+1
2010-06-03Show branch information in short output of git statusLibravatar Daniel Knittl-Frank1-2/+4
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan1-1/+1
2010-04-10wt-status: collect ignored filesLibravatar Junio C Hamano1-0/+2
2010-04-10wt-status: remove unused workdir_untracked memberLibravatar Junio C Hamano1-1/+0
2010-03-08git status: Show detailed dirty status of submodules in long formatLibravatar Jens Lehmann1-0/+2
2009-12-12status/commit: do not suggest "reset HEAD <path>" while mergingLibravatar Junio C Hamano1-0/+1
2009-12-07status: disable color for porcelain formatLibravatar Jeff King1-0/+1
2009-12-05builtin-commit: refactor short-status code into wt-status.cLibravatar Michael J Gruber1-0/+2
2009-08-22git stat: the beginning of "status that is not a dry-run of commit"Libravatar Junio C Hamano1-0/+1
2009-08-10wt-status: collect untracked files in a separate "collect" phaseLibravatar Junio C Hamano1-1/+2
2009-08-10Make git_status_config() file scope static to builtin-commit.cLibravatar Junio C Hamano1-1/+0
2009-08-10wt-status: move wt_status_colors[] into wt_status structureLibravatar Junio C Hamano1-1/+3
2009-08-10wt-status: move many global settings to wt_status structureLibravatar Junio C Hamano1-4/+5