summaryrefslogtreecommitdiff
path: root/revision.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Merge branch 'es/get-worktrees-unsort'Junio C Hamano1-2/+2
2020-07-06revision: disable min_age optimization with line-logRené Scharfe1-1/+2
2020-07-01commit-graph: check all leading directories in changed path Bloom filtersSZEDER Gábor1-9/+37
2020-07-01revision: empty pathspecs should not use Bloom filtersTaylor Blau1-0/+4
2020-07-01revision.c: fix whitespaceDerrick Stolee1-4/+4
2020-07-01bloom: fix logic in get_bloom_filter()Derrick Stolee1-7/+0
2020-06-24revision: use repository from rev_info when parsing commitsMichael Forney1-9/+9
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine1-2/+2
2020-06-17commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar1-4/+8
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar1-8/+8
2020-06-08Merge branch 'ds/line-log-on-bloom'Junio C Hamano1-7/+36
2020-06-08diff.h: drop diff_tree_oid() & friends' return valueSZEDER Gábor1-6/+3
2020-05-11line-log: integrate with changed-path Bloom filtersDerrick Stolee1-1/+4
2020-05-11line-log: try to use generation number-based topo-orderingSZEDER Gábor1-5/+6
2020-05-11line-log: more responsive, incremental 'git log -L'SZEDER Gábor1-1/+26
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano1-1/+18
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-2/+124
2020-04-22Merge branch 'ds/revision-show-pulls'Junio C Hamano1-2/+25
2020-04-16revision: complicated pathspecs disable filtersDerrick Stolee1-1/+18
2020-04-10revision: --show-pulls adds helpful mergesDerrick Stolee1-2/+25
2020-04-07format-patch: teach --no-encode-email-headersEmma Brooks1-0/+4
2020-04-06revision.c: add trace2 stats around Bloom filter usageGarima Singh1-0/+41
2020-04-06revision.c: use Bloom filters to speed up path based revision walksGarima Singh1-2/+83
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano1-17/+5
2019-12-13notes: break set_display_notes() into smaller functionsDenton Liu1-3/+3
2019-12-10Merge branch 'dl/pretty-reference'Junio C Hamano1-2/+2
2019-12-09notes: extract logic into set_display_notes()Denton Liu1-16/+4
2019-12-09notes: create init_display_notes() helperDenton Liu1-1/+1
2019-12-05Merge branch 'mh/clear-topo-walk-upon-reset'Junio C Hamano1-1/+17
2019-11-25revision: free topo_walk_info before creating a new one in init_topo_walkMike Hommey1-0/+16
2019-11-25revision: clear the topo-walk flags in reset_revision_walkMike Hommey1-1/+1
2019-11-20revision: make get_revision_mark() return const pointerDenton Liu1-2/+2
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano1-12/+16
2019-10-11Merge branch 'ab/pcre-jit-fixes'Junio C Hamano1-0/+3
2019-10-07Merge branch 'rs/simplify-by-deco-with-deco-refs-exclude'Junio C Hamano1-1/+0
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong1-2/+1
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong1-6/+2
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong1-1/+1
2019-10-07hashmap: use *_entry APIs for iterationEric Wong1-4/+6
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-3/+8
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-1/+2
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong1-1/+2
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-2/+2
2019-09-30Merge branch 'rs/get-tagged-oid'Junio C Hamano1-3/+1
2019-09-09log-tree: call load_ref_decorations() in get_name_decoration()René Scharfe1-1/+0
2019-09-05tag: factor out get_tagged_oid()René Scharfe1-3/+1
2019-08-06revision: allow --end-of-options to end option parsingJeff King1-1/+7
2019-07-19Merge branch 'jk/check-connected-with-alternates'Junio C Hamano1-0/+29
2019-07-01check_everything_connected: assume alternate ref tips are validJeff King1-0/+29