summaryrefslogtreecommitdiff
path: root/revision.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-05Merge branch 'so/log-diff-merge'Libravatar Junio C Hamano1-2/+7
2020-12-21diff-merges: let new options enable diff without -pLibravatar Sergey Organov1-0/+1
2020-12-21diff-merges: do not imply -p for new optionsLibravatar Sergey Organov1-0/+1
2020-12-21diff-merges: group diff-merge flags next to each other inside 'rev_info'Libravatar Sergey Organov1-2/+3
2020-12-21diff-merges: split 'ignore_merges' fieldLibravatar Sergey Organov1-1/+2
2020-12-21diff-merges: introduce revs->first_parent_merges flagLibravatar Sergey Organov1-0/+1
2020-12-21revision: move diff merges functions to its own diff-merges.cLibravatar Sergey Organov1-3/+0
2020-12-21revision: provide implementation for diff merges tweaksLibravatar Sergey Organov1-0/+3
2020-11-09format-patch: make output filename configurableLibravatar Junio C Hamano1-0/+1
2020-08-31revision: add separate field for "-m" of "diff-index -m"Libravatar Sergey Organov1-0/+1
2020-08-17Merge branch 'jk/log-fp-implies-m'Libravatar Junio C Hamano1-1/+1
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterLibravatar Junio C Hamano1-2/+4
2020-07-29revision: add "--no-diff-merges" option to counteract "-m"Libravatar Jeff King1-1/+1
2020-07-01commit-graph: check all leading directories in changed path Bloom filtersLibravatar SZEDER Gábor1-2/+4
2020-06-24revision: reallocate TOPO_WALK object flagsLibravatar René Scharfe1-3/+4
2020-05-01Merge branch 'gs/commit-graph-path-filter'Libravatar Junio C Hamano1-0/+11
2020-04-22Merge branch 'ds/revision-show-pulls'Libravatar Junio C Hamano1-1/+5
2020-04-10revision: --show-pulls adds helpful mergesLibravatar Derrick Stolee1-1/+5
2020-04-07format-patch: teach --no-encode-email-headersLibravatar Emma Brooks1-1/+2
2020-04-06revision.c: use Bloom filters to speed up path based revision walksLibravatar Garima Singh1-0/+11
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Libravatar Junio C Hamano1-1/+1
2019-12-16Merge branch 'hw/doc-in-header'Libravatar Junio C Hamano1-0/+59
2019-12-13notes: break set_display_notes() into smaller functionsLibravatar Denton Liu1-1/+1
2019-11-20revision: make get_revision_mark() return const pointerLibravatar Denton Liu1-2/+2
2019-11-18revision: move doc to revision.hLibravatar Heba Waly1-0/+59
2019-03-07Merge branch 'en/combined-all-paths'Libravatar Junio C Hamano1-0/+1
2019-02-07log,diff-tree: add --combined-all-paths optionLibravatar Elijah Newren1-0/+1
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Libravatar Junio C Hamano1-0/+2
2019-01-17revision: add mark_tree_uninteresting_sparseLibravatar Derrick Stolee1-0/+2
2019-01-14Merge branch 'md/exclude-promisor-objects-fix-cleanup'Libravatar Junio C Hamano1-2/+2
2018-12-06revision.c: put promisor option in specialized structLibravatar Matthew DeVore1-2/+2
2018-11-18Merge branch 'ds/reachable-topo-order'Libravatar Junio C Hamano1-0/+7
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Libravatar Junio C Hamano1-0/+1
2018-11-02revision.c: generation-based topo-order algorithmLibravatar Derrick Stolee1-0/+2
2018-11-02revision.c: begin refactoring --topo-order logicLibravatar Derrick Stolee1-0/+4
2018-10-30Merge branch 'md/filter-trees'Libravatar Junio C Hamano1-2/+24
2018-10-23exclude-promisor-objects: declare when option is allowedLibravatar Matthew DeVore1-0/+1
2018-10-19Merge branch 'nd/the-index'Libravatar Junio C Hamano1-4/+11
2018-10-07revision: mark non-user-given objects insteadLibravatar Matthew DeVore1-2/+9
2018-10-07rev-list: handle missing tree objects properlyLibravatar Matthew DeVore1-0/+15
2018-09-21revision.c: reduce implicit dependency the_repositoryLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-3/+10
2018-09-17Merge branch 'es/format-patch-rangediff'Libravatar Junio C Hamano1-0/+6
2018-09-17Merge branch 'es/format-patch-interdiff'Libravatar Junio C Hamano1-0/+5
2018-09-17Merge branch 'jk/rev-list-stdin-noop-is-ok'Libravatar Junio C Hamano1-0/+5
2018-08-22rev-list: make empty --stdin not an errorLibravatar Jeff King1-0/+5
2018-08-20Merge branch 'en/incl-forward-decl'Libravatar Junio C Hamano1-0/+1
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+1
2018-08-14format-patch: teach --range-diff to respect -v/--reroll-countLibravatar Eric Sunshine1-0/+1
2018-08-14format-patch: add --range-diff option to embed diff in cover letterLibravatar Eric Sunshine1-0/+5