summaryrefslogtreecommitdiff
path: root/log-tree.c
AgeCommit message (Expand)Author
2012-05-22format-patch: refactor get_patch_filenameJeff King
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano
2012-05-07reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano
2012-05-07Merge branch 'jk/maint-tformat-with-z'Junio C Hamano
2012-05-04log: respect date_mode_explicit with --format:%gdJeff King
2012-05-01log-tree: use custom line terminator in line termination modeJan Krüger
2012-04-23Merge branch 'lp/maint-diff-three-dash-with-graph'Junio C Hamano
2012-03-20log --graph --stat: three-dash separator should come after graph linesLucian Poston
2012-01-29Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano
2012-01-11Fix incorrect ref namespace checkNguyễn Thái Ngọc Duy
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano
2012-01-05log --show-signature: reword the common two-head merge caseJunio C Hamano
2012-01-05log-tree: show mergetag in log --show-signature outputJunio C Hamano
2012-01-05log-tree.c: small refactor in show_signature()Junio C Hamano
2011-12-18pass struct commit to diff_tree_combined_merge()René Scharfe
2011-11-13log: --show-signatureJunio C Hamano
2011-10-19Merge branch 'js/log-show-children'Junio C Hamano
2011-10-04log --childrenJay Soffian
2011-08-29Merge branch 'nd/decorate-grafts'Junio C Hamano
2011-08-26log: Do not decorate replacements with --no-replace-objectsMichael J Gruber
2011-08-19color: delay auto-color decision until point of useJeff King
2011-08-19log: decorate "replaced" on to replaced commitsNguyễn Thái Ngọc Duy
2011-08-18diff: refactor COLOR_DIFF from a flag into an intJeff King
2011-08-18log: decorate grafted commits with "grafted"Nguyễn Thái Ngọc Duy
2011-08-18decoration: do not mis-decorate refs with same prefixNguyễn Thái Ngọc Duy
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano
2011-05-30format-patch: make zero-length subject prefixes prettierJeff King
2011-05-26format-patch: preserve subject newlines with -kJeff King
2011-05-26clean up calling conventions for pretty.c functionsJeff King
2011-03-11git-log: put space after commit markMichael J Gruber
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber
2010-06-24Allow customizable commit decorations colorsNazri Ramliy
2010-06-21log --decorate: Colorize commit decorationsNazri Ramliy
2010-06-21log-tree.c: Use struct name_decoration's type for classifying decorationNazri Ramliy
2010-06-01Output the graph columns at the end of the commit messageBo Yang
2010-02-12git log -p -m: document -m and honor --first-parentPetr Baudis
2010-01-21Fix "log" family not to be too agressive about showing notesJunio C Hamano
2009-10-20Introduce new pretty formats %g[sdD] for reflog informationThomas Rast
2009-10-20Refactor pretty_print_commit arguments into a structThomas Rast
2009-10-12Let --decorate show HEAD positionThomas Rast
2009-09-29improve reflog date/number heuristicJeff King
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli
2009-08-10Expose the has_non_ascii() functionJohannes Schindelin
2009-07-01log-tree: fix confusing commentJeff King
2009-05-14Prettify log decorations even moreFelipe Contreras
2009-03-27log-tree: fix patch filename computation in "git format-patch"Christian Couder
2009-03-23format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd
2009-03-23format-patch: move get_patch_filename() into log-treeStephen Boyd
2009-03-11Merge branch 'tr/format-patch-thread'Junio C Hamano
2009-03-08Move local variables to narrower scopesBenjamin Kramer