| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'nd/ita-wt-renames-in-status' | Junio C Hamano | 2018-01-23 | 1 | -2/+3 |
|\ |
|
| * | wt-status.c: rename rename-related fields in wt_status_change_data | Nguyễn Thái Ngọc Duy | 2017-12-27 | 1 | -2/+3 |
* | | status: add option to show ignored files differently | Jameson Miller | 2017-10-31 | 1 | -1/+7 |
* | | Merge branch 'ks/status-initial-commit' | Junio C Hamano | 2017-06-30 | 1 | -0/+1 |
|\ \ |
|
| * | | status: contextually notify user about an initial commitks/status-initial-commit | Kaartic Sivaraam | 2017-06-21 | 1 | -0/+1 |
| |/ |
|
* | | status: add optional stash count information | Liam Beguin | 2017-06-18 | 1 | -0/+1 |
|/ |
|
* | interpret-trailers: honor the cut linebm/interpret-trailers-cut-line-is-eom | Brian Malehorn | 2017-05-18 | 1 | -1/+1 |
* | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ | brian m. carlson | 2017-03-26 | 1 | -1/+1 |
* | wt-status: teach has_{unstaged,uncommitted}_changes() about submodules | Johannes Schindelin | 2016-10-07 | 1 | -3/+4 |
* | wt-status: export also the has_un{staged,committed}_changes() functions | Johannes Schindelin | 2016-10-07 | 1 | -1/+3 |
* | wt-status: make the require_clean_work_tree() function reusable | Johannes Schindelin | 2016-10-07 | 1 | -0/+3 |
* | status: print branch info with --porcelain=v2 --branch | Jeff Hostetler | 2016-08-11 | 1 | -0/+1 |
* | status: collect per-file data for --porcelain=v2 | Jeff Hostetler | 2016-08-11 | 1 | -0/+4 |
* | status: cleanup API to wt_status_print | Jeff Hostetler | 2016-08-05 | 1 | -4/+12 |
* | status: rename long-format print routines | Jeff Hostetler | 2016-08-05 | 1 | -1/+1 |
* | wt-status.c: split bisect detection out of wt_status_get_state() | Nguyễn Thái Ngọc Duy | 2016-04-22 | 1 | -0/+2 |
* | wt-status.c: make wt_status_check_rebase() work on any worktree | Nguyễn Thái Ngọc Duy | 2016-04-22 | 1 | -1/+4 |
* | wt-status.c: split rebase detection out of wt_status_get_state() | Nguyễn Thái Ngọc Duy | 2016-04-22 | 1 | -0/+1 |
* | wt-status: move #include "pathspec.h" to the headersg/wt-status-header-inclusion | SZEDER Gábor | 2015-08-21 | 1 | -0/+1 |
* | wt-status: refactor detached HEAD analysis | Michael J Gruber | 2015-03-06 | 1 | -0/+1 |
* | Merge branch 'mm/status-porcelain-format-i18n-fix' | Junio C Hamano | 2014-03-31 | 1 | -0/+1 |
|\ |
|
| * | status: disable translation when --porcelain is usedmm/status-porcelain-format-i18n-fix | Matthieu Moy | 2014-03-26 | 1 | -0/+1 |
* | | wt-status.c: move cut-line print code out to wt_status_add_cut_line | Nguyễn Thái Ngọc Duy | 2014-02-18 | 1 | -0/+1 |
|/ |
|
* | commit -v: strip diffs and submodule shortlogs from the commit messagejl/commit-v-strip-marker | Jens Lehmann | 2013-12-05 | 1 | -0/+1 |
* | status: show commit sha1 in "You are currently cherry-picking" messagert/cherry-pick-status | Ralf Thielow | 2013-10-11 | 1 | -0/+1 |
* | Merge branch 'mm/commit-template-squelch-advice-messages' | Junio C Hamano | 2013-09-20 | 1 | -0/+1 |
|\ |
|
| * | wt-status: turn advice_status_hints into a field of wt_status | Matthieu Moy | 2013-09-12 | 1 | -0/+1 |
* | | Merge branch 'mm/status-without-comment-char' | Junio C Hamano | 2013-09-20 | 1 | -0/+1 |
|\ \ |
|
| * | | status: disable display of '#' comment prefix by default | Matthieu Moy | 2013-09-06 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | status: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 |
* | | wt-status: use "format" function attribute for status_printf | Jeff King | 2013-07-09 | 1 | -4/+4 |
|/ |
|
* | status: show commit sha1 in "You are currently reverting" message | Matthieu Moy | 2013-04-02 | 1 | -0/+1 |
* | status: show 'revert' state and status hint | Matthieu Moy | 2013-04-02 | 1 | -0/+1 |
* | Merge branch 'nd/branch-show-rebase-bisect-state' | Junio C Hamano | 2013-04-01 | 1 | -2/+5 |
|\ |
|
| * | status: show more info than "currently not on any branch" | Nguyễn Thái Ngọc Duy | 2013-03-16 | 1 | -1/+3 |
| * | wt-status: split wt_status_state parsing function out | Nguyễn Thái Ngọc Duy | 2013-03-16 | 1 | -0/+1 |
| * | wt-status: move strbuf into read_and_strip_branch() | Nguyễn Thái Ngọc Duy | 2013-03-16 | 1 | -2/+2 |
* | | Merge branch 'tb/document-status-u-tradeoff' | Junio C Hamano | 2013-03-21 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | status: advise to consider use of -u when read_directory takes too long | Nguyễn Thái Ngọc Duy | 2013-03-16 | 1 | -0/+1 |
* | | status: show the branch name if possible in in-progress info | Nguyễn Thái Ngọc Duy | 2013-02-05 | 1 | -0/+2 |
|/ |
|
* | wt-status.c: mark a private file-scope symbol as static | Junio C Hamano | 2012-09-15 | 1 | -2/+0 |
* | status: color in-progress message like other header messages | Jeff King | 2012-07-16 | 1 | -1/+0 |
* | wt-status.*: better advices for git status added | Lucien Kong | 2012-06-14 | 1 | -0/+11 |
* | status: refactor colopts handling | Jeff King | 2012-05-08 | 1 | -1/+1 |
* | Merge branch 'jk/maint-status-porcelain-z-b' into HEAD | Jeff King | 2012-05-08 | 1 | -2/+4 |
|\ |
|
| * | status: respect "-b" for porcelain format | Jeff King | 2012-05-08 | 1 | -1/+2 |
| * | status: refactor null_termination option | Jeff King | 2012-05-08 | 1 | -2/+3 |
* | | status: add --column | Nguyễn Thái Ngọc Duy | 2012-04-27 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'jn/status-translatable' | Junio C Hamano | 2011-03-19 | 1 | -0/+7 |
|\ |
|