summaryrefslogtreecommitdiffstats
path: root/log-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/snprintf-truncation'Junio C Hamano2018-05-301-6/+10
|\
| * log_write_email_headers: use strbufsJeff King2018-05-211-6/+10
* | Merge branch 'bc/format-patch-cover-no-attach'Junio C Hamano2018-05-231-3/+4
|\ \
| * | format-patch: make cover letters always text/plainbrian m. carlson2018-05-021-3/+4
| |/
* | Merge branch 'js/deprecate-grafts'Junio C Hamano2018-05-231-6/+7
|\ \
| * | commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin2018-04-261-6/+7
* | | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-3/+3
|\ \ \ | |/ / |/| |
| * | treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-3/+3
| * | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-3/+3
| * | Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano2018-04-111-1/+1
| |\ \
| * \ \ Merge branch 'jk/cached-commit-buffer' into HEADJunio C Hamano2018-03-131-3/+0
| |\ \ \
* | | | | Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-6/+6
| |_|_|/ |/| | |
* | | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* | | | Merge branch 'jk/cached-commit-buffer'Junio C Hamano2018-03-061-3/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | commit: drop uses of get_cached_commit_buffer()Jeff King2018-02-221-3/+0
| |/
* / sha1_file: convert hash_sha1_file to object_idPatryk Obara2018-01-301-1/+1
|/
* log: add option to choose which refs to decorateRafael Ascensão2017-11-221-6/+18
* Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-091-1/+1
|\
| * diff: make struct diff_flags members lowercaseBrandon Williams2017-11-011-1/+1
| * diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-011-1/+1
* | log: handle broken HEAD in decoration checkJeff King2017-10-211-1/+1
|/
* refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-2/+1
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-051-4/+4
* | tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams2017-06-021-1/+1
* | notes: convert format_display_notes to struct object_idbrian m. carlson2017-06-021-1/+1
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-3/+3
* | Convert lookup_tag to struct object_idbrian m. carlson2017-05-081-1/+1
* | log-tree: convert to struct object_idbrian m. carlson2017-05-081-9/+9
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
|/
* 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
|\ \