summaryrefslogtreecommitdiffstats
path: root/log-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* load_ref_decorations(): fix decoration with tagsJeff King2021-07-141-2/+2
* add_ref_decoration(): rename s/type/deco_type/Jeff King2021-06-281-7/+7
* load_ref_decorations(): avoid parsing non-tag objectsJeff King2021-06-281-2/+4
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* format-patch: allow a non-integral version numbersZheNing Hu2021-03-231-2/+8
* Merge branch 'ab/diff-deferred-free'Junio C Hamano2021-02-221-4/+6
|\
| * diff: add an API for deferred freeingÆvar Arnfjörð Bjarmason2021-02-111-4/+6
* | Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano2021-02-221-7/+8
|\ \
| * | gpg-interface: improve interface for parsing tagsbrian m. carlson2021-02-101-6/+7
| * | commit: ignore additional signatures when parsing signed commitsbrian m. carlson2021-01-181-1/+1
* | | Merge branch 'js/range-diff-one-side-only'Junio C Hamano2021-02-171-2/+6
|\ \ \ | |_|/ |/| |
| * | range-diff: combine all options in a single data structureJohannes Schindelin2021-02-061-2/+6
| |/
* | Merge branch 'so/log-diff-merge'Junio C Hamano2021-02-051-12/+18
|\ \ | |/ |/|
| * diff-merges: let new options enable diff without -pSergey Organov2020-12-211-4/+9
| * diff-merges: split 'ignore_merges' fieldSergey Organov2020-12-211-7/+8
| * diff-merges: introduce revs->first_parent_merges flagSergey Organov2020-12-211-2/+2
* | format-patch: make output filename configurableJunio C Hamano2020-11-091-1/+1
|/
* Merge branch 'so/combine-diff-simplify'Junio C Hamano2020-10-051-1/+1
|\
| * diff: get rid of redundant 'dense' argumentSergey Organov2020-09-291-1/+1
* | Merge branch 'es/format-patch-interdiff-cleanup'Junio C Hamano2020-09-221-2/+2
|\ \
| * | diff-lib: tighten show_interdiff()'s interfaceEric Sunshine2020-09-081-1/+2
| * | diff: move show_interdiff() from its own file to diff-libEric Sunshine2020-09-081-1/+0
| |/
* | log_tree_diff: get rid of extra check for NULLSergey Organov2020-09-061-1/+1
* | log_tree_diff: get rid of code duplication for first_parent_onlySergey Organov2020-09-061-15/+4
|/
* Merge branch 'ds/log-exclude-decoration-config'Junio C Hamano2020-04-281-3/+54
|\
| * log: add log.excludeDecoration config optionDerrick Stolee2020-04-161-7/+15
| * log-tree: make ref_filter_match() a helper methodDerrick Stolee2020-04-161-3/+46
* | format-patch: teach --no-encode-email-headersEmma Brooks2020-04-071-0/+1
|/
* Merge branch 'hi/gpg-prefer-check-signature'Junio C Hamano2020-03-261-17/+17
|\
| * gpg-interface: prefer check_signature() for GPG verificationHans Jerry Illikainen2020-03-151-17/+17
* | Merge branch 'hd/show-one-mergetag-fix'Junio C Hamano2020-03-091-1/+1
|\ \ | |/ |/|
| * show_one_mergetag: print non-parent in hex form.Harald van Dijk2020-03-021-1/+1
* | Merge branch 'hi/gpg-use-check-signature'Junio C Hamano2020-03-051-16/+14
|\ \
| * | Revert "gpg-interface: prefer check_signature() for GPG verification"Junio C Hamano2020-02-281-16/+14
* | | sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares2020-01-311-1/+2
* | | Merge branch 'hi/gpg-use-check-signature'Junio C Hamano2019-12-101-14/+16
|\| |
| * | gpg-interface: prefer check_signature() for GPG verificationHans Jerry Illikainen2019-11-301-14/+16
| |/
* | range-diff: pass through --notes to `git log`Denton Liu2019-11-211-1/+1
* | Merge branch 'rs/simplify-by-deco-with-deco-refs-exclude'Junio C Hamano2019-10-071-0/+1
|\ \
| * | log-tree: call load_ref_decorations() in get_name_decoration()René Scharfe2019-09-091-0/+1
| |/
* / log-tree: always use return value of strbuf_detach()René Scharfe2019-08-261-3/+1
|/
* Merge branch 'wh/author-committer-ident-config'Junio C Hamano2019-03-071-2/+1
|\
| * config: allow giving separate author and committer identsWilliam Hubbs2019-02-041-2/+1
* | log: add %S option (like --source) to log --formatIssac Trotts2019-01-111-0/+1
|/
* range-diff: always pass at least minimal diff optionsMartin Ågren2018-12-041-1/+10
* format-patch: do not let its diff-options affect --range-diffJunio C Hamano2018-11-301-1/+1
* Merge branch 'jk/cocci'Junio C Hamano2018-09-171-3/+3
|\
| * convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-3/+3
* | Merge branch 'es/format-patch-rangediff'Junio C Hamano2018-09-171-0/+15
|\ \
| * | format-patch: allow --range-diff to apply to a lone-patchEric Sunshine2018-08-141-0/+15