summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | hashmap_put takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * | | hashmap_get takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+2
| * | | hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-2/+2
| |/ /
* | | Merge branch 'ab/pcre-jit-fixes'Junio C Hamano2019-10-111-0/+3
|\ \ \
| * | | grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>"Ævar Arnfjörð Bjarmason2019-06-281-0/+3
* | | | Merge branch 'rs/simplify-by-deco-with-deco-refs-exclude'Junio C Hamano2019-10-071-1/+0
|\ \ \ \
| * | | | log-tree: call load_ref_decorations() in get_name_decoration()René Scharfe2019-09-091-1/+0
| | |/ / | |/| |
* | | | Merge branch 'rs/get-tagged-oid'Junio C Hamano2019-09-301-3/+1
|\ \ \ \
| * | | | tag: factor out get_tagged_oid()René Scharfe2019-09-051-3/+1
| |/ / /
* | | | revision: allow --end-of-options to end option parsingJeff King2019-08-061-1/+7
|/ / /
* | | Merge branch 'jk/check-connected-with-alternates'Junio C Hamano2019-07-191-0/+29
|\ \ \ | |/ / |/| |
| * | check_everything_connected: assume alternate ref tips are validJeff King2019-07-011-0/+29
| |/
* | revision: keep topo-walk free of unintersting commitsDerrick Stolee2019-05-281-0/+3
* | revision: use generation for A..B --topo-order queriesDerrick Stolee2019-05-281-1/+3
|/
* Merge branch 'jk/revision-rewritten-parents-in-prio-queue'Junio C Hamano2019-04-251-22/+36
|\
| * revision: use a prio_queue to hold rewritten parentsJeff King2019-04-041-22/+36
* | Merge branch 'jk/unused-params-even-more'Junio C Hamano2019-04-251-6/+6
|\ \
| * | revision: drop some unused "revs" parametersJeff King2019-03-201-6/+6
* | | Merge branch 'jk/line-log-with-patch'Junio C Hamano2019-04-101-0/+4
|\ \ \ | |/ / |/| |
| * | line-log: detect unsupported formatsJeff King2019-03-111-0/+4
| |/
* | Merge branch 'en/combined-all-paths'Junio C Hamano2019-03-071-0/+6
|\ \ | |/ |/|
| * log,diff-tree: add --combined-all-paths optionElijah Newren2019-02-071-0/+6
* | Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-061-0/+143
|\ \
| * | revision: implement sparse algorithmDerrick Stolee2019-01-171-10/+128
| * | revision: add mark_tree_uninteresting_sparseDerrick Stolee2019-01-171-0/+25
* | | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-6/+6
|\ \ \
| * | | sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2019-01-141-4/+4
| * | | read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-2/+2
| |/ /
* | | Merge branch 'jt/get-reference-with-commit-graph'Junio C Hamano2019-02-051-1/+14
|\ \ \ | |_|/ |/| |
| * | revision: use commit graph in get_reference()Jonathan Tan2018-12-281-1/+14
* | | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-2/+2
|\ \ \
| * | | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
| | |/ | |/|
* | | Merge branch 'nd/indentation-fix'Junio C Hamano2019-01-141-2/+2
|\ \ \
| * | | Indent code with TABsNguyễn Thái Ngọc Duy2018-12-091-2/+2
| |/ /