Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
| * | | | | | | | | | diffcore-rename: no point trying to find a match better than exact | Elijah Newren | 2021-02-12 | 1 | -6/+14 | |
* | | | | | | | | | | Merge branch 'jh/fsmonitor-prework' | Junio C Hamano | 2021-03-01 | 7 | -26/+196 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fsmonitor: refactor initialization of fsmonitor_last_update token | Jeff Hostetler | 2021-02-17 | 1 | -3/+32 | |
| * | | | | | | | | | | fsmonitor: allow all entries for a folder to be invalidated | Kevin Willford | 2021-02-17 | 1 | -5/+26 | |
| * | | | | | | | | | | fsmonitor: log FSMN token when reading and writing the index | Jeff Hostetler | 2021-02-17 | 1 | -2/+10 | |
| * | | | | | | | | | | fsmonitor: log invocation of FSMonitor hook to trace2 | Jeff Hostetler | 2021-02-17 | 2 | -1/+33 | |
| * | | | | | | | | | | read-cache: log the number of scanned files to trace2 | Jeff Hostetler | 2021-02-17 | 1 | -3/+10 | |
| * | | | | | | | | | | read-cache: log the number of lstat calls to trace2 | Jeff Hostetler | 2021-02-17 | 1 | -3/+14 | |
| * | | | | | | | | | | preload-index: log the number of lstat calls to trace2 | Jeff Hostetler | 2021-02-17 | 1 | -0/+10 | |
| * | | | | | | | | | | p7519: add trace logging during perf test | Jeff Hostetler | 2021-02-17 | 3 | -2/+35 | |
| * | | | | | | | | | | p7519: move watchman cleanup earlier in the test | Jeff Hostetler | 2021-02-17 | 1 | -8/+17 | |
| * | | | | | | | | | | p7519: fix watchman watch-list test on Windows | Jeff Hostetler | 2021-02-17 | 1 | -1/+1 | |
| * | | | | | | | | | | p7519: do not rely on "xargs -d" in test | Jeff Hostetler | 2021-02-17 | 1 | -1/+11 | |
* | | | | | | | | | | | Merge https://github.com/prati0100/git-gui | Junio C Hamano | 2021-03-01 | 3 | -3/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'py/commit-comments' | Pratyush Yadav | 2021-02-22 | 2 | -2/+21 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | git-gui: remove lines starting with the comment character | Pratyush Yadav | 2021-02-18 | 2 | -2/+21 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'mk/russian-translation' | Pratyush Yadav | 2021-02-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | git-gui: fix typo in russian locale | Mikhail Klyushin | 2021-02-02 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'js/commit-graph-warning' | Junio C Hamano | 2021-03-01 | 1 | -11/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Revert "commit-graph: when incompatible with graphs, indicate why" | Junio C Hamano | 2021-03-01 | 1 | -11/+3 | |
* | | | | | | | | | | | Git 2.31-rc0v2.31.0-rc0 | Junio C Hamano | 2021-02-26 | 2 | -1/+50 | |
* | | | | | | | | | | | Merge branch 'jc/push-delete-nothing' | Junio C Hamano | 2021-02-26 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | push: do not turn --delete '' into a matching push | Junio C Hamano | 2021-02-24 | 2 | -1/+6 | |
* | | | | | | | | | | | | Merge branch 'sh/mergetools-vimdiff1' | Junio C Hamano | 2021-02-26 | 1 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | mergetools/vimdiff: add vimdiff1 merge tool variant | Seth House | 2021-02-23 | 1 | -1/+12 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'dl/doc-config-camelcase' | Junio C Hamano | 2021-02-26 | 5 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | index-format doc: camelCase core.excludesFile | Junio C Hamano | 2021-02-25 | 1 | -2/+2 |