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