Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | t5303: use printf to generate delta bases | Jeff King | 2018-08-30 | 1 | -10/+10 | |
| * | | | | | | | | patch-delta: handle truncated copy parameters | Jeff King | 2018-08-30 | 2 | -8/+15 | |
| * | | | | | | | | patch-delta: consistently report corruption | Jann Horn | 2018-08-30 | 2 | -2/+33 | |
| * | | | | | | | | patch-delta: fix oob read | Jann Horn | 2018-08-30 | 2 | -2/+2 | |
| * | | | | | | | | t5303: test some corrupt deltas | Jeff King | 2018-08-30 | 1 | -0/+59 | |
| * | | | | | | | | test-delta: read input into a heap buffer | Jeff King | 2018-08-30 | 1 | -4/+4 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'ds/commit-graph-tests' | Junio C Hamano | 2018-09-17 | 8 | -12/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | commit-graph: define GIT_TEST_COMMIT_GRAPH | Derrick Stolee | 2018-08-29 | 8 | -12/+22 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'jk/pack-objects-with-bitmap-fix' | Junio C Hamano | 2018-09-17 | 3 | -12/+97 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | pack-bitmap: drop "loaded" flag | Jeff King | 2018-09-04 | 1 | -6/+3 | |
| * | | | | | | | | traverse_bitmap_commit_list(): don't free result | Jeff King | 2018-09-04 | 1 | -3/+0 | |
| * | | | | | | | | t5310: test delta reuse with bitmaps | Jeff King | 2018-09-04 | 1 | -0/+93 | |
| * | | | | | | | | bitmap_has_sha1_in_uninteresting(): drop BUG check | Jeff King | 2018-09-04 | 2 | -3/+1 | |
* | | | | | | | | | Merge branch 'rs/mailinfo-format-flowed' | Junio C Hamano | 2018-09-17 | 7 | -2/+2646 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | mailinfo: support format=flowed | René Scharfe | 2018-08-29 | 7 | -2/+2646 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jk/cocci' | Junio C Hamano | 2018-09-17 | 75 | -223/+258 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | show_dirstat: simplify same-content check | Jeff King | 2018-08-29 | 1 | -8/+3 | |
| * | | | | | | | | | read-cache: use oideq() in ce_compare functions | Jeff King | 2018-08-29 | 1 | -2/+2 | |
| * | | | | | | | | | convert hashmap comparison functions to oideq() | Jeff King | 2018-08-29 | 3 | -13/+13 | |
| * | | | | | | | | | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 2018-08-29 | 12 | -15/+24 | |
| * | | | | | | | | | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 2018-08-29 | 31 | -49/+55 | |
| * | | | | | | | | | convert "hashcmp() == 0" to hasheq() | Jeff King | 2018-08-29 | 8 | -14/+23 | |
| * | | | | | | | | | convert "oidcmp() == 0" to oideq() | Jeff King | 2018-08-29 | 52 | -111/+117 | |
| * | | | | | | | | | introduce hasheq() and oideq() | Jeff King | 2018-08-29 | 1 | -0/+10 | |
| * | | | | | | | | | coccinelle: use <...> for function exclusion | Jeff King | 2018-08-29 | 3 | -13/+13 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'tg/rerere-doc-updates' | Junio C Hamano | 2018-09-17 | 2 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | rerere: add note about files with existing conflict markers | Thomas Gummerer | 2018-08-29 | 1 | -0/+6 | |
| * | | | | | | | | | rerere: mention caveat about unmatched conflict markers | Thomas Gummerer | 2018-08-29 | 1 | -0/+4 | |
* | | | | | | | | | | Merge branch 'es/format-patch-rangediff' | Junio C Hamano | 2018-09-17 | 8 | -25/+144 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | format-patch: allow --range-diff to apply to a lone-patch | Eric Sunshine | 2018-08-14 | 3 | -5/+22 | |
| * | | | | | | | | | format-patch: add --creation-factor tweak for --range-diff | Eric Sunshine | 2018-08-14 | 2 | -2/+16 | |
| * | | | | | | | | | format-patch: teach --range-diff to respect -v/--reroll-count | Eric Sunshine | 2018-08-14 | 2 | -1/+7 | |
| * | | | | | | | | | format-patch: extend --range-diff to accept revision range | Eric Sunshine | 2018-08-14 | 3 | -7/+19 | |
| * | | | | | | | | | format-patch: add --range-diff option to embed diff in cover letter | Eric Sunshine | 2018-08-14 | 4 | -0/+62 | |
| * | | | | | | | | | range-diff: relieve callers of low-level configuration burden | Eric Sunshine | 2018-08-14 | 3 | -22/+28 | |
| * | | | | | | | | | range-diff: publish default creation factor | Eric Sunshine | 2018-08-14 | 2 | -1/+3 | |
| * | | | | | | | | | range-diff: respect diff_option.file rather than assuming 'stdout' | Eric Sunshine | 2018-08-14 | 1 | -1/+1 | |
| * | | | | | | | | | Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediff | Junio C Hamano | 2018-08-14 | 8 | -28/+177 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'js/range-diff' into es/format-patch-rangediff | Junio C Hamano | 2018-08-14 | 19 | -19/+1915 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'es/format-patch-interdiff' | Junio C Hamano | 2018-09-17 | 8 | -28/+177 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | format-patch: allow --interdiff to apply to a lone-patch | Eric Sunshine | 2018-07-23 | 4 | -4/+33 | |
| * | | | | | | | | | | | log-tree: show_log: make commentary block delimiting reusable | Eric Sunshine | 2018-07-23 | 1 | -7/+16 | |
| * | | | | | | | | | | | interdiff: teach show_interdiff() to indent interdiff | Eric Sunshine | 2018-07-23 | 3 | -3/+14 | |
| * | | | | | | | | | | | format-patch: teach --interdiff to respect -v/--reroll-count | Eric Sunshine | 2018-07-23 | 3 | -1/+22 | |
| * | | | | | | | | | | | format-patch: add --interdiff option to embed diff in cover letter | Eric Sunshine | 2018-07-23 | 7 | -2/+78 | |
| * | | | | | | | | | | | format-patch: allow additional generated content in make_cover_letter() | Eric Sunshine | 2018-07-23 | 1 | -20/+23 | |
* | | | | | | | | | | | | Merge branch 'cc/delta-islands' | Junio C Hamano | 2018-09-17 | 11 | -43/+932 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | pack-objects: move 'layer' into 'struct packing_data' | Christian Couder | 2018-08-16 | 4 | -6/+28 | |
| * | | | | | | | | | | | | pack-objects: move tree_depth into 'struct packing_data' | Christian Couder | 2018-08-16 | 4 | -12/+46 | |
| * | | | | | | | | | | | | t5320: tests for delta islands | Jeff King | 2018-08-16 | 1 | -0/+143 |