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