summaryrefslogtreecommitdiff
path: root/revision.c
AgeCommit message (Expand)Author
2020-07-09Merge branch 'rs/line-log-until' into masterJunio C Hamano
2020-07-07Merge branch 'es/get-worktrees-unsort'Junio C Hamano
2020-07-07revision: disable min_age optimization with line-logRené Scharfe
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
2020-06-17commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar
2020-06-09Merge branch 'ds/line-log-on-bloom'Junio C Hamano
2020-05-11line-log: integrate with changed-path Bloom filtersDerrick Stolee
2020-05-11line-log: try to use generation number-based topo-orderingSZEDER Gábor
2020-05-11line-log: more responsive, incremental 'git log -L'SZEDER Gábor
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-04-22Merge branch 'ds/revision-show-pulls'Junio C Hamano
2020-04-16revision: complicated pathspecs disable filtersDerrick Stolee
2020-04-10revision: --show-pulls adds helpful mergesDerrick Stolee
2020-04-08format-patch: teach --no-encode-email-headersEmma Brooks
2020-04-06revision.c: add trace2 stats around Bloom filter usageGarima Singh
2020-04-06revision.c: use Bloom filters to speed up path based revision walksGarima Singh
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano
2019-12-13notes: break set_display_notes() into smaller functionsDenton Liu
2019-12-10Merge branch 'dl/pretty-reference'Junio C Hamano
2019-12-09notes: extract logic into set_display_notes()Denton Liu
2019-12-09notes: create init_display_notes() helperDenton Liu
2019-12-05Merge branch 'mh/clear-topo-walk-upon-reset'Junio C Hamano
2019-11-25revision: free topo_walk_info before creating a new one in init_topo_walkMike Hommey
2019-11-25revision: clear the topo-walk flags in reset_revision_walkMike Hommey
2019-11-20revision: make get_revision_mark() return const pointerDenton Liu
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-11Merge branch 'ab/pcre-jit-fixes'Junio C Hamano
2019-10-07Merge branch 'rs/simplify-by-deco-with-deco-refs-exclude'Junio C Hamano
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-09-30Merge branch 'rs/get-tagged-oid'Junio C Hamano
2019-09-09log-tree: call load_ref_decorations() in get_name_decoration()René Scharfe
2019-09-05tag: factor out get_tagged_oid()René Scharfe
2019-08-06revision: allow --end-of-options to end option parsingJeff King
2019-07-19Merge branch 'jk/check-connected-with-alternates'Junio C Hamano
2019-07-01check_everything_connected: assume alternate ref tips are validJeff King
2019-06-28grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>"Ævar Arnfjörð Bjarmason
2019-05-28revision: keep topo-walk free of unintersting commitsDerrick Stolee
2019-05-28revision: use generation for A..B --topo-order queriesDerrick Stolee
2019-04-25Merge branch 'jk/revision-rewritten-parents-in-prio-queue'Junio C Hamano
2019-04-25Merge branch 'jk/unused-params-even-more'Junio C Hamano