Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mailinfo.c: move side-effects outside of assertjt/mailinfo-fold-in-body-headers | Kyle J. McKay | 2016-12-20 | 1 | -1/+2 |
* | mailinfo: handle in-body header continuations | Jonathan Tan | 2016-09-21 | 12 | -4/+125 |
* | mailinfo: make is_scissors_line take plain char * | Jonathan Tan | 2016-09-19 | 1 | -17/+18 |
* | mailinfo: separate in-body header processing | Jonathan Tan | 2016-09-19 | 1 | -16/+17 |
* | Sync with maint | Junio C Hamano | 2016-09-19 | 1 | -0/+33 |
|\ | |||||
| * | Start preparing for 2.10.1 | Junio C Hamano | 2016-09-19 | 2 | -1/+34 |
| * | Merge branch 'sb/diff-cleanup' into maint | Junio C Hamano | 2016-09-19 | 1 | -21/+10 |
| |\ | |||||
| * \ | Merge branch 'ah/misc-message-fixes' into maint | Junio C Hamano | 2016-09-19 | 5 | -7/+7 |
| |\ \ | |||||
| * \ \ | Merge branch 'sb/transport-report-missing-submodule-on-stderr' into maint | Junio C Hamano | 2016-09-19 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'sb/xdiff-remove-unused-static-decl' into maint | Junio C Hamano | 2016-09-19 | 1 | -9/+0 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'js/t9903-chaining' into maint | Junio C Hamano | 2016-09-19 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'rs/hex2chr' into maint | Junio C Hamano | 2016-09-19 | 6 | -78/+21 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'rs/compat-strdup' into maint | Junio C Hamano | 2016-09-19 | 4 | -19/+33 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/squelch-false-warning-from-gcc-o3' into maint | Junio C Hamano | 2016-09-19 | 3 | -1/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'ep/use-git-trace-curl-in-tests' into maint | Junio C Hamano | 2016-09-19 | 4 | -9/+19 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'js/t6026-clean-up' into maint | Junio C Hamano | 2016-09-19 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/forbid-symbolic-ref-d-HEAD' into maint | Junio C Hamano | 2016-09-19 | 2 | -7/+16 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/submodule-anchor-git-dir' into maint | Junio C Hamano | 2016-09-19 | 2 | -0/+36 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/test-lib-drop-pid-from-results' into maint | Junio C Hamano | 2016-09-19 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'bh/diff-highlight-graph' into maint | Junio C Hamano | 2016-09-19 | 5 | -6/+338 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'po/range-doc' into maint | Junio C Hamano | 2016-09-19 | 5 | -51/+88 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | | | | | Third batch for 2.11 | Junio C Hamano | 2016-09-19 | 1 | -0/+11 |
* | | | | | | | | | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2016-09-19 | 41 | -639/+667 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | builtin/reset: convert to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -26/+26 |
| * | | | | | | | | | | | | | | | | | builtin/commit-tree: convert to struct object_id | brian m. carlson | 2016-09-07 | 1 | -10/+10 |
| * | | | | | | | | | | | | | | | | | builtin/am: convert to struct object_id | brian m. carlson | 2016-09-07 | 1 | -70/+70 |
| * | | | | | | | | | | | | | | | | | refs: add an update_ref_oid function. | brian m. carlson | 2016-09-07 | 2 | -0/+11 |
| * | | | | | | | | | | | | | | | | | sha1_name: convert get_sha1_mb to struct object_id | brian m. carlson | 2016-09-07 | 3 | -11/+11 |
| * | | | | | | | | | | | | | | | | | builtin/update-index: convert file to struct object_id | brian m. carlson | 2016-09-07 | 1 | -30/+31 |
| * | | | | | | | | | | | | | | | | | notes: convert init_notes to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -6/+6 |
| * | | | | | | | | | | | | | | | | | builtin/rm: convert to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -9/+9 |
| * | | | | | | | | | | | | | | | | | builtin/blame: convert file to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -14/+14 |
| * | | | | | | | | | | | | | | | | | Convert read_mmblob to take struct object_id. | brian m. carlson | 2016-09-07 | 6 | -17/+18 |
| * | | | | | | | | | | | | | | | | | notes-merge: convert struct notes_merge_pair to struct object_id | brian m. carlson | 2016-09-07 | 1 | -62/+65 |
| * | | | | | | | | | | | | | | | | | builtin/checkout: convert some static functions to struct object_id | brian m. carlson | 2016-09-07 | 1 | -33/+33 |
| * | | | | | | | | | | | | | | | | | streaming: make stream_blob_to_fd take struct object_id | brian m. carlson | 2016-09-07 | 6 | -10/+10 |
| * | | | | | | | | | | | | | | | | | builtin: convert textconv_object to use struct object_id | brian m. carlson | 2016-09-07 | 4 | -9/+9 |
| * | | | | | | | | | | | | | | | | | builtin/cat-file: convert some static functions to struct object_id | brian m. carlson | 2016-09-07 | 1 | -25/+25 |
| * | | | | | | | | | | | | | | | | | builtin/cat-file: convert struct expand_data to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -10/+12 |
| * | | | | | | | | | | | | | | | | | builtin/log: convert some static functions to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -22/+22 |
| * | | | | | | | | | | | | | | | | | builtin/blame: convert struct origin to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -20/+20 |
| * | | | | | | | | | | | | | | | | | builtin/apply: convert static functions to struct object_id | brian m. carlson | 2016-09-07 | 1 | -48/+48 |
| * | | | | | | | | | | | | | | | | | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 | 26 | -69/+79 |
* | | | | | | | | | | | | | | | | | | Merge branch 'mh/ref-store' | Junio C Hamano | 2016-09-19 | 5 | -317/+812 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | refs: implement iteration over only per-worktree refsmh/ref-store | David Turner | 2016-09-09 | 2 | -1/+13 |
| * | | | | | | | | | | | | | | | | | | refs: make lock generic | David Turner | 2016-09-09 | 2 | -13/+14 |
| * | | | | | | | | | | | | | | | | | | refs: add method to rename refs | David Turner | 2016-09-09 | 3 | -18/+17 |
| * | | | | | | | | | | | | | | | | | | refs: add methods to init refs db | David Turner | 2016-09-09 | 5 | -10/+42 |
| * | | | | | | | | | | | | | | | | | | refs: make delete_refs() virtual | David Turner | 2016-09-09 | 3 | -2/+14 |
| * | | | | | | | | | | | | | | | | | | refs: add method for initial ref transaction commit | David Turner | 2016-09-09 | 3 | -3/+14 |