| Commit message (Expand) | Author | Age |
* | pretty: Initialize notes if %N is used | Johannes Gilger | 2010-04-13 |
* | Support showing notes from more than one notes tree | Thomas Rast | 2010-03-12 |
* | Notes API: Allow multiple concurrent notes trees with new struct notes_tree | Johan Herland | 2010-02-13 |
* | Notes API: get_commit_notes() -> format_note() + remove the commit restriction | Johan Herland | 2010-02-13 |
* | Merge branch 'jc/maint-limit-note-output' | Junio C Hamano | 2010-01-22 |
|\ |
|
| * | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 2010-01-20 |
* | | pretty.c: mark file-local function static | Junio C Hamano | 2010-01-11 |
|/ |
|
* | Merge branch 'jc/pretty-lf' | Junio C Hamano | 2009-11-30 |
|\ |
|
| * | Pretty-format: %[+-]x to tweak inter-item newlines | Junio C Hamano | 2009-10-04 |
* | | Merge branch 'jh/notes' (early part) | Junio C Hamano | 2009-11-20 |
|\ \ |
|
| * | | Add '%N'-format for pretty-printing commit notes | Johannes Schindelin | 2009-10-19 |
| * | | Add flags to get_commit_notes() to control the format of the note string | Johan Herland | 2009-10-19 |
| * | | Introduce commit notes | Johannes Schindelin | 2009-10-19 |
| |/ |
|
* | | Merge branch 'rs/pretty-wrap' | Junio C Hamano | 2009-11-15 |
|\ \ |
|
| * | | log --format: don't ignore %w() at the start of format string | René Scharfe | 2009-11-08 |
| * | | Implement wrap format %w() as if it is a mode switch | René Scharfe | 2009-10-22 |
* | | | fixup tr/stash-format merge | Junio C Hamano | 2009-10-30 |
|\ \ \
| |/ /
|/| | |
|
| * | | Introduce new pretty formats %g[sdD] for reflog information | Thomas Rast | 2009-10-19 |
| * | | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 2009-10-19 |
| |/ |
|
* | | format_commit_message(): fix function signature | Junio C Hamano | 2009-10-19 |
|/ |
|
* | git-log: allow --decorate[=short|full] | Lars Hjemli | 2009-08-18 |
* | Expose the has_non_ascii() function | Johannes Schindelin | 2009-08-10 |
* | Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility | Brandon Casey | 2009-05-18 |
* | format_sanitized_subject: Don't trim past initial length of strbuf | Stephen Boyd | 2009-04-01 |
* | pretty.c: add %f format specifier to format_commit_message() | Stephen Boyd | 2009-03-22 |
* | Remove unused assignments | Benjamin Kramer | 2009-03-14 |
* | Merge branch 'maint' | Junio C Hamano | 2009-03-07 |
|\ |
|
| * | cleanup: add isascii() | René Scharfe | 2009-03-07 |
* | | Merge branch 'ns/pretty-format' | Junio C Hamano | 2009-03-05 |
|\ \ |
|
| * | | Give short-hands to --pretty=tformat:%formatstring | Nanako Shiraishi | 2009-02-24 |
| |/ |
|
* | | Merge branch 'al/ansi-color' | Junio C Hamano | 2009-03-05 |
|\ \
| |/
|/| |
|
| * | Clean up use of ANSI color sequences | Arjen Laarhoven | 2009-02-13 |
* | | Merge branch 'ms/mailmap' | Junio C Hamano | 2009-02-15 |
|\ \ |
|
| * | | Change current mailmap usage to do matching on both name and email of author/... | Marius Storm-Olsen | 2009-02-08 |
| * | | Add mailmap.file as configurational option for mailmap location | Marius Storm-Olsen | 2009-02-08 |
* | | | log: do not print ellipses with --abbrev-commit | Thomas Rast | 2009-02-13 |
| |/
|/| |
|
* | | Revert "Merge branch 'js/notes'" | Junio C Hamano | 2009-02-10 |
* | | Merge branch 'js/notes' | Junio C Hamano | 2009-02-05 |
|\ \
| |/
|/| |
|
| * | Introduce commit notes | Johannes Schindelin | 2008-12-21 |
* | | Merge branch 'jk/color-parse' | Junio C Hamano | 2009-01-21 |
|\ \ |
|
| * | | expand --pretty=format color options | Jeff King | 2009-01-17 |
* | | | shortlog: handle multi-line subjects like log --pretty=oneline et. al. do | René Scharfe | 2009-01-06 |
|/ / |
|
* | | pretty: support multiline subjects with format: | René Scharfe | 2008-12-27 |
* | | pretty: factor out format_subject() | René Scharfe | 2008-12-27 |
* | | pretty: factor out skip_empty_lines() | René Scharfe | 2008-12-27 |
|/ |
|
* | builtin-blame: Reencode commit messages according to git-log rules. | Alexander Gavrilov | 2008-10-21 |
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 |
* | add '%d' pretty format specifier to show decoration | René Scharfe | 2008-09-04 |
* | pretty=format: respect date format options | Jeff King | 2008-08-29 |
* | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 |