summaryrefslogtreecommitdiffstats
path: root/log-tree.c
Commit message (Expand)AuthorAgeFilesLines
* pretty: use fmt_output_email_subject()René Scharfe2017-03-011-6/+3
* log-tree: factor out fmt_output_email_subject()René Scharfe2017-03-011-20/+20
* graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-311-4/+1
* Merge branch 'nd/log-decorate-color-head-arrow'Junio C Hamano2016-08-081-2/+0
|\
| * log: decorate HEAD -> branch with the same color for arrow and HEADNguyễn Thái Ngọc Duy2016-07-121-2/+0
* | Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-191-33/+36
|\ \
| * | log-tree: respect diffopt's configured output file streamJohannes Schindelin2016-06-241-32/+32
| * | log: prepare log/log-tree to reuse the diffopt.close_file attributeJohannes Schindelin2016-06-241-1/+4
* | | Merge branch 'nd/graph-width-padded'Junio C Hamano2016-07-061-0/+2
|\ \ \
| * | | pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner2016-06-161-0/+2
| |/ /
* / / pretty: support "mboxrd" output formatEric Wong2016-06-061-2/+2
|/ /
* | pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds2016-03-301-0/+1
* | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-3/+2
* | format-patch: add an option to suppress commit hashbrian m. carlson2015-12-151-1/+2
* | Remove get_object_hash.brian m. carlson2015-11-201-10/+10
* | Convert struct object to object_idbrian m. carlson2015-11-201-10/+10
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-10/+10
* | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-031-1/+1
|\ \
| * | convert "enum date_mode" into a structJeff King2015-06-291-1/+1
| |/
* | Merge branch 'mh/replace-refs'Junio C Hamano2015-08-031-2/+3
|\ \ | |/ |/|
| * Allow to control where the replace refs are looked forMike Hommey2015-06-121-2/+3
* | add_ref_decoration(): convert local variable original_sha1 to object_idMichael Haggerty2015-05-251-3/+3
* | add_ref_decoration(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-6/+5
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-2/+5
|/
* Merge branch 'mg/log-decorate-HEAD'Junio C Hamano2015-05-221-10/+21
|\
| * log: do not shorten decoration names too earlyJunio C Hamano2015-05-131-18/+16
| * log: decorate HEAD with branch name under --decorate=full, tooJunio C Hamano2015-05-131-5/+18
* | Merge branch 'bc/object-id'Junio C Hamano2015-05-051-1/+1
|\ \ | |/ |/|
| * commit: convert parts to struct object_idbrian m. carlson2015-03-131-1/+1
* | log: decorate HEAD with branch nameJunio C Hamano2015-03-101-9/+68
* | Merge branch 'jc/decorate-leaky-separator-color' into HEADJunio C Hamano2015-03-101-0/+1
|\ \ | |/ |/|
| * log --decorate: do not leak "commit" color into the next itemJunio C Hamano2015-03-041-0/+1
* | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-201-4/+3
|\ \
| * | color_parse: do not mention variable name in error messageJeff King2014-10-141-2/+1
| * | pass config slots as pointers instead of offsetsJonathan Nieder2014-10-141-2/+2
* | | Merge branch 'hj/pretty-naked-decoration'Junio C Hamano2014-09-291-8/+9
|\ \ \
| * | | pretty: add %D format specifierHarry Jeffery2014-09-181-8/+9
* | | | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-111-15/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | log-tree: use FLEX_ARRAY in name_decorationJeff King2014-08-271-1/+1
| * | | log-tree: make name_decoration hash staticJeff King2014-08-261-3/+8
| * | | log-tree: make add_name_decoration a public functionJeff King2014-08-261-11/+1
* | | | pretty: make empty userformats truly emptyJeff King2014-07-301-2/+3
| |/ / |/| |
* | | Merge branch 'cc/for-each-mergetag'Junio C Hamano2014-07-211-11/+4
|\ \ \
| * | | commit: add for_each_mergetag()Christian Couder2014-07-071-11/+4
* | | | Merge branch 'zk/log-graph-showsig'Junio C Hamano2014-07-161-0/+1
|\ \ \ \
| * | | | log: fix indentation for --graph --show-signatureZoltan Klinger2014-07-091-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'mg/fix-log-mergetag-color'Junio C Hamano2014-07-161-10/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | log: correctly identify mergetag signature verification statusMichael J Gruber2014-07-101-10/+11
| |/ /
* | | reuse cached commit buffer when parsing signaturesJeff King2014-06-131-1/+1
* | | commit: record buffer length in cacheJeff King2014-06-131-1/+1