summaryrefslogtreecommitdiff
path: root/revision.c
AgeCommit message (Expand)Author
2020-08-10Merge branch 'so/rev-parser-errormessage-fix'Junio C Hamano
2020-08-10Merge branch 'jk/compiler-fixes-and-workarounds'Junio C Hamano
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-08-05revision: fix die() message for "--unpacked="Sergey Organov
2020-08-04revision: avoid leak when preparing bloom filter for "/"Jeff King
2020-08-04revision: avoid out-of-bounds read/write on empty pathspecJeff King
2020-07-31strvec: rename struct fieldsJeff King
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
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-07-01commit-graph: check all leading directories in changed path Bloom filtersSZEDER Gábor
2020-07-01revision: empty pathspecs should not use Bloom filtersTaylor Blau
2020-07-01revision.c: fix whitespaceDerrick Stolee
2020-07-01bloom: fix logic in get_bloom_filter()Derrick Stolee
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-06-08diff.h: drop diff_tree_oid() & friends' return valueSZEDER Gábor
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