Age | Commit message (Expand) | Author | Files | Lines |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -3/+3 |
2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -3/+3 |
2018-04-11 | Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees | Junio C Hamano | 1 | -1/+1 |
2018-03-13 | Merge branch 'jk/cached-commit-buffer' into HEAD | Junio C Hamano | 1 | -3/+0 |
2018-02-22 | commit: drop uses of get_cached_commit_buffer() | Jeff King | 1 | -3/+0 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
2018-01-30 | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 1 | -1/+1 |
2017-11-22 | log: add option to choose which refs to decorate | Rafael Ascensão | 1 | -6/+18 |
2017-11-09 | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 1 | -1/+1 |
2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -1/+1 |
2017-11-01 | diff: remove DIFF_OPT_TST macro | Brandon Williams | 1 | -1/+1 |
2017-10-21 | log: handle broken HEAD in decoration check | Jeff King | 1 | -1/+1 |
2017-09-24 | refs: pass NULL to resolve_ref_unsafe() if hash is not needed | René Scharfe | 1 | -2/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-05 | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 1 | -4/+4 |
2017-06-02 | tree-diff: convert diff_root_tree_sha1 to struct object_id | Brandon Williams | 1 | -1/+1 |
2017-06-02 | notes: convert format_display_notes to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -3/+3 |
2017-05-08 | Convert lookup_tag to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | log-tree: convert to struct object_id | brian m. carlson | 1 | -9/+9 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-03-01 | pretty: use fmt_output_email_subject() | René Scharfe | 1 | -6/+3 |
2017-03-01 | log-tree: factor out fmt_output_email_subject() | René Scharfe | 1 | -20/+20 |
2016-08-31 | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 1 | -4/+1 |
2016-08-08 | Merge branch 'nd/log-decorate-color-head-arrow' | Junio C Hamano | 1 | -2/+0 |
2016-07-19 | Merge branch 'js/log-to-diffopt-file' | Junio C Hamano | 1 | -33/+36 |
2016-07-12 | log: decorate HEAD -> branch with the same color for arrow and HEAD | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
2016-07-06 | Merge branch 'nd/graph-width-padded' | Junio C Hamano | 1 | -0/+2 |
2016-06-24 | log-tree: respect diffopt's configured output file stream | Johannes Schindelin | 1 | -32/+32 |
2016-06-24 | log: prepare log/log-tree to reuse the diffopt.close_file attribute | Johannes Schindelin | 1 | -1/+4 |
2016-06-16 | pretty: pass graph width to pretty formatting for use in '%>|(N)' | Josef Kufner | 1 | -0/+2 |
2016-06-06 | pretty: support "mboxrd" output format | Eric Wong | 1 | -2/+2 |
2016-03-30 | pretty: expand tabs in indented logs to make things line up properly | Linus Torvalds | 1 | -0/+1 |
2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 1 | -3/+2 |
2015-12-15 | format-patch: add an option to suppress commit hash | brian m. carlson | 1 | -1/+2 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -10/+10 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -10/+10 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -10/+10 |
2015-08-03 | Merge branch 'jk/date-mode-format' | Junio C Hamano | 1 | -1/+1 |
2015-08-03 | Merge branch 'mh/replace-refs' | Junio C Hamano | 1 | -2/+3 |
2015-06-29 | convert "enum date_mode" into a struct | Jeff King | 1 | -1/+1 |
2015-06-12 | Allow to control where the replace refs are looked for | Mike Hommey | 1 | -2/+3 |
2015-05-25 | add_ref_decoration(): convert local variable original_sha1 to object_id | Michael Haggerty | 1 | -3/+3 |
2015-05-25 | add_ref_decoration(): rewrite to take an object_id argument | Michael Haggerty | 1 | -6/+5 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -2/+5 |
2015-05-22 | Merge branch 'mg/log-decorate-HEAD' | Junio C Hamano | 1 | -10/+21 |
2015-05-13 | log: do not shorten decoration names too early | Junio C Hamano | 1 | -18/+16 |
2015-05-13 | log: decorate HEAD with branch name under --decorate=full, too | Junio C Hamano | 1 | -5/+18 |
2015-05-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |