summaryrefslogtreecommitdiffstats
path: root/log-tree.c
Commit message (Expand)AuthorAgeFilesLines
* log: add %S option (like --source) to log --formatIssac Trotts2019-01-111-0/+1
* range-diff: always pass at least minimal diff optionsMartin Ågren2018-12-041-1/+10
* format-patch: do not let its diff-options affect --range-diffJunio C Hamano2018-11-301-1/+1
* Merge branch 'jk/cocci'Junio C Hamano2018-09-171-3/+3
|\
| * convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-3/+3
* | Merge branch 'es/format-patch-rangediff'Junio C Hamano2018-09-171-0/+15
|\ \
| * | format-patch: allow --range-diff to apply to a lone-patchEric Sunshine2018-08-141-0/+15
| * | Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediffJunio C Hamano2018-08-141-7/+30
| |\ \
* | \ \ Merge branch 'es/format-patch-interdiff'Junio C Hamano2018-09-171-7/+30
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | format-patch: allow --interdiff to apply to a lone-patchEric Sunshine2018-07-231-0/+14
| * | log-tree: show_log: make commentary block delimiting reusableEric Sunshine2018-07-231-7/+16
* | | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-1/+1
|\ \ \ | |_|/ |/| |
| * | check_replace_refs: rename to read_replace_refsJeff King2018-07-181-1/+1
| |/
* | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-6/+7
|\ \
| * | tag: add repository argument to parse_tag_bufferStefan Beller2018-06-291-1/+1
| * | tag: add repository argument to lookup_tagStefan Beller2018-06-291-1/+1
| * | commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+1
| * | object: add repository argument to parse_objectStefan Beller2018-06-291-3/+4
| * | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\ \
* | \ \ Merge branch 'bc/object-id'Junio C Hamano2018-08-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | log-tree: switch GIT_SHA1_HEXSZ to the_hash_algo->hexszbrian m. carlson2018-07-161-1/+1
| |/ /
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ | |/ / |/| / | |/
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'nd/complete-config-vars'Junio C Hamano2018-06-251-25/+12
|\ \
| * | log-tree: allow to customize 'grafted' colorNguyễn Thái Ngọc Duy2018-05-291-0/+1
| * | help: add --config to list all available configNguyễn Thái Ngọc Duy2018-05-291-0/+3
| * | Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy2018-05-291-26/+9
* | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-2/+6
|\ \ \
| * | | revision.c: use commit-slab for show_sourceNguyễn Thái Ngọc Duy2018-05-211-2/+6
| | |/ | |/|
* | | 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