aboutsummaryrefslogtreecommitdiff
path: root/log-tree.c
Commit message (Expand)AuthorAge
* log: add option to choose which refs to decorateRafael Ascensão2017-11-22
* Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-09
|\
| * diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
| * diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-01
* | log: handle broken HEAD in decoration checkJeff King2017-10-21
|/
* refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-24
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-05
* | tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams2017-06-02
* | notes: convert format_display_notes to struct object_idbrian m. carlson2017-06-02
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
* | Convert lookup_tag to struct object_idbrian m. carlson2017-05-08
* | log-tree: convert to struct object_idbrian m. carlson2017-05-08
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
|/
* pretty: use fmt_output_email_subject()René Scharfe2017-03-01
* log-tree: factor out fmt_output_email_subject()René Scharfe2017-03-01
* graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-31
* Merge branch 'nd/log-decorate-color-head-arrow'Junio C Hamano2016-08-08
|\
| * log: decorate HEAD -> branch with the same color for arrow and HEADNguyễn Thái Ngọc Duy2016-07-12
* | Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-19
|\ \
| * | log-tree: respect diffopt's configured output file streamJohannes Schindelin2016-06-24
| * | log: prepare log/log-tree to reuse the diffopt.close_file attributeJohannes Schindelin2016-06-24
* | | Merge branch 'nd/graph-width-padded'Junio C Hamano2016-07-06
|\ \ \
| * | | pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner2016-06-16
| |/ /
* | | pretty: support "mboxrd" output formatEric Wong2016-06-06
|/ /
* | pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds2016-03-30
* | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
* | format-patch: add an option to suppress commit hashbrian m. carlson2015-12-15
* | Remove get_object_hash.brian m. carlson2015-11-20
* | Convert struct object to object_idbrian m. carlson2015-11-20
* | Add several uses of get_object_hash.brian m. carlson2015-11-20
* | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-03
|\ \
| * | convert "enum date_mode" into a structJeff King2015-06-29
| |/
* | Merge branch 'mh/replace-refs'Junio C Hamano2015-08-03
|\ \ | |/ |/|
| * Allow to control where the replace refs are looked forMike Hommey2015-06-12
* | add_ref_decoration(): convert local variable original_sha1 to object_idMichael Haggerty2015-05-25
* | add_ref_decoration(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
|/
* Merge branch 'mg/log-decorate-HEAD'Junio C Hamano2015-05-22
|\
| * log: do not shorten decoration names too earlyJunio C Hamano2015-05-13
| * log: decorate HEAD with branch name under --decorate=full, tooJunio C Hamano2015-05-13
* | Merge branch 'bc/object-id'Junio C Hamano2015-05-05
|\ \ | |/ |/|
| * commit: convert parts to struct object_idbrian m. carlson2015-03-13
* | log: decorate HEAD with branch nameJunio C Hamano2015-03-10
* | Merge branch 'jc/decorate-leaky-separator-color' into HEADJunio C Hamano2015-03-10
|\ \ | |/ |/|
| * log --decorate: do not leak "commit" color into the next itemJunio C Hamano2015-03-04
* | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-20
|\ \
| * | color_parse: do not mention variable name in error messageJeff King2014-10-14
| * | pass config slots as pointers instead of offsetsJonathan Nieder2014-10-14