summaryrefslogtreecommitdiffstats
path: root/revision.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'so/rev-parser-errormessage-fix'Junio C Hamano2020-08-101-1/+1
|\ \ \ \
| * | | | revision: fix die() message for "--unpacked="Sergey Organov2020-08-051-1/+1
| | |/ / | |/| |
* | | | Merge branch 'jk/compiler-fixes-and-workarounds'Junio C Hamano2020-08-101-5/+3
|\ \ \ \
| * | | | revision: avoid leak when preparing bloom filter for "/"Jeff King2020-08-041-0/+1
| * | | | revision: avoid out-of-bounds read/write on empty pathspecJeff King2020-08-041-5/+2
| | |_|/ | |/| |
* | | | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | strvec: rename struct fieldsJeff King2020-07-311-2/+2
| * | | strvec: convert remaining callers away from argv_array nameJeff King2020-07-291-7/+7
| * | | strvec: rename files from argv-array to strvecJeff King2020-07-291-1/+1
| | |/ | |/|
* | | Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano2020-07-301-19/+44
|\ \ \
| * | | commit-graph: check all leading directories in changed path Bloom filtersSZEDER Gábor2020-07-011-9/+37
| * | | revision: empty pathspecs should not use Bloom filtersTaylor Blau2020-07-011-0/+4
| * | | revision.c: fix whitespaceDerrick Stolee2020-07-011-4/+4
| * | | bloom: fix logic in get_bloom_filter()Derrick Stolee2020-07-011-7/+0
* | | | Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano2020-07-301-6/+3
|\| | | | |/ / |/| |
| * | diff.h: drop diff_tree_oid() & friends' return valueSZEDER Gábor2020-06-081-6/+3
* | | Merge branch 'rs/line-log-until' into masterJunio C Hamano2020-07-091-1/+2
|\ \ \
| * | | revision: disable min_age optimization with line-logRené Scharfe2020-07-071-1/+2
* | | | Merge branch 'es/get-worktrees-unsort'Junio C Hamano2020-07-071-2/+2
|\ \ \ \
| * | | | worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine2020-06-221-2/+2
| | |_|/ | |/| |
* | | | commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar2020-06-171-4/+8
* | | | commit: move members graph_pos, generation to a slabAbhishek Kumar2020-06-171-8/+8
| |/ / |/| |
* | | Merge branch 'ds/line-log-on-bloom'Junio C Hamano2020-06-091-7/+36
|\ \ \ | | |/ | |/|
| * | line-log: integrate with changed-path Bloom filtersDerrick Stolee2020-05-111-1/+4
| * | line-log: try to use generation number-based topo-orderingSZEDER Gábor2020-05-111-5/+6
| * | line-log: more responsive, incremental 'git log -L'SZEDER Gábor2020-05-111-1/+26
* | | Merge branch 'ds/blame-on-bloom'Junio C Hamano2020-05-011-1/+18
|\| |
| * | revision: complicated pathspecs disable filtersDerrick Stolee2020-04-171-1/+18
* | | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-2/+124
|\| |
| * | revision.c: add trace2 stats around Bloom filter usageGarima Singh2020-04-061-0/+41
| * | revision.c: use Bloom filters to speed up path based revision walksGarima Singh2020-04-061-2/+83
| |/
* | Merge branch 'ds/revision-show-pulls'Junio C Hamano2020-04-221-2/+25
|\ \
| * | revision: --show-pulls adds helpful mergesDerrick Stolee2020-04-101-2/+25
| |/
* / format-patch: teach --no-encode-email-headersEmma Brooks2020-04-081-0/+4
|/
* Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano2019-12-251-17/+5
|\
| * notes: break set_display_notes() into smaller functionsDenton Liu2019-12-131-3/+3
| * notes: extract logic into set_display_notes()Denton Liu2019-12-091-16/+4
| * notes: create init_display_notes() helperDenton Liu2019-12-091-1/+1
* | Merge branch 'dl/pretty-reference'Junio C Hamano2019-12-101-2/+2
|\ \
| * | revision: make get_revision_mark() return const pointerDenton Liu2019-11-201-2/+2
* | | Merge branch 'mh/clear-topo-walk-upon-reset'Junio C Hamano2019-12-051-1/+17
|\ \ \
| * | | revision: free topo_walk_info before creating a new one in init_topo_walkMike Hommey2019-11-251-0/+16
| * | | revision: clear the topo-walk flags in reset_revision_walkMike Hommey2019-11-251-1/+1
| |/ /
* | | Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-12/+16
|\ \ \
| * | | hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-2/+1
| * | | OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-071-6/+2
| * | | hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-1/+1
| * | | hashmap: use *_entry APIs for iterationEric Wong2019-10-071-4/+6
| * | | hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-3/+8
| * | | hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-1/+2