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