summaryrefslogtreecommitdiff
path: root/wt-status.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * status: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
* | wt-status: use "format" function attribute for status_printfJeff King2013-07-091-4/+4
|/
* status: show commit sha1 in "You are currently reverting" messageMatthieu Moy2013-04-021-0/+1
* status: show 'revert' state and status hintMatthieu Moy2013-04-021-0/+1
* Merge branch 'nd/branch-show-rebase-bisect-state'Junio C Hamano2013-04-011-2/+5
|\
| * status: show more info than "currently not on any branch"Nguyễn Thái Ngọc Duy2013-03-161-1/+3
| * wt-status: split wt_status_state parsing function outNguyễn Thái Ngọc Duy2013-03-161-0/+1
| * wt-status: move strbuf into read_and_strip_branch()Nguyễn Thái Ngọc Duy2013-03-161-2/+2
* | Merge branch 'tb/document-status-u-tradeoff'Junio C Hamano2013-03-211-0/+1
|\ \ | |/ |/|
| * status: advise to consider use of -u when read_directory takes too longNguyễn Thái Ngọc Duy2013-03-161-0/+1
* | status: show the branch name if possible in in-progress infoNguyễn Thái Ngọc Duy2013-02-051-0/+2
|/
* wt-status.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-151-2/+0
* status: color in-progress message like other header messagesJeff King2012-07-161-1/+0
* wt-status.*: better advices for git status addedLucien Kong2012-06-141-0/+11
* status: refactor colopts handlingJeff King2012-05-081-1/+1
* Merge branch 'jk/maint-status-porcelain-z-b' into HEADJeff King2012-05-081-2/+4
|\
| * status: respect "-b" for porcelain formatJeff King2012-05-081-1/+2
| * status: refactor null_termination optionJeff King2012-05-081-2/+3
* | status: add --columnNguyễn Thái Ngọc Duy2012-04-271-0/+1
|/
* Merge branch 'jn/status-translatable'Junio C Hamano2011-03-191-0/+7
|\
| * wt-status: add helpers for printing wt-status linesJonathan Nieder2011-03-081-0/+7
* | Teach commit about CHERRY_PICK_HEADJay Soffian2011-02-211-1/+8
|/
* status: show branchname with a configurable colorAleksi Aalto2010-11-291-2/+4
* Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-301-0/+1
|\
| * Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-251-0/+1
* | Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+1
|\ \
| * | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1
| |/
* | Show branch information in short output of git statusDaniel Knittl-Frank2010-06-031-2/+4
* | wt-status: collect ignored filesJunio C Hamano2010-04-101-0/+2
* | wt-status: remove unused workdir_untracked memberJunio C Hamano2010-04-101-1/+0
|/
* git status: Show detailed dirty status of submodules in long formatJens Lehmann2010-03-081-0/+2
* status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano2009-12-121-0/+1
* status: disable color for porcelain formatJeff King2009-12-071-0/+1
* builtin-commit: refactor short-status code into wt-status.cMichael J Gruber2009-12-051-0/+2
* git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano2009-08-221-0/+1
* wt-status: collect untracked files in a separate "collect" phaseJunio C Hamano2009-08-101-1/+2
* Make git_status_config() file scope static to builtin-commit.cJunio C Hamano2009-08-101-1/+0
* wt-status: move wt_status_colors[] into wt_status structureJunio C Hamano2009-08-101-1/+3
* wt-status: move many global settings to wt_status structureJunio C Hamano2009-08-101-4/+5
* status: show worktree status of conflicted paths separatelyJunio C Hamano2009-08-061-0/+1