summaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAgeFilesLines
* Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland2010-02-131-4/+4
* Merge branch 'jc/maint-limit-note-output'Junio C Hamano2010-01-221-1/+1
|\
| * Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-201-1/+1
* | pretty.c: mark file-local function staticJunio C Hamano2010-01-111-1/+1
|/
* Merge branch 'jc/pretty-lf'Junio C Hamano2009-11-301-2/+40
|\
| * Pretty-format: %[+-]x to tweak inter-item newlinesJunio C Hamano2009-10-041-2/+40
* | Merge branch 'jh/notes' (early part)Junio C Hamano2009-11-201-0/+10
|\ \
| * | Add '%N'-format for pretty-printing commit notesJohannes Schindelin2009-10-191-0/+4
| * | Add flags to get_commit_notes() to control the format of the note stringJohan Herland2009-10-191-1/+2
| * | Introduce commit notesJohannes Schindelin2009-10-191-0/+5
| |/
* | Merge branch 'rs/pretty-wrap'Junio C Hamano2009-11-151-0/+57
|\ \
| * | log --format: don't ignore %w() at the start of format stringRené Scharfe2009-11-081-1/+1
| * | Implement wrap format %w() as if it is a mode switchRené Scharfe2009-10-221-0/+57
* | | fixup tr/stash-format mergeJunio C Hamano2009-10-301-13/+31
|\ \ \ | |/ / |/| |
| * | Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-191-0/+17
| * | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-191-13/+14
| |/
* | format_commit_message(): fix function signatureJunio C Hamano2009-10-191-1/+1
|/
* git-log: allow --decorate[=short|full]Lars Hjemli2009-08-181-1/+1
* Expose the has_non_ascii() functionJohannes Schindelin2009-08-101-0/+12
* Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityBrandon Casey2009-05-181-2/+2
* format_sanitized_subject: Don't trim past initial length of strbufStephen Boyd2009-04-011-2/+4
* pretty.c: add %f format specifier to format_commit_message()Stephen Boyd2009-03-221-0/+35
* Remove unused assignmentsBenjamin Kramer2009-03-141-3/+1
* Merge branch 'maint'Junio C Hamano2009-03-071-2/+1
|\
| * cleanup: add isascii()René Scharfe2009-03-071-2/+1
* | Merge branch 'ns/pretty-format'Junio C Hamano2009-03-051-6/+14
|\ \
| * | Give short-hands to --pretty=tformat:%formatstringNanako Shiraishi2009-02-241-6/+14
| |/
* | Merge branch 'al/ansi-color'Junio C Hamano2009-03-051-4/+4
|\ \ | |/ |/|
| * Clean up use of ANSI color sequencesArjen Laarhoven2009-02-131-4/+4
* | Merge branch 'ms/mailmap'Junio C Hamano2009-02-151-28/+31
|\ \
| * | Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen2009-02-081-27/+30
| * | Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-081-1/+1
* | | log: do not print ellipses with --abbrev-commitThomas Rast2009-02-131-3/+1
| |/ |/|
* | Revert "Merge branch 'js/notes'"Junio C Hamano2009-02-101-5/+0
* | Merge branch 'js/notes'Junio C Hamano2009-02-051-0/+5
|\ \ | |/ |/|
| * Introduce commit notesJohannes Schindelin2008-12-211-0/+5
* | Merge branch 'jk/color-parse'Junio C Hamano2009-01-211-0/+12
|\ \
| * | expand --pretty=format color optionsJeff King2009-01-171-0/+12
* | | shortlog: handle multi-line subjects like log --pretty=oneline et. al. doRené Scharfe2009-01-061-2/+2
|/ /
* | pretty: support multiline subjects with format:René Scharfe2008-12-271-19/+34
* | pretty: factor out format_subject()René Scharfe2008-12-271-18/+24
* | pretty: factor out skip_empty_lines()René Scharfe2008-12-271-9/+15
|/
* builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov2008-10-211-6/+15
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* add '%d' pretty format specifier to show decorationRené Scharfe2008-09-041-0/+21
* pretty=format: respect date format optionsJeff King2008-08-291-6/+11
* Rename path_list to string_listJohannes Schindelin2008-07-211-2/+2
* Add pretty format %aN which gives the author name, respecting .mailmapJohannes Schindelin2008-07-111-2/+25
* log --pretty: do not accept bogus "--prettyshort"Junio C Hamano2008-05-251-2/+0
* log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-101-24/+33