Age | Commit message (Expand) | Author | Files | Lines |
2020-12-08 | Merge branch 'ma/grep-init-default' | Junio C Hamano | 1 | -1/+0 |
2020-11-21 | grep: use designated initializers for `grep_defaults` | Martin Ågren | 1 | -1/+0 |
2020-11-21 | grep: don't set up a "default" repo for grep | Martin Ågren | 1 | -1/+1 |
2020-11-11 | Use new HASHMAP_INIT macro to simplify hashmap initialization | Elijah Newren | 1 | -8/+1 |
2020-11-02 | hashmap: provide deallocation function names | Elijah Newren | 1 | -1/+1 |
2020-09-30 | drop unused argc parameters | Jeff King | 1 | -3/+3 |
2020-09-29 | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 1 | -5/+2 |
2020-09-18 | Merge branch 'mf/submodule-summary-with-correct-repository' | Junio C Hamano | 1 | -9/+9 |
2020-09-17 | bloom: split 'get_bloom_filter()' in two | Taylor Blau | 1 | -1/+1 |
2020-09-09 | Merge branch 'jt/interpret-branch-name-fallback' | Junio C Hamano | 1 | -1/+2 |
2020-09-09 | Merge branch 'so/separate-field-for-m-and-diff-merges' | Junio C Hamano | 1 | -0/+6 |
2020-09-09 | commit-graph: introduce 'get_bloom_filter_settings()' | Taylor Blau | 1 | -4/+1 |
2020-09-02 | sha1-name: replace unsigned int with option struct | Jonathan Tan | 1 | -1/+2 |
2020-08-31 | Merge branch 'jk/rev-input-given-fix' | Junio C Hamano | 1 | -5/+11 |
2020-08-31 | revision: add separate field for "-m" of "diff-index -m" | Sergey Organov | 1 | -0/+6 |
2020-08-26 | revision: set rev_input_given in handle_revision_arg() | Jeff King | 1 | -5/+11 |
2020-08-17 | Merge branch 'so/log-diff-merges-opt' | Junio C Hamano | 1 | -1/+8 |
2020-08-17 | Merge branch 'jk/log-fp-implies-m' | Junio C Hamano | 1 | -3/+7 |
2020-08-17 | Merge branch 'al/bisect-first-parent' | Junio C Hamano | 1 | -3/+0 |
2020-08-11 | revision: change "--diff-merges" option to require parameter | Sergey Organov | 1 | -1/+8 |
2020-08-10 | Merge branch 'so/rev-parser-errormessage-fix' | Junio C Hamano | 1 | -1/+1 |
2020-08-10 | Merge branch 'jk/compiler-fixes-and-workarounds' | Junio C Hamano | 1 | -5/+3 |
2020-08-10 | Merge branch 'jk/strvec' | Junio C Hamano | 1 | -10/+10 |
2020-08-07 | rev-list: allow bisect and first-parent flags | Aaron Lipman | 1 | -3/+0 |
2020-08-04 | revision: fix die() message for "--unpacked=" | Sergey Organov | 1 | -1/+1 |
2020-08-04 | revision: avoid leak when preparing bloom filter for "/" | Jeff King | 1 | -0/+1 |
2020-08-04 | revision: avoid out-of-bounds read/write on empty pathspec | Jeff King | 1 | -5/+2 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -2/+2 |
2020-07-30 | Merge branch 'ds/commit-graph-bloom-updates' into master | Junio C Hamano | 1 | -19/+44 |
2020-07-30 | Merge branch 'sg/commit-graph-cleanups' into master | Junio C Hamano | 1 | -6/+3 |
2020-07-29 | revision: add "--no-diff-merges" option to counteract "-m" | Jeff King | 1 | -3/+7 |
2020-07-28 | strvec: convert remaining callers away from argv_array name | Jeff King | 1 | -7/+7 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-07-09 | Merge branch 'rs/line-log-until' into master | Junio C Hamano | 1 | -1/+2 |
2020-07-06 | Merge branch 'es/get-worktrees-unsort' | Junio C Hamano | 1 | -2/+2 |
2020-07-06 | revision: disable min_age optimization with line-log | René Scharfe | 1 | -1/+2 |
2020-07-01 | commit-graph: check all leading directories in changed path Bloom filters | SZEDER Gábor | 1 | -9/+37 |
2020-07-01 | revision: empty pathspecs should not use Bloom filters | Taylor Blau | 1 | -0/+4 |
2020-07-01 | revision.c: fix whitespace | Derrick Stolee | 1 | -4/+4 |
2020-07-01 | bloom: fix logic in get_bloom_filter() | Derrick Stolee | 1 | -7/+0 |
2020-06-24 | revision: use repository from rev_info when parsing commits | Michael Forney | 1 | -9/+9 |
2020-06-22 | worktree: drop get_worktrees() unused 'flags' argument | Eric Sunshine | 1 | -2/+2 |
2020-06-17 | commit-graph: minimize commit_graph_data_slab access | Abhishek Kumar | 1 | -4/+8 |
2020-06-17 | commit: move members graph_pos, generation to a slab | Abhishek Kumar | 1 | -8/+8 |
2020-06-08 | Merge branch 'ds/line-log-on-bloom' | Junio C Hamano | 1 | -7/+36 |
2020-06-08 | diff.h: drop diff_tree_oid() & friends' return value | SZEDER Gábor | 1 | -6/+3 |
2020-05-11 | line-log: integrate with changed-path Bloom filters | Derrick Stolee | 1 | -1/+4 |
2020-05-11 | line-log: try to use generation number-based topo-ordering | SZEDER Gábor | 1 | -5/+6 |
2020-05-11 | line-log: more responsive, incremental 'git log -L' | SZEDER Gábor | 1 | -1/+26 |
2020-05-01 | Merge branch 'ds/blame-on-bloom' | Junio C Hamano | 1 | -1/+18 |