summaryrefslogtreecommitdiffstats
path: root/log-tree.c
AgeCommit message (Expand)AuthorLines
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano-6/+10
2018-05-23Merge branch 'bc/format-patch-cover-no-attach'Junio C Hamano-3/+4
2018-05-23Merge branch 'js/deprecate-grafts'Junio C Hamano-6/+7
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano-3/+3
2018-05-21log_write_email_headers: use strbufsJeff King-6/+10
2018-05-02format-patch: make cover letters always text/plainbrian m. carlson-3/+4
2018-04-26commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin-6/+7
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee-3/+3
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee-3/+3
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano-1/+1
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson-6/+6
2018-03-13Merge branch 'jk/cached-commit-buffer' into HEADJunio C Hamano-3/+0
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano-1/+1
2018-03-06Merge branch 'jk/cached-commit-buffer'Junio C Hamano-3/+0
2018-02-22commit: drop uses of get_cached_commit_buffer()Jeff King-3/+0
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams-1/+1
2018-01-30sha1_file: convert hash_sha1_file to object_idPatryk Obara-1/+1
2017-11-22log: add option to choose which refs to decorateRafael Ascensão-6/+18
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano-1/+1
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams-1/+1
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams-1/+1
2017-10-21log: handle broken HEAD in decoration checkJeff King-1/+1
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe-2/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams-4/+4
2017-06-02tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams-1/+1
2017-06-02notes: convert format_display_notes to struct object_idbrian m. carlson-1/+1
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson-3/+3
2017-05-08Convert lookup_tag to struct object_idbrian m. carlson-1/+1
2017-05-08log-tree: convert to struct object_idbrian m. carlson-9/+9
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-1/+1
2017-03-01pretty: use fmt_output_email_subject()René Scharfe-6/+3
2017-03-01log-tree: factor out fmt_output_email_subject()René Scharfe-20/+20
2016-08-31graph: add support for --line-prefix on all graph-aware outputJacob Keller-4/+1
2016-08-08Merge branch 'nd/log-decorate-color-head-arrow'Junio C Hamano-2/+0
2016-07-19Merge branch 'js/log-to-diffopt-file'Junio C Hamano-33/+36
2016-07-12log: decorate HEAD -> branch with the same color for arrow and HEADNguyễn Thái Ngọc Duy-2/+0
2016-07-06Merge branch 'nd/graph-width-padded'Junio C Hamano-0/+2
2016-06-24log-tree: respect diffopt's configured output file streamJohannes Schindelin-32/+32
2016-06-24log: prepare log/log-tree to reuse the diffopt.close_file attributeJohannes Schindelin-1/+4
2016-06-16pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner-0/+2
2016-06-06pretty: support "mboxrd" output formatEric Wong-2/+2
2016-03-30pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds-0/+1
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King-3/+2
2015-12-15format-patch: add an option to suppress commit hashbrian m. carlson-1/+2
2015-11-20Remove get_object_hash.brian m. carlson-10/+10
2015-11-20Convert struct object to object_idbrian m. carlson-10/+10
2015-11-20Add several uses of get_object_hash.brian m. carlson-10/+10
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano-1/+1