summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | t7001: remove unnecessary blank linesShubham Verma2021-02-111-12/+0
| * | | | | | t7001: indent with TABs instead of spacesShubham Verma2021-02-111-60/+60
| * | | | | | t7001: modernize test formattingShubham Verma2021-02-111-96/+96
* | | | | | | Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano2021-03-0114-51/+229
|\ \ \ \ \ \ \
| * | | | | | | fetch-pack: print and use dangling .gitmodulesJonathan Tan2021-02-229-22/+165
| * | | | | | | fetch-pack: with packfile URIs, use index-pack argJonathan Tan2021-02-221-11/+23
| * | | | | | | http-fetch: allow custom index-pack argsJonathan Tan2021-02-224-8/+30
| * | | | | | | http: allow custom index-pack argsJonathan Tan2021-02-223-13/+18
* | | | | | | | Merge branch 'ds/chunked-file-api'Junio C Hamano2021-03-0110-468/+655
|\ \ \ \ \ \ \ \
| * | | | | | | | commit-graph.c: display correct number of chunks when writingTaylor Blau2021-02-241-4/+3
| * | | | | | | | chunk-format: add technical docsDerrick Stolee2021-02-183-0/+122
| * | | | | | | | chunk-format: restore duplicate chunk checksDerrick Stolee2021-02-181-0/+9
| * | | | | | | | midx: use 64-bit multiplication for chunk sizesDerrick Stolee2021-02-181-5/+6
| * | | | | | | | midx: use chunk-format read APIDerrick Stolee2021-02-182-50/+29
| * | | | | | | | commit-graph: use chunk-format read APIDerrick Stolee2021-02-182-106/+55
| * | | | | | | | chunk-format: create read chunk APIDerrick Stolee2021-02-182-0/+127
| * | | | | | | | midx: use chunk-format API in write_midx_internal()Derrick Stolee2021-02-181-86/+20
| * | | | | | | | midx: drop chunk progress during writeDerrick Stolee2021-02-181-7/+0
| * | | | | | | | midx: return success/failure in chunk write methodsDerrick Stolee2021-02-181-36/+27
| * | | | | | | | midx: add num_large_offsets to write_midx_contextDerrick Stolee2021-02-181-7/+10
| * | | | | | | | midx: add pack_perm to write_midx_contextDerrick Stolee2021-02-181-19/+21
| * | | | | | | | midx: add entries to write_midx_contextDerrick Stolee2021-02-181-23/+26
| * | | | | | | | midx: use context in write_midx_pack_names()Derrick Stolee2021-02-181-11/+10
| * | | | | | | | midx: rename pack_info to write_midx_contextDerrick Stolee2021-02-181-65/+65
| * | | | | | | | commit-graph: use chunk-format write APIDerrick Stolee2021-02-181-82/+37
| * | | | | | | | chunk-format: create chunk format write APIDerrick Stolee2021-02-183-0/+112
| * | | | | | | | commit-graph: anonymize data in chunk_write_fnDerrick Stolee2021-02-051-10/+19
* | | | | | | | | Merge branch 'en/diffcore-rename'Junio C Hamano2021-03-014-18/+347
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge-ort: call diffcore_rename() directlyElijah Newren2021-02-151-7/+59
| * | | | | | | | | gitdiffcore doc: mention new preliminary step for rename detectionElijah Newren2021-02-151-0/+20
| * | | | | | | | | diffcore-rename: guide inexact rename detection based on basenamesElijah Newren2021-02-152-8/+52
| * | | | | | | | | diffcore-rename: complete find_basename_matches()Elijah Newren2021-02-151-3/+79
| * | | | | | | | | diffcore-rename: compute basenames of source and dest candidatesElijah Newren2021-02-151-0/+63
| * | | | | | | | | t4001: add a test comparing basename similarity and content similarityElijah Newren2021-02-151-0/+23
| * | | | | | | | | diffcore-rename: filter rename_src list when possibleElijah Newren2021-02-151-8/+51
| * | | | | | | | | diffcore-rename: no point trying to find a match better than exactElijah Newren2021-02-121-6/+14
* | | | | | | | | | Merge branch 'jh/fsmonitor-prework'Junio C Hamano2021-03-017-26/+196
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fsmonitor: refactor initialization of fsmonitor_last_update tokenJeff Hostetler2021-02-161-3/+32
| * | | | | | | | | | fsmonitor: allow all entries for a folder to be invalidatedKevin Willford2021-02-161-5/+26
| * | | | | | | | | | fsmonitor: log FSMN token when reading and writing the indexJeff Hostetler2021-02-161-2/+10
| * | | | | | | | | | fsmonitor: log invocation of FSMonitor hook to trace2Jeff Hostetler2021-02-162-1/+33
| * | | | | | | | | | read-cache: log the number of scanned files to trace2Jeff Hostetler2021-02-161-3/+10
| * | | | | | | | | | read-cache: log the number of lstat calls to trace2Jeff Hostetler2021-02-161-3/+14
| * | | | | | | | | | preload-index: log the number of lstat calls to trace2Jeff Hostetler2021-02-161-0/+10
| * | | | | | | | | | p7519: add trace logging during perf testJeff Hostetler2021-02-163-2/+35
| * | | | | | | | | | p7519: move watchman cleanup earlier in the testJeff Hostetler2021-02-161-8/+17
| * | | | | | | | | | p7519: fix watchman watch-list test on WindowsJeff Hostetler2021-02-161-1/+1
| * | | | | | | | | | p7519: do not rely on "xargs -d" in testJeff Hostetler2021-02-161-1/+11
* | | | | | | | | | | Merge https://github.com/prati0100/git-guiJunio C Hamano2021-03-013-3/+22
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'py/commit-comments'Pratyush Yadav2021-02-222-2/+21
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |