| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'rs/wt-status-cleanup' | Junio C Hamano | 2017-07-12 | 1 | -3/+4 |
|\ |
|
| * | wt-status: use separate variable for result of shorten_unambiguous_refrs/wt-status-cleanup | René Scharfe | 2017-07-10 | 1 | -3/+4 |
* | | Merge branch 'ks/status-initial-commit' | Junio C Hamano | 2017-06-30 | 1 | -2/+5 |
|\ \ |
|
| * | | status: contextually notify user about an initial commitks/status-initial-commit | Kaartic Sivaraam | 2017-06-21 | 1 | -2/+5 |
| |/ |
|
| * | Merge branch 'bm/interpret-trailers-cut-line-is-eom' into maint | Junio C Hamano | 2017-06-05 | 1 | -5/+6 |
| |\ |
|
* | | | status: add optional stash count information | Liam Beguin | 2017-06-18 | 1 | -0/+24 |
* | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-13 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -1/+2 |
* | | | | Merge branch 'bm/interpret-trailers-cut-line-is-eom' | Junio C Hamano | 2017-05-29 | 1 | -5/+6 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | interpret-trailers: honor the cut linebm/interpret-trailers-cut-line-is-eom | Brian Malehorn | 2017-05-18 | 1 | -5/+6 |
| |/ / |
|
* | | | Merge branch 'js/plug-leaks' | Junio C Hamano | 2017-05-29 | 1 | -14/+15 |
|\ \ \
| | |/
| |/| |
|
| * | | split_commit_in_progress(): simplify & fix memory leak | Johannes Schindelin | 2017-05-08 | 1 | -14/+14 |
| * | | status: close file descriptor after reading git-rebase-todo | Johannes Schindelin | 2017-05-08 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'bw/dir-c-stops-relying-on-the-index' | Junio C Hamano | 2017-05-29 | 1 | -1/+1 |
|\ \ |
|
| * | | dir: convert fill_directory to take an indexbw/dir-c-stops-relying-on-the-index | Brandon Williams | 2017-05-06 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'js/larger-timestamps' | Junio C Hamano | 2017-05-16 | 1 | -1/+1 |
|\ \ |
|
| * | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -1/+1 |
| |/ |
|
* | | status: fix missing newline when comment chars are disabled | Jeff King | 2017-04-28 | 1 | -1/+1 |
|/ |
|
* | short status: improve reporting for submodule changes | Stefan Beller | 2017-03-29 | 1 | -2/+15 |
* | Merge branch 'sb/wt-status-cleanup' | Junio C Hamano | 2017-03-21 | 1 | -15/+5 |
|\ |
|
| * | wt-status: simplify by using for_each_string_list_itemsb/wt-status-cleanup | Stefan Beller | 2017-03-17 | 1 | -15/+5 |
* | | Merge branch 'mg/status-porcelain-no-i18n' | Junio C Hamano | 2017-03-17 | 1 | -4/+4 |
|\ \ |
|
| * | | git-status: make porcelain more robustmg/status-porcelain-no-i18n | Michael J Gruber | 2017-03-14 | 1 | -4/+4 |
* | | | wt-status: convert to struct object_id | brian m. carlson | 2017-02-22 | 1 | -22/+22 |
* | | | refs: convert each_reflog_ent_fn to struct object_id | brian m. carlson | 2017-02-22 | 1 | -3/+3 |
* | | | Convert remaining callers of resolve_refdup to object_id | brian m. carlson | 2017-02-22 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge branch 'rs/object-id' | Junio C Hamano | 2017-02-03 | 1 | -2/+2 |
|\ \ |
|
| * | | use oidcpy() for copying hashes between instances of struct object_id | René Scharfe | 2017-01-30 | 1 | -2/+2 |
* | | | Merge branch 'js/status-pre-rebase-i' | Junio C Hamano | 2017-02-02 | 1 | -4/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | status: be prepared for not-yet-started interactive rebasejs/status-pre-rebase-i | Johannes Schindelin | 2017-01-26 | 1 | -4/+10 |
| |/ |
|
* | | wt-status: implement opportunisitc index update correctly | Junio C Hamano | 2016-12-07 | 1 | -3/+4 |
* | | Merge branch 'nd/ita-empty-commit' | Junio C Hamano | 2016-10-27 | 1 | -1/+6 |
|\ \ |
|
| * | | diff-lib: allow ita entries treated as "not yet exist in index" | Nguyễn Thái Ngọc Duy | 2016-10-24 | 1 | -1/+6 |
* | | | Merge branch 'js/libify-require-clean-work-tree' | Junio C Hamano | 2016-10-26 | 1 | -0/+78 |
|\ \ \ |
|
| * | | | wt-status: begin error messages with lower-casejs/libify-require-clean-work-tree | Johannes Schindelin | 2016-10-07 | 1 | -3/+3 |
| * | | | wt-status: teach has_{unstaged,uncommitted}_changes() about submodules | Johannes Schindelin | 2016-10-07 | 1 | -7/+9 |
| * | | | wt-status: export also the has_un{staged,committed}_changes() functions | Johannes Schindelin | 2016-10-07 | 1 | -2/+2 |
| * | | | wt-status: make the require_clean_work_tree() function reusable | Johannes Schindelin | 2016-10-07 | 1 | -0/+76 |
* | | | | Merge branch 'rs/cocci' | Junio C Hamano | 2016-10-17 | 1 | -6/+4 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | use strbuf_add_unique_abbrev() for adding short hashes, part 3 | René Scharfe | 2016-10-10 | 1 | -6/+4 |
* | | | | Merge branch 'rs/cocci' | Junio C Hamano | 2016-10-06 | 1 | -2/+1 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | use strbuf_add_unique_abbrev() for adding short hashes, part 2 | René Scharfe | 2016-09-27 | 1 | -2/+1 |
* | | | Merge branch 'rs/cocci' | Junio C Hamano | 2016-09-26 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | use strbuf_addstr() for adding constant strings to a strbuf, part 2 | René Scharfe | 2016-09-15 | 1 | -3/+3 |
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2016-09-19 | 1 | -2/+2 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
* | | Merge branch 'jh/status-v2-porcelain' | Junio C Hamano | 2016-09-08 | 1 | -59/+511 |
|\ \
| |/
|/| |
|
| * | status: print branch info with --porcelain=v2 --branch | Jeff Hostetler | 2016-08-11 | 1 | -0/+90 |
| * | status: print per-file porcelain v2 status data | Jeff Hostetler | 2016-08-11 | 1 | -1/+284 |