summaryrefslogtreecommitdiff
path: root/log-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediffJunio C Hamano2018-08-141-7/+30
| |\ \
* | \ \ Merge branch 'es/format-patch-interdiff'Junio C Hamano2018-09-171-7/+30
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | format-patch: allow --interdiff to apply to a lone-patchEric Sunshine2018-07-231-0/+14
| * | log-tree: show_log: make commentary block delimiting reusableEric Sunshine2018-07-231-7/+16
* | | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-1/+1
|\ \ \ | |_|/ |/| |
| * | check_replace_refs: rename to read_replace_refsJeff King2018-07-181-1/+1
| |/
* | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-6/+7
|\ \
| * | tag: add repository argument to parse_tag_bufferStefan Beller2018-06-291-1/+1
| * | tag: add repository argument to lookup_tagStefan Beller2018-06-291-1/+1
| * | commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+1
| * | object: add repository argument to parse_objectStefan Beller2018-06-291-3/+4
| * | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\ \
* | \ \ Merge branch 'bc/object-id'Junio C Hamano2018-08-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | log-tree: switch GIT_SHA1_HEXSZ to the_hash_algo->hexszbrian m. carlson2018-07-161-1/+1
| |/ /
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ | |/ / |/| / | |/
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'nd/complete-config-vars'Junio C Hamano2018-06-251-25/+12
|\ \
| * | log-tree: allow to customize 'grafted' colorNguyễn Thái Ngọc Duy2018-05-291-0/+1
| * | help: add --config to list all available configNguyễn Thái Ngọc Duy2018-05-291-0/+3
| * | Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy2018-05-291-26/+9
* | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-2/+6
|\ \ \
| * | | revision.c: use commit-slab for show_sourceNguyễn Thái Ngọc Duy2018-05-211-2/+6
| | |/ | |/|
* | | Merge branch 'jk/snprintf-truncation'Junio C Hamano2018-05-301-6/+10
|\ \ \ | |_|/ |/| |
| * | log_write_email_headers: use strbufsJeff King2018-05-211-6/+10