summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/lose-grep-debug'Junio C Hamano2021-02-101-2/+0
|\
| * grep/log: remove hidden --debug and --grep-debug optionsÆvar Arnfjörð Bjarmason2021-01-261-2/+0
* | Merge branch 'so/log-diff-merge'Junio C Hamano2021-02-051-34/+4
|\ \
| * | diff-merges: get rid of now empty diff_merges_init_revs()Sergey Organov2020-12-211-1/+0
| * | diff-merges: rename all functions to have common prefixSergey Organov2020-12-211-3/+3
| * | revision: move diff merges functions to its own diff-merges.cSergey Organov2020-12-211-75/+1
| * | revision: provide implementation for diff merges tweaksSergey Organov2020-12-211-0/+19
| * | revision: factor out initialization of diff-merge related settingsSergey Organov2020-12-211-1/+8
| * | revision: factor out setup of diff-merge related settingsSergey Organov2020-12-211-6/+12
| * | revision: factor out parsing of diff-merge related optionsSergey Organov2020-12-211-27/+40
* | | Merge branch 'jk/log-cherry-pick-duplicate-patches'Junio C Hamano2021-01-251-2/+4
|\ \ \
| * | | patch-ids: handle duplicate hashmap entriesJeff King2021-01-121-2/+4
| |/ /
* | | revision: trace topo-walk statisticsDerrick Stolee2021-01-041-0/+31
| |/ |/|
* | Merge branch 'ma/grep-init-default'Junio C Hamano2020-12-081-1/+0
|\ \
| * | grep: use designated initializers for `grep_defaults`Martin Ågren2020-11-211-1/+0
| * | grep: don't set up a "default" repo for grepMartin Ågren2020-11-211-1/+1
| |/
* | Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren2020-11-111-8/+1
* | hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
|/
* drop unused argc parametersJeff King2020-09-301-3/+3
* Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-5/+2
|\
| * bloom: split 'get_bloom_filter()' in twoTaylor Blau2020-09-171-1/+1
| * commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau2020-09-091-4/+1
* | Merge branch 'mf/submodule-summary-with-correct-repository'Junio C Hamano2020-09-181-9/+9
|\ \
| * | revision: use repository from rev_info when parsing commitsMichael Forney2020-06-241-9/+9
* | | Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-091-1/+2
|\ \ \
| * | | sha1-name: replace unsigned int with option structJonathan Tan2020-09-021-1/+2
* | | | Merge branch 'so/separate-field-for-m-and-diff-merges'Junio C Hamano2020-09-091-0/+6
|\ \ \ \
| * | | | revision: add separate field for "-m" of "diff-index -m"Sergey Organov2020-08-311-0/+6
* | | | | Merge branch 'jk/rev-input-given-fix'Junio C Hamano2020-08-311-5/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | revision: set rev_input_given in handle_revision_arg()Jeff King2020-08-261-5/+11
| |/ / /
* | | | Merge branch 'so/log-diff-merges-opt'Junio C Hamano2020-08-171-1/+8
|\ \ \ \
| * | | | revision: change "--diff-merges" option to require parameterSergey Organov2020-08-111-1/+8
* | | | | Merge branch 'jk/log-fp-implies-m'Junio C Hamano2020-08-171-3/+7
|\ \ \ \ \ | |/ / / /
| * | | | revision: add "--no-diff-merges" option to counteract "-m"Jeff King2020-07-291-3/+7
| |/ / /
* | | | Merge branch 'al/bisect-first-parent'Junio C Hamano2020-08-171-3/+0
|\ \ \ \
| * | | | rev-list: allow bisect and first-parent flagsAaron Lipman2020-08-071-3/+0
| |/ / /
* | | | Merge branch 'so/rev-parser-errormessage-fix'Junio C Hamano2020-08-101-1/+1
|\ \ \ \
| * | | | revision: fix die() message for "--unpacked="Sergey Organov2020-08-041-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-301-2/+2
| * | | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-7/+7
| * | | strvec: rename files from argv-array to strvecJeff King2020-07-281-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