Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bloom: use provided 'struct bloom_filter_settings' | Taylor Blau | 2020-09-17 | 1 | -0/+1 |
* | bloom: split 'get_bloom_filter()' in two | Taylor Blau | 2020-09-17 | 1 | -1/+2 |
* | t/helper/test-read-graph.c: prepare repo settings | Taylor Blau | 2020-09-09 | 1 | -1/+2 |
* | Merge branch 'cb/is-descendant-of' | Junio C Hamano | 2020-07-07 | 1 | -1/+1 |
|\ | |||||
| * | commit-reach: avoid is_descendant_of() shim | Carlo Marcelo Arenas Belón | 2020-06-24 | 1 | -1/+1 |
* | | Merge branch 'es/get-worktrees-unsort' | Junio C Hamano | 2020-07-07 | 1 | -1/+1 |
|\ \ | |||||
| * | | worktree: drop get_worktrees() unused 'flags' argument | Eric Sunshine | 2020-06-22 | 1 | -1/+1 |
* | | | Merge branch 'ak/commit-graph-to-slab' | Junio C Hamano | 2020-07-07 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | object: drop parsed_object_pool->commit_count | Abhishek Kumar | 2020-06-17 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 2020-07-07 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | t/helper: initialize the repository for test-sha1-array | brian m. carlson | 2020-06-19 | 1 | -0/+3 |
* | | | Merge branch 'dl/remote-curl-deadlock-fix' | Junio C Hamano | 2020-06-09 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | pkt-line: define PACKET_READ_RESPONSE_END | Denton Liu | 2020-05-25 | 1 | -0/+4 |
* | | | | Merge branch 'cb/t4210-illseq-auto-detect' | Junio C Hamano | 2020-06-09 | 1 | -28/+66 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ) | Carlo Marcelo Arenas Belón | 2020-05-18 | 1 | -28/+66 |
| | |/ | |/| | |||||
* | | | Merge branch 'ds/bloom-cleanup' | Junio C Hamano | 2020-05-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | test-bloom: fix usage typo | Derrick Stolee | 2020-05-01 | 1 | -1/+1 |
* | | | | bloom: fix `make sparse` warning | Đoàn Trần Công Danh | 2020-05-08 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge branch 'dd/sparse-fixes' | Junio C Hamano | 2020-05-01 | 2 | -11/+4 |
|\ \ \ | |||||
| * | | | progress.c: silence cgcc suggestion about internal linkage | Đoàn Trần Công Danh | 2020-04-27 | 1 | -8/+1 |
| * | | | test-parse-pathspec-file.c: s/0/NULL/ for pointer type | Đoàn Trần Công Danh | 2020-04-27 | 1 | -3/+3 |
* | | | | Merge branch 'ds/blame-on-bloom' | Junio C Hamano | 2020-05-01 | 1 | -8/+20 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | test-bloom: check that we have expected arguments | Jeff King | 2020-04-24 | 1 | -4/+16 |
| * | | | test-bloom: fix some whitespace issues | Jeff King | 2020-04-24 | 1 | -5/+5 |
* | | | | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 2020-05-01 | 4 | -0/+87 |
|\| | | | |||||
| * | | | t4216: add end to end tests for git log with Bloom filters | Garima Singh | 2020-04-06 | 1 | -0/+4 |
| * | | | commit-graph: reuse existing Bloom filters during write | Garima Singh | 2020-04-06 | 1 | -1/+1 |
| * | | | bloom.c: core Bloom filter implementation for changed paths. | Garima Singh | 2020-03-30 | 1 | -0/+20 |
| * | | | bloom.c: introduce core Bloom filter constructs | Garima Singh | 2020-03-30 | 1 | -0/+48 |
| * | | | bloom.c: add the murmur3 hash implementation | Garima Singh | 2020-03-30 | 3 | -0/+15 |
* | | | | Merge branch 'tb/commit-graph-split-strategy' | Junio C Hamano | 2020-05-01 | 1 | -12/+1 |
|\ \ \ \ | |||||
| * | | | | t/helper/test-read-graph.c: support commit-graph chains | Taylor Blau | 2020-04-15 | 1 | -12/+1 |
* | | | | | Merge branch 'dd/test-with-busybox' | Junio C Hamano | 2020-04-29 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | t5703: feed raw data into test-tool unpack-sideband | Đoàn Trần Công Danh | 2020-03-27 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jk/oid-array-cleanups' | Junio C Hamano | 2020-04-22 | 3 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | test-tool: rename sha1-array to oid-array | Jeff King | 2020-03-30 | 3 | -5/+5 |
| * | | | | oid_array: rename source file from sha1-array | Jeff King | 2020-03-30 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'js/trace2-env-vars' | Junio C Hamano | 2020-04-22 | 1 | -0/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | trace2: teach Git to log environment variables | Josh Steadmon | 2020-03-23 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 2020-03-27 | 2 | -6/+10 |
|\ \ \ | |||||
| * | | | t/helper: make repository tests hash independent | brian m. carlson | 2020-02-24 | 1 | -6/+4 |
| * | | | t/helper: initialize repository if necessary | brian m. carlson | 2020-02-24 | 1 | -0/+4 |
| * | | | t/helper/test-dump-split-index: initialize git repository | brian m. carlson | 2020-02-24 | 1 | -0/+2 |
* | | | | Merge branch 'am/real-path-fix' | Junio C Hamano | 2020-03-25 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | real_path: remove unsafe API | Alexandr Miloslavskiy | 2020-03-10 | 1 | -1/+4 |
* | | | | | Merge branch 'hw/advise-ng' | Junio C Hamano | 2020-03-25 | 3 | -0/+24 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | advice: revamp advise API | Heba Waly | 2020-03-05 | 3 | -0/+24 |
* | | | | | Merge branch 'pb/am-show-current-patch' | Junio C Hamano | 2020-03-09 | 1 | -0/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | parse-options: add testcases for OPT_CMDMODE() | Paolo Bonzini | 2020-02-20 | 1 | -0/+2 |
| |/ / / | |||||
* | | | | Merge branch 'rs/micro-cleanups' | Junio C Hamano | 2020-03-03 | 1 | -1/+1 |
|\ \ \ \ |