Age | Commit message (Expand) | Author | Files | Lines |
2021-03-19 | Merge branch 'jc/calloc-fix' | Junio C Hamano | 1 | -1/+1 |
2021-03-15 | xcalloc: use CALLOC_ARRAY() when applicable | Junio C Hamano | 1 | -1/+1 |
2021-02-17 | Merge branch 'jt/trace2-BUG' | Junio C Hamano | 1 | -0/+9 |
2021-02-17 | Merge branch 'ak/corrected-commit-date' | Junio C Hamano | 1 | -0/+4 |
2021-02-10 | Merge branch 'ab/grep-pcre-invalid-utf8' | Junio C Hamano | 3 | -0/+14 |
2021-02-09 | usage: trace2 BUG() invocations | Jonathan Tan | 1 | -0/+9 |
2021-01-24 | grep/pcre2: better support invalid UTF-8 haystacks | Ævar Arnfjörð Bjarmason | 3 | -0/+14 |
2021-01-21 | refs: switch peel_ref() to peel_iterated_oid() | Jeff King | 1 | -13/+0 |
2021-01-18 | commit-graph: implement generation data chunk | Abhishek Kumar | 1 | -0/+4 |
2020-11-25 | Merge branch 'jx/t5411-flake-fix' | Junio C Hamano | 1 | -14/+40 |
2020-11-21 | Merge branch 'en/strmap' | Junio C Hamano | 1 | -5/+4 |
2020-11-18 | Merge branch 'en/merge-ort-api-null-impl' | Junio C Hamano | 3 | -0/+213 |
2020-11-18 | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 3 | -0/+37 |
2020-11-11 | Use new HASHMAP_INIT macro to simplify hashmap initialization | Elijah Newren | 1 | -2/+1 |
2020-11-11 | receive-pack: use default version 0 for proc-receive | Jiang Xin | 1 | -6/+10 |
2020-11-11 | receive-pack: gently write messages to proc-receive | Jiang Xin | 1 | -10/+32 |
2020-11-02 | Merge branch 'js/avoid-split-sideband-message' | Junio C Hamano | 1 | -0/+23 |
2020-11-02 | hashmap: provide deallocation function names | Elijah Newren | 1 | -3/+3 |
2020-10-29 | fast-rebase: demonstrate merge-ort's API via new test-tool command | Elijah Newren | 3 | -0/+213 |
2020-10-27 | test-pkt-line: drop colon from sideband identity | Jeff King | 1 | -1/+1 |
2020-10-20 | sideband: avoid reporting incomplete sideband messages | Johannes Schindelin | 1 | -0/+23 |
2020-10-05 | Merge branch 'jk/unused' | Junio C Hamano | 2 | -5/+5 |
2020-10-05 | Merge branch 'ds/in-merge-bases-many-optim-bug' | Junio C Hamano | 1 | -0/+2 |
2020-10-02 | commit-reach: fix in_merge_bases_many bug | Derrick Stolee | 1 | -0/+2 |
2020-09-30 | test-advise: check argument count with argc instead of argv | Jeff King | 1 | -2/+2 |
2020-09-30 | drop unused argc parameters | Jeff King | 1 | -3/+3 |
2020-09-29 | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 2 | -2/+5 |
2020-09-25 | Merge branch 'jx/proc-receive-hook' | Junio C Hamano | 3 | -0/+178 |
2020-09-25 | maintenance: add start/stop subcommands | Derrick Stolee | 3 | -0/+37 |
2020-09-17 | bloom: use provided 'struct bloom_filter_settings' | Taylor Blau | 1 | -0/+1 |
2020-09-17 | bloom: split 'get_bloom_filter()' in two | Taylor Blau | 1 | -1/+2 |
2020-09-09 | t/helper/test-read-graph.c: prepare repo settings | Taylor Blau | 1 | -1/+2 |
2020-09-03 | Merge branch 'jk/slimmed-down' | Junio C Hamano | 3 | -135/+0 |
2020-08-27 | Merge branch 'jk/leakfix' | Junio C Hamano | 1 | -1/+1 |
2020-08-27 | receive-pack: add new proc-receive hook | Jiang Xin | 3 | -0/+178 |
2020-08-17 | multi-pack-index: use hash version byte | Derrick Stolee | 1 | -2/+6 |
2020-08-14 | config: fix leaks from git_config_get_string_const() | Jeff King | 1 | -1/+1 |
2020-08-13 | drop vcs-svn experiment | Jeff King | 3 | -135/+0 |
2020-08-11 | Merge branch 'bc/sha-256-part-3' | Junio C Hamano | 1 | -0/+2 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -4/+4 |
2020-07-30 | t: make test-bloom initialize repository | brian m. carlson | 1 | -0/+2 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -3/+3 |
2020-07-28 | strvec: convert remaining callers away from argv_array name | Jeff King | 1 | -18/+18 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 2 | -2/+2 |
2020-07-06 | Merge branch 'cb/is-descendant-of' | Junio C Hamano | 1 | -1/+1 |
2020-07-06 | Merge branch 'es/get-worktrees-unsort' | Junio C Hamano | 1 | -1/+1 |
2020-07-06 | Merge branch 'ak/commit-graph-to-slab' | Junio C Hamano | 1 | -1/+1 |
2020-07-06 | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 1 | -0/+3 |
2020-06-23 | commit-reach: avoid is_descendant_of() shim | Carlo Marcelo Arenas Belón | 1 | -1/+1 |
2020-06-22 | worktree: drop get_worktrees() unused 'flags' argument | Eric Sunshine | 1 | -1/+1 |