| Commit message (Expand) | Author | Age |
* | Merge branch 'mm/status-suggest-merge-abort' into maint | Junio C Hamano | 2016-08-10 |
|\ |
|
| * | status: suggest 'git merge --abort' when appropriate | Matthieu Moy | 2016-07-22 |
* | | Merge branch 'rs/use-strbuf-addbuf' into maint | Junio C Hamano | 2016-08-08 |
|\ \ |
|
| * | | use strbuf_addbuf() for appending a strbuf to another | René Scharfe | 2016-07-19 |
| |/ |
|
* | | Use "working tree" instead of "working directory" for git status | Lars Vogel | 2016-06-09 |
* | | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 2016-05-23 |
|\ \ |
|
| * | | wt-status.c: split bisect detection out of wt_status_get_state() | Nguyễn Thái Ngọc Duy | 2016-04-22 |
| * | | wt-status.c: make wt_status_check_rebase() work on any worktree | Nguyễn Thái Ngọc Duy | 2016-04-22 |
| * | | wt-status.c: split rebase detection out of wt_status_get_state() | Nguyễn Thái Ngọc Duy | 2016-04-22 |
* | | | Merge branch 'ss/commit-dry-run-resolve-merge-to-no-op' | Junio C Hamano | 2016-05-23 |
|\ \ \
| |/ /
|/| | |
|
| * | | wt-status.c: set commitable bit if there is a meaningful merge. | Stephen P. Smith | 2016-02-17 |
* | | | Merge branch 'sb/misc-cleanups' | Junio C Hamano | 2016-04-13 |
|\ \ \ |
|
| * | | | abbrev_sha1_in_line: don't leak memory | Stefan Beller | 2016-04-01 |
* | | | | Merge branch 'mg/wt-status-mismarked-i18n' | Junio C Hamano | 2016-03-14 |
|\ \ \ \ |
|
| * | | | | wt-status: allow "ahead " to be picked up by l10n | Michael J Gruber | 2016-03-14 |
* | | | | | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-12-10 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Remove get_object_hash. | brian m. carlson | 2015-11-20 |
| * | | | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 |
| * | | | Merge branch 'rs/wt-status-detached-branch-fix' | Junio C Hamano | 2015-11-03 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'mm/detach-at-HEAD-reflog' | Junio C Hamano | 2015-10-15 |
| |\ \ \ \ |
|
* | | | | | | wt-status: correct and simplify check for detached HEAD | René Scharfe | 2015-11-28 |
* | | | | | | Merge branch 'rs/wt-status-detached-branch-fix' into maint | Junio C Hamano | 2015-11-05 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | wt-status: use skip_prefix() to get rid of magic string length constants | René Scharfe | 2015-11-01 |
| * | | | | | wt-status: don't skip a magical number of characters blindly | René Scharfe | 2015-11-01 |
| * | | | | | wt-status: avoid building bogus branch name with detached HEAD | René Scharfe | 2015-11-01 |
| * | | | | | wt-status: exit early using goto in wt_shortstatus_print_tracking() | René Scharfe | 2015-11-01 |
| * | | | | | Merge branch 'sg/wt-status-header-inclusion' into maint | Junio C Hamano | 2015-09-03 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge branch 'mm/detach-at-HEAD-reflog' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | / / /
| | |_|/ / /
| |/| | | | |
|
| * | | | | | status: don't say 'HEAD detached at HEAD' | Matthieu Moy | 2015-10-02 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'sg/wt-status-header-inclusion' | Junio C Hamano | 2015-08-26 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | wt-status: move #include "pathspec.h" to the header | SZEDER Gábor | 2015-08-21 |
| |/ / / |
|
| * | | | Merge branch 'sg/commit-cleanup-scissors' into maint | Junio C Hamano | 2015-08-03 |
| |\ \ \ |
|
* | | | | | memoize common git-path "constant" files | Jeff King | 2015-08-10 |
* | | | | | Merge branch 'gp/status-rebase-i-info' | Junio C Hamano | 2015-08-03 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | status: give more information during rebase -i | Guillaume Pagès | 2015-07-06 |
| * | | | | status: differentiate interactive from non-interactive rebases | Guillaume Pagès | 2015-06-30 |
| * | | | | status: factor two rebase-related messages together | Guillaume Pagès | 2015-06-30 |
* | | | | | Merge branch 'sg/commit-cleanup-scissors' | Junio C Hamano | 2015-06-24 |
|\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | commit: cope with scissors lines in commit message | SZEDER Gábor | 2015-06-09 |
* | | | | Merge branch 'jk/at-push-sha1' | Junio C Hamano | 2015-06-05 |
|\ \ \ \ |
|
| * | | | | remote.c: return upstream name from stat_tracking_info | Jeff King | 2015-05-22 |
* | | | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | status: enable untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 |
* | | | | | Merge branch 'sb/plug-wt-shortstatus-tracking-leak' | Junio C Hamano | 2015-04-14 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | wt-status.c: fix a memleak | Stefan Beller | 2015-03-30 |
* | | | | | Merge branch 'jk/run-command-capture' | Junio C Hamano | 2015-03-25 |
|\ \ \ \ \ |
|
| * | | | | | wt-status: use capture_command | Jeff King | 2015-03-22 |
| * | | | | | wt_status: fix signedness mismatch in strbuf_read call | Jeff King | 2015-03-22 |
| * | | | | | wt-status: don't flush before running "submodule status" | Jeff King | 2015-03-22 |