Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jx/t5411-flake-fix' | Junio C Hamano | 2020-11-26 | 1 | -14/+40 |
|\ | |||||
| * | receive-pack: use default version 0 for proc-receive | Jiang Xin | 2020-11-11 | 1 | -6/+10 |
| * | receive-pack: gently write messages to proc-receive | Jiang Xin | 2020-11-11 | 1 | -10/+32 |
* | | Merge branch 'en/strmap' | Junio C Hamano | 2020-11-22 | 1 | -5/+4 |
|\ \ | |||||
| * | | Use new HASHMAP_INIT macro to simplify hashmap initialization | Elijah Newren | 2020-11-11 | 1 | -2/+1 |
| * | | hashmap: provide deallocation function names | Elijah Newren | 2020-11-02 | 1 | -3/+3 |
| |/ | |||||
* | | Merge branch 'en/merge-ort-api-null-impl' | Junio C Hamano | 2020-11-18 | 3 | -0/+213 |
|\ \ | |||||
| * | | fast-rebase: demonstrate merge-ort's API via new test-tool command | Elijah Newren | 2020-10-29 | 3 | -0/+213 |
| |/ | |||||
* | | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 2020-11-18 | 3 | -0/+37 |
|\ \ | |||||
| * | | maintenance: add start/stop subcommands | Derrick Stolee | 2020-09-25 | 3 | -0/+37 |
* | | | Merge branch 'js/avoid-split-sideband-message' | Junio C Hamano | 2020-11-02 | 1 | -0/+23 |
|\ \ \ | |_|/ |/| | | |||||
| * | | test-pkt-line: drop colon from sideband identity | Jeff King | 2020-10-27 | 1 | -1/+1 |
| * | | sideband: avoid reporting incomplete sideband messages | Johannes Schindelin | 2020-10-20 | 1 | -0/+23 |
* | | | Merge branch 'jk/unused' | Junio C Hamano | 2020-10-05 | 2 | -5/+5 |
|\ \ \ | |||||
| * | | | test-advise: check argument count with argc instead of argv | Jeff King | 2020-09-30 | 1 | -2/+2 |
| * | | | drop unused argc parameters | Jeff King | 2020-09-30 | 1 | -3/+3 |
* | | | | Merge branch 'ds/in-merge-bases-many-optim-bug' | Junio C Hamano | 2020-10-05 | 1 | -0/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | commit-reach: fix in_merge_bases_many bug | Derrick Stolee | 2020-10-02 | 1 | -0/+2 |
| |/ / | |||||
* | | | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 2020-09-29 | 2 | -2/+5 |
|\ \ \ | |||||
| * | | | 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 'jx/proc-receive-hook' | Junio C Hamano | 2020-09-26 | 3 | -0/+178 |
|\ \ \ | |||||
| * | | | receive-pack: add new proc-receive hook | Jiang Xin | 2020-08-27 | 3 | -0/+178 |
* | | | | Merge branch 'jk/slimmed-down' | Junio C Hamano | 2020-09-03 | 3 | -135/+0 |
|\ \ \ \ | |||||
| * | | | | drop vcs-svn experiment | Jeff King | 2020-08-13 | 3 | -135/+0 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jk/leakfix' | Junio C Hamano | 2020-08-27 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | config: fix leaks from git_config_get_string_const() | Jeff King | 2020-08-14 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | multi-pack-index: use hash version byte | Derrick Stolee | 2020-08-18 | 1 | -2/+6 |
| |/ / |/| | | |||||
* | | | Merge branch 'bc/sha-256-part-3' | Junio C Hamano | 2020-08-12 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | t: make test-bloom initialize repository | brian m. carlson | 2020-07-30 | 1 | -0/+2 |
| |/ / | |||||
* | | | strvec: rename struct fields | Jeff King | 2020-07-31 | 1 | -4/+4 |
* | | | strvec: fix indentation in renamed calls | Jeff King | 2020-07-29 | 1 | -3/+3 |
* | | | strvec: convert remaining callers away from argv_array name | Jeff King | 2020-07-29 | 1 | -18/+18 |
* | | | strvec: rename files from argv-array to strvec | Jeff King | 2020-07-29 | 2 | -2/+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 |
| |_|/ |/| | |