summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)Author
2008-10-21builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-09-05add '%d' pretty format specifier to show decorationRené Scharfe
2008-08-29pretty=format: respect date format optionsJeff King
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-12Add pretty format %aN which gives the author name, respecting .mailmapJohannes Schindelin
2008-05-26log --pretty: do not accept bogus "--prettyshort"Junio C Hamano
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano
2008-03-23pretty.c: add %x00 format specifier.Govind Salinas
2008-03-15Merge branch 'maint'Junio C Hamano
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano
2008-02-27Merge branch 'jm/free'Junio C Hamano
2008-02-27Merge branch 'db/cover-letter'Junio C Hamano
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow
2008-02-10Avoid a useless prefix lookup in strbuf_expand()Marco Costalba
2008-01-07custom pretty format: tolerate empty e-mail addressJunio C Hamano
2007-12-27Make "--pretty=format" parser a bit more careful.René Scharfe
2007-11-11--format=pretty: avoid calculating expensive expansions twiceRené Scharfe
2007-11-11--pretty=format: parse commit message only onceRené Scharfe
2007-11-09--pretty=format: on-demand format expansionRené Scharfe
2007-11-05Split off the pretty print stuff into its own fileJohannes Schindelin