summaryrefslogtreecommitdiffstats
path: root/log-tree.c
AgeCommit message (Expand)AuthorLines
2013-04-03Merge branch 'mg/gpg-interface-using-status' into maintJunio C Hamano-15/+12
2013-02-14gpg_interface: allow to request status returnMichael J Gruber-2/+2
2013-02-14log-tree: rely upon the check in the gpg_interfaceMichael J Gruber-14/+11
2013-01-20Merge branch 'ap/log-mailmap'Junio C Hamano-0/+1
2013-01-11Merge branch 'jc/format-patch-reroll'Junio C Hamano-21/+31
2013-01-10mailmap: add mailmap structure to rev_info and ppAntoine Pelisse-0/+1
2013-01-05Merge branch 'jc/format-color-auto'Junio C Hamano-0/+1
2012-12-22format-patch: add --reroll-count=$N optionJunio C Hamano-0/+2
2012-12-21get_patch_filename(): split into two functionsJunio C Hamano-18/+23
2012-12-21get_patch_filename(): drop "just-numbers" hackJunio C Hamano-15/+14
2012-12-21get_patch_filename(): simplify function signatureJunio C Hamano-4/+8
2012-12-17log --format: teach %C(auto,black) to respect color configJunio C Hamano-0/+1
2012-11-13format-patch: add a blank line between notes and diffstatJunio C Hamano-10/+21
2012-10-17format-patch --notes: show notes after three-dashesJunio C Hamano-4/+11
2012-10-17format-patch: append --signature after notesJunio C Hamano-2/+4
2012-10-17pretty_print_commit(): do not append notes messageJunio C Hamano-0/+3
2012-10-17pretty: prepare notes message at a centralized placeJunio C Hamano-1/+13
2012-05-22format-patch: refactor get_patch_filenameJeff King-8/+11
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano-4/+4
2012-05-07reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano-4/+3
2012-05-07Merge branch 'jk/maint-tformat-with-z'Junio C Hamano-1/+1
2012-05-04log: respect date_mode_explicit with --format:%gdJeff King-0/+1
2012-05-01log-tree: use custom line terminator in line termination modeJan Krüger-1/+1
2012-04-23Merge branch 'lp/maint-diff-three-dash-with-graph'Junio C Hamano-2/+3
2012-03-20log --graph --stat: three-dash separator should come after graph linesLucian Poston-2/+3
2012-01-29Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano-2/+2
2012-01-11Fix incorrect ref namespace checkNguyễn Thái Ngọc Duy-2/+2
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano-0/+129
2012-01-05log --show-signature: reword the common two-head merge caseJunio C Hamano-0/+12
2012-01-05log-tree: show mergetag in log --show-signature outputJunio C Hamano-1/+75
2012-01-05log-tree.c: small refactor in show_signature()Junio C Hamano-12/+16
2011-12-17pass struct commit to diff_tree_combined_merge()René Scharfe-3/+1
2011-11-12log: --show-signatureJunio C Hamano-0/+39
2011-10-18Merge branch 'js/log-show-children'Junio C Hamano-0/+12
2011-10-04log --childrenJay Soffian-0/+12
2011-08-28Merge branch 'nd/decorate-grafts'Junio C Hamano-4/+32
2011-08-25log: Do not decorate replacements with --no-replace-objectsMichael J Gruber-0/+2
2011-08-19color: delay auto-color decision until point of useJeff King-1/+1
2011-08-19log: decorate "replaced" on to replaced commitsNguyễn Thái Ngọc Duy-1/+15
2011-08-18diff: refactor COLOR_DIFF from a flag into an intJeff King-2/+2
2011-08-18log: decorate grafted commits with "grafted"Nguyễn Thái Ngọc Duy-0/+12
2011-08-18decoration: do not mis-decorate refs with same prefixNguyễn Thái Ngọc Duy-3/+3
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano-1/+3
2011-05-30format-patch: make zero-length subject prefixes prettierJeff King-1/+2
2011-05-26format-patch: preserve subject newlines with -kJeff King-0/+1
2011-05-26clean up calling conventions for pretty.c functionsJeff King-1/+2
2011-03-10git-log: put space after commit markMichael J Gruber-2/+2
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber-24/+4
2010-06-24Allow customizable commit decorations colorsNazri Ramliy-0/+36
2010-06-20log --decorate: Colorize commit decorationsNazri Ramliy-1/+33