summaryrefslogtreecommitdiffstats
path: root/log-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/for-each-mergetag'Junio C Hamano2014-07-211-11/+4
|\
| * commit: add for_each_mergetag()Christian Couder2014-07-071-11/+4
* | Merge branch 'zk/log-graph-showsig'Junio C Hamano2014-07-161-0/+1
|\ \
| * | log: fix indentation for --graph --show-signatureZoltan Klinger2014-07-091-0/+1
* | | Merge branch 'mg/fix-log-mergetag-color'Junio C Hamano2014-07-161-10/+11
|\ \ \ | |_|/ |/| |
| * | log: correctly identify mergetag signature verification statusMichael J Gruber2014-07-101-10/+11
| |/
* | reuse cached commit buffer when parsing signaturesJeff King2014-06-131-1/+1
* | commit: record buffer length in cacheJeff King2014-06-131-1/+1
* | use get_cached_commit_buffer where appropriateJeff King2014-06-131-1/+1
* | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-0/+4
|\ \
| * | log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy2014-03-251-0/+4
* | | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-201-1/+1
|/ /
* | Merge branch 'bc/log-decoration'Junio C Hamano2014-01-101-0/+2
|\|
| * log: properly handle decorations with chained tagsbrian m. carlson2013-12-201-0/+2
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-4/+4
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-4/+4
| |/
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-051-3/+3
|\ \ | |/ |/|
| * log_tree_diff: die when we fail to parse a commitJeff King2013-10-241-3/+3
* | log: use true parents for diff even when rewritingThomas Rast2013-08-011-1/+1
|/
* Merge branch 'jk/format-patch-from'Junio C Hamano2013-07-151-0/+2
|\
| * teach format-patch to place other authors into in-body "From"Jeff King2013-07-031-0/+2
* | Merge branch 'as/log-output-encoding-in-user-format'Junio C Hamano2013-07-121-0/+1
|\ \ | |/ |/|
| * pretty: --format output should honor logOutputEncodingAlexey Shumkin2013-06-261-0/+1
* | Merge branch 'tr/line-log'Junio C Hamano2013-06-021-0/+4
|\ \ | |/ |/|
| * Implement line-history search (git log -L)Thomas Rast2013-03-281-0/+4
* | pretty: share code between format_decoration and show_decorationsNguyễn Thái Ngọc Duy2013-04-181-16/+32
* | Merge branch 'tr/log-tree-optim'Junio C Hamano2013-04-021-3/+10
|\ \
| * | Avoid loading commits twice in log with diffsThomas Rast2013-03-281-3/+10
| |/
* | Merge branch 'bc/append-signed-off-by'Junio C Hamano2013-04-011-86/+6
|\ \
| * | Unify appending signoff in format-patch, commit and sequencerBrandon Casey2013-02-121-90/+1
| * | format-patch: update append_signoff prototypeNguyễn Thái Ngọc Duy2013-02-121-4/+13
* | | Merge branch 'mg/gpg-interface-using-status'Junio C Hamano2013-03-211-15/+12
|\ \ \ | |_|/ |/| |
| * | gpg_interface: allow to request status returnMichael J Gruber2013-02-141-2/+2
| * | log-tree: rely upon the check in the gpg_interfaceMichael J Gruber2013-02-141-14/+11
| |/
* | Merge branch 'ap/log-mailmap'Junio C Hamano2013-01-201-0/+1
|\ \
| * | mailmap: add mailmap structure to rev_info and ppAntoine Pelisse2013-01-101-0/+1
| |/
* | Merge branch 'jc/format-patch-reroll'Junio C Hamano2013-01-111-21/+31
|\ \
| * | format-patch: add --reroll-count=$N optionJunio C Hamano2012-12-221-0/+2
| * | get_patch_filename(): split into two functionsJunio C Hamano2012-12-211-18/+23
| * | get_patch_filename(): drop "just-numbers" hackJunio C Hamano2012-12-211-15/+14
| * | get_patch_filename(): simplify function signatureJunio C Hamano2012-12-211-4/+8
* | | Merge branch 'jc/format-color-auto'Junio C Hamano2013-01-051-0/+1
|\ \ \ | |_|/ |/| |
| * | log --format: teach %C(auto,black) to respect color configJunio C Hamano2012-12-171-0/+1
| |/
* | format-patch: add a blank line between notes and diffstatJunio C Hamano2012-11-131-10/+21
* | format-patch --notes: show notes after three-dashesJunio C Hamano2012-10-171-4/+11
* | format-patch: append --signature after notesJunio C Hamano2012-10-171-2/+4
* | pretty_print_commit(): do not append notes messageJunio C Hamano2012-10-171-0/+3
* | pretty: prepare notes message at a centralized placeJunio C Hamano2012-10-171-1/+13
|/
* format-patch: refactor get_patch_filenameJeff King2012-05-221-8/+11
* Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano2012-05-111-4/+4
|\