| Commit message (Expand) | Author | Age |
* | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 2017-11-09 |
|\ |
|
| * | diff: make struct diff_flags members lowercase | Brandon Williams | 2017-11-01 |
| * | diff: remove DIFF_OPT_SET macro | Brandon Williams | 2017-11-01 |
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 |
|\ \ |
|
| * | | refs: convert dwim_ref and expand_ref to struct object_id | brian m. carlson | 2017-10-16 |
| |/ |
|
* | | Merge branch 'ma/lockfile-fixes' | Junio C Hamano | 2017-11-06 |
|\ \
| |/
|/| |
|
| * | treewide: prefer lockfiles on the stack | Martin Ågren | 2017-10-06 |
* | | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 2017-10-05 |
|\ \
| |/
|/| |
|
| * | refs: pass NULL to resolve_refdup() if hash is not needed | René Scharfe | 2017-10-01 |
* | | Merge branch 'ks/commit-do-not-touch-cut-line' | Junio C Hamano | 2017-09-25 |
|\ \
| |/
|/| |
|
| * | commit-template: change a message to be more intuitive | Kaartic Sivaraam | 2017-09-15 |
* | | wt-status: release strbuf after use in wt_longstatus_print_tracking() | Rene Scharfe | 2017-09-10 |
* | | wt-status: release strbuf after use in read_rebase_todolist() | Rene Scharfe | 2017-09-07 |
|/ |
|
* | Merge branch 'rs/wt-status-cleanup' | Junio C Hamano | 2017-07-12 |
|\ |
|
| * | wt-status: use separate variable for result of shorten_unambiguous_ref | René Scharfe | 2017-07-10 |
* | | Merge branch 'ks/status-initial-commit' | Junio C Hamano | 2017-06-30 |
|\ \ |
|
| * | | status: contextually notify user about an initial commit | Kaartic Sivaraam | 2017-06-21 |
| |/ |
|
| * | Merge branch 'bm/interpret-trailers-cut-line-is-eom' into maint | Junio C Hamano | 2017-06-05 |
| |\ |
|
* | | | status: add optional stash count information | Liam Beguin | 2017-06-18 |
* | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-13 |
|\ \ \ |
|
| * | | | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 2017-05-26 |
* | | | | Merge branch 'bm/interpret-trailers-cut-line-is-eom' | Junio C Hamano | 2017-05-29 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | interpret-trailers: honor the cut line | Brian Malehorn | 2017-05-18 |
| |/ / |
|
* | | | Merge branch 'js/plug-leaks' | Junio C Hamano | 2017-05-29 |
|\ \ \
| | |/
| |/| |
|
| * | | split_commit_in_progress(): simplify & fix memory leak | Johannes Schindelin | 2017-05-08 |
| * | | status: close file descriptor after reading git-rebase-todo | Johannes Schindelin | 2017-05-08 |
| |/ |
|
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 |
|\ \ |
|
| * | | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 |
| |/ |
|
* | | Merge branch 'bw/dir-c-stops-relying-on-the-index' | Junio C Hamano | 2017-05-29 |
|\ \ |
|
| * | | dir: convert fill_directory to take an index | Brandon Williams | 2017-05-06 |
| |/ |
|
* | | Merge branch 'js/larger-timestamps' | Junio C Hamano | 2017-05-16 |
|\ \ |
|
| * | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 |
| |/ |
|
* | | status: fix missing newline when comment chars are disabled | Jeff King | 2017-04-28 |
|/ |
|
* | short status: improve reporting for submodule changes | Stefan Beller | 2017-03-29 |
* | Merge branch 'sb/wt-status-cleanup' | Junio C Hamano | 2017-03-21 |
|\ |
|
| * | wt-status: simplify by using for_each_string_list_item | Stefan Beller | 2017-03-17 |
* | | Merge branch 'mg/status-porcelain-no-i18n' | Junio C Hamano | 2017-03-17 |
|\ \ |
|
| * | | git-status: make porcelain more robust | Michael J Gruber | 2017-03-14 |
* | | | wt-status: convert to struct object_id | brian m. carlson | 2017-02-22 |
* | | | refs: convert each_reflog_ent_fn to struct object_id | brian m. carlson | 2017-02-22 |
* | | | Convert remaining callers of resolve_refdup to object_id | brian m. carlson | 2017-02-22 |
| |/
|/| |
|
* | | Merge branch 'rs/object-id' | Junio C Hamano | 2017-02-03 |
|\ \ |
|
| * | | use oidcpy() for copying hashes between instances of struct object_id | René Scharfe | 2017-01-30 |
* | | | Merge branch 'js/status-pre-rebase-i' | Junio C Hamano | 2017-02-02 |
|\ \ \
| |/ /
|/| | |
|
| * | | status: be prepared for not-yet-started interactive rebase | Johannes Schindelin | 2017-01-26 |
| |/ |
|
* | | wt-status: implement opportunisitc index update correctly | Junio C Hamano | 2016-12-07 |
* | | Merge branch 'nd/ita-empty-commit' | Junio C Hamano | 2016-10-27 |
|\ \ |
|
| * | | diff-lib: allow ita entries treated as "not yet exist in index" | Nguyễn Thái Ngọc Duy | 2016-10-24 |
* | | | Merge branch 'js/libify-require-clean-work-tree' | Junio C Hamano | 2016-10-26 |
|\ \ \ |
|
| * | | | wt-status: begin error messages with lower-case | Johannes Schindelin | 2016-10-07 |