Age | Commit message (Expand) | Author | Files | Lines |
2014-03-31 | Merge branch 'mm/status-porcelain-format-i18n-fix' | Junio C Hamano | 1 | -0/+1 |
2014-03-26 | status: disable translation when --porcelain is used | Matthieu Moy | 1 | -0/+1 |
2014-02-18 | wt-status.c: move cut-line print code out to wt_status_add_cut_line | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-12-05 | commit -v: strip diffs and submodule shortlogs from the commit message | Jens Lehmann | 1 | -0/+1 |
2013-10-11 | status: show commit sha1 in "You are currently cherry-picking" message | Ralf Thielow | 1 | -0/+1 |
2013-09-20 | Merge branch 'mm/commit-template-squelch-advice-messages' | Junio C Hamano | 1 | -0/+1 |
2013-09-20 | Merge branch 'mm/status-without-comment-char' | Junio C Hamano | 1 | -0/+1 |
2013-09-12 | wt-status: turn advice_status_hints into a field of wt_status | Matthieu Moy | 1 | -0/+1 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -1/+1 |
2013-09-06 | status: disable display of '#' comment prefix by default | Matthieu Moy | 1 | -0/+1 |
2013-07-15 | status: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-09 | wt-status: use "format" function attribute for status_printf | Jeff King | 1 | -4/+4 |
2013-04-02 | status: show commit sha1 in "You are currently reverting" message | Matthieu Moy | 1 | -0/+1 |
2013-04-02 | status: show 'revert' state and status hint | Matthieu Moy | 1 | -0/+1 |
2013-04-01 | Merge branch 'nd/branch-show-rebase-bisect-state' | Junio C Hamano | 1 | -2/+5 |
2013-03-21 | Merge branch 'tb/document-status-u-tradeoff' | Junio C Hamano | 1 | -0/+1 |
2013-03-16 | status: show more info than "currently not on any branch" | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2013-03-16 | wt-status: split wt_status_state parsing function out | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-03-16 | wt-status: move strbuf into read_and_strip_branch() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2013-03-16 | status: advise to consider use of -u when read_directory takes too long | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-02-05 | status: show the branch name if possible in in-progress info | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2012-09-15 | wt-status.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -2/+0 |
2012-07-16 | status: color in-progress message like other header messages | Jeff King | 1 | -1/+0 |
2012-06-14 | wt-status.*: better advices for git status added | Lucien Kong | 1 | -0/+11 |
2012-05-08 | status: refactor colopts handling | Jeff King | 1 | -1/+1 |
2012-05-08 | Merge branch 'jk/maint-status-porcelain-z-b' into HEAD | Jeff King | 1 | -2/+4 |
2012-05-08 | status: respect "-b" for porcelain format | Jeff King | 1 | -1/+2 |
2012-05-08 | status: refactor null_termination option | Jeff King | 1 | -2/+3 |
2012-04-27 | status: add --column | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2011-03-19 | Merge branch 'jn/status-translatable' | Junio C Hamano | 1 | -0/+7 |
2011-03-08 | wt-status: add helpers for printing wt-status lines | Jonathan Nieder | 1 | -0/+7 |
2011-02-21 | Teach commit about CHERRY_PICK_HEAD | Jay Soffian | 1 | -1/+8 |
2010-11-29 | status: show branchname with a configurable color | Aleksi Aalto | 1 | -2/+4 |
2010-06-30 | Merge branch 'jl/status-ignore-submodules' | Junio C Hamano | 1 | -0/+1 |
2010-06-25 | Add the option "--ignore-submodules" to "git status" | Jens Lehmann | 1 | -0/+1 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+1 |
2010-06-03 | Show branch information in short output of git status | Daniel Knittl-Frank | 1 | -2/+4 |
2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
2010-04-10 | wt-status: collect ignored files | Junio C Hamano | 1 | -0/+2 |
2010-04-10 | wt-status: remove unused workdir_untracked member | Junio C Hamano | 1 | -1/+0 |
2010-03-08 | git status: Show detailed dirty status of submodules in long format | Jens Lehmann | 1 | -0/+2 |
2009-12-12 | status/commit: do not suggest "reset HEAD <path>" while merging | Junio C Hamano | 1 | -0/+1 |
2009-12-07 | status: disable color for porcelain format | Jeff King | 1 | -0/+1 |
2009-12-05 | builtin-commit: refactor short-status code into wt-status.c | Michael J Gruber | 1 | -0/+2 |
2009-08-22 | git stat: the beginning of "status that is not a dry-run of commit" | Junio C Hamano | 1 | -0/+1 |
2009-08-10 | wt-status: collect untracked files in a separate "collect" phase | Junio C Hamano | 1 | -1/+2 |
2009-08-10 | Make git_status_config() file scope static to builtin-commit.c | Junio C Hamano | 1 | -1/+0 |
2009-08-10 | wt-status: move wt_status_colors[] into wt_status structure | Junio C Hamano | 1 | -1/+3 |
2009-08-10 | wt-status: move many global settings to wt_status structure | Junio C Hamano | 1 | -4/+5 |
2009-08-06 | status: show worktree status of conflicted paths separately | Junio C Hamano | 1 | -0/+1 |