Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'hv/trailer-formatting' | Junio C Hamano | 2021-03-01 | 5 | -103/+236 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | ref-filter: use pretty.c logic for trailers | Hariom Verma | 2021-02-16 | 3 | -21/+118 | |
| * | | | | | | | | | | | | | | | | | | | pretty.c: capture invalid trailer argument | Hariom Verma | 2021-02-16 | 2 | -5/+15 | |
| * | | | | | | | | | | | | | | | | | | | pretty.c: refactor trailer logic to `format_set_trailers_options()` | Hariom Verma | 2021-02-16 | 2 | -39/+61 | |
| * | | | | | | | | | | | | | | | | | | | t6300: use function to test trailer options | Hariom Verma | 2021-02-16 | 1 | -43/+47 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'hn/reftable-tables-doc-update' | Junio C Hamano | 2021-03-01 | 1 | -16/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | doc/reftable: document how to handle windows | Han-Wen Nienhuys | 2021-02-23 | 1 | -16/+26 | |
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'sv/t7001-modernize' | Junio C Hamano | 2021-03-01 | 1 | -221/+199 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | t7001: use `test` rather than `[` | Shubham Verma | 2021-02-11 | 1 | -8/+8 | |
| * | | | | | | | | | | | | | | | | | | | | t7001: use here-docs instead of echo | Shubham Verma | 2021-02-11 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | | | | t7001: put each command on a separate line | Shubham Verma | 2021-02-11 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | t7001: use '>' rather than 'touch' | Shubham Verma | 2021-02-11 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | | t7001: avoid using `cd` outside of subshells | Shubham Verma | 2021-02-11 | 1 | -32/+11 | |
| * | | | | | | | | | | | | | | | | | | | | t7001: remove whitespace after redirect operators | Shubham Verma | 2021-02-11 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | t7001: modernize subshell formatting | Shubham Verma | 2021-02-11 | 1 | -34/+40 | |
| * | | | | | | | | | | | | | | | | | | | | t7001: remove unnecessary blank lines | Shubham Verma | 2021-02-11 | 1 | -12/+0 | |
| * | | | | | | | | | | | | | | | | | | | | t7001: indent with TABs instead of spaces | Shubham Verma | 2021-02-11 | 1 | -60/+60 | |
| * | | | | | | | | | | | | | | | | | | | | t7001: modernize test formatting | Shubham Verma | 2021-02-11 | 1 | -96/+96 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jt/transfer-fsck-across-packs' | Junio C Hamano | 2021-03-01 | 14 | -51/+229 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | fetch-pack: print and use dangling .gitmodules | Jonathan Tan | 2021-02-22 | 9 | -22/+165 | |
| * | | | | | | | | | | | | | | | | | | | | fetch-pack: with packfile URIs, use index-pack arg | Jonathan Tan | 2021-02-22 | 1 | -11/+23 | |
| * | | | | | | | | | | | | | | | | | | | | http-fetch: allow custom index-pack args | Jonathan Tan | 2021-02-22 | 4 | -8/+30 | |
| * | | | | | | | | | | | | | | | | | | | | http: allow custom index-pack args | Jonathan Tan | 2021-02-22 | 3 | -13/+18 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ds/chunked-file-api' | Junio C Hamano | 2021-03-01 | 10 | -468/+655 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | commit-graph.c: display correct number of chunks when writing | Taylor Blau | 2021-02-24 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | chunk-format: add technical docs | Derrick Stolee | 2021-02-18 | 3 | -0/+122 | |
| * | | | | | | | | | | | | | | | | | | | | | chunk-format: restore duplicate chunk checks | Derrick Stolee | 2021-02-18 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | midx: use 64-bit multiplication for chunk sizes | Derrick Stolee | 2021-02-18 | 1 | -5/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | midx: use chunk-format read API | Derrick Stolee | 2021-02-18 | 2 | -50/+29 | |
| * | | | | | | | | | | | | | | | | | | | | | commit-graph: use chunk-format read API | Derrick Stolee | 2021-02-18 | 2 | -106/+55 | |
| * | | | | | | | | | | | | | | | | | | | | | chunk-format: create read chunk API | Derrick Stolee | 2021-02-18 | 2 | -0/+127 | |
| * | | | | | | | | | | | | | | | | | | | | | midx: use chunk-format API in write_midx_internal() | Derrick Stolee | 2021-02-18 | 1 | -86/+20 | |
| * | | | | | | | | | | | | | | | | | | | | | midx: drop chunk progress during write | Derrick Stolee | 2021-02-18 | 1 | -7/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | midx: return success/failure in chunk write methods | Derrick Stolee | 2021-02-18 | 1 | -36/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | midx: add num_large_offsets to write_midx_context | Derrick Stolee | 2021-02-18 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | midx: add pack_perm to write_midx_context | Derrick Stolee | 2021-02-18 | 1 | -19/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | midx: add entries to write_midx_context | Derrick Stolee | 2021-02-18 | 1 | -23/+26 | |
| * | | | | | | | | | | | | | | | | | | | | | midx: use context in write_midx_pack_names() | Derrick Stolee | 2021-02-18 | 1 | -11/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | midx: rename pack_info to write_midx_context | Derrick Stolee | 2021-02-18 | 1 | -65/+65 | |
| * | | | | | | | | | | | | | | | | | | | | | commit-graph: use chunk-format write API | Derrick Stolee | 2021-02-18 | 1 | -82/+37 | |
| * | | | | | | | | | | | | | | | | | | | | | chunk-format: create chunk format write API | Derrick Stolee | 2021-02-18 | 3 | -0/+112 | |
| * | | | | | | | | | | | | | | | | | | | | | commit-graph: anonymize data in chunk_write_fn | Derrick Stolee | 2021-02-06 | 1 | -10/+19 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'en/diffcore-rename' | Junio C Hamano | 2021-03-01 | 4 | -18/+347 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | merge-ort: call diffcore_rename() directly | Elijah Newren | 2021-02-16 | 1 | -7/+59 | |
| * | | | | | | | | | | | | | | | | | | | | | | gitdiffcore doc: mention new preliminary step for rename detection | Elijah Newren | 2021-02-16 | 1 | -0/+20 | |
| * | | | | | | | | | | | | | | | | | | | | | | diffcore-rename: guide inexact rename detection based on basenames | Elijah Newren | 2021-02-16 | 2 | -8/+52 | |
| * | | | | | | | | | | | | | | | | | | | | | | diffcore-rename: complete find_basename_matches() | Elijah Newren | 2021-02-16 | 1 | -3/+79 | |
| * | | | | | | | | | | | | | | | | | | | | | | diffcore-rename: compute basenames of source and dest candidates | Elijah Newren | 2021-02-16 | 1 | -0/+63 | |
| * | | | | | | | | | | | | | | | | | | | | | | t4001: add a test comparing basename similarity and content similarity | Elijah Newren | 2021-02-16 | 1 | -0/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | diffcore-rename: filter rename_src list when possible | Elijah Newren | 2021-02-16 | 1 | -8/+51 |