summaryrefslogtreecommitdiff
path: root/log-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-191-0/+1
* Refactor pretty_print_commit arguments into a structThomas Rast2009-10-191-11/+13
* Let --decorate show HEAD positionThomas Rast2009-10-121-0/+1
* improve reflog date/number heuristicJeff King2009-09-291-1/+3
* git-log: allow --decorate[=short|full]Lars Hjemli2009-08-181-3/+4
* Expose the has_non_ascii() functionJohannes Schindelin2009-08-101-12/+0
* log-tree: fix confusing commentJeff King2009-07-011-1/+2
* Prettify log decorations even moreFelipe Contreras2009-05-131-0/+1
* log-tree: fix patch filename computation in "git format-patch"Christian Couder2009-03-271-10/+5
* format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-221-7/+11
* format-patch: move get_patch_filename() into log-treeStephen Boyd2009-03-221-0/+22
* Merge branch 'tr/format-patch-thread'Junio C Hamano2009-03-111-3/+8
|\
| * format-patch: track several referencesThomas Rast2009-02-211-3/+8
* | Move local variables to narrower scopesBenjamin Kramer2009-03-071-3/+3
|/
* log: do not print ellipses with --abbrev-commitThomas Rast2009-02-131-4/+4
* Fix machine-parseability of 'git log --source'Linus Torvalds2008-11-161-1/+1
* Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds2008-11-041-0/+2
* Add a 'source' decorator for commitsLinus Torvalds2008-11-041-3/+5
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* move load_ref_decorations() to log-tree.c and export itRené Scharfe2008-09-041-0/+36
* Teach git log --exit-code to return an appropriate exit codePeter Valdemar Mørch2008-08-171-1/+1
* format-patch: Produce better output with --inline or --attachKevin Ballard2008-07-291-1/+1
* log --graph --left-right: show left/right information in place of '*'Adam Simpkins2008-05-251-18/+23
* log and rev-list: add --graph optionAdam Simpkins2008-05-051-7/+69
* revision API: split parent rewriting and parent printing optionsAdam Simpkins2008-05-051-2/+2
* log: print log entry terminator even if the message is emptyAdam Simpkins2008-05-031-4/+3
* Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-031-18/+9
* log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-101-2/+2
* pretty.c: add %x00 format specifier.Govind Salinas2008-03-231-2/+4
* Merge branch 'maint'Junio C Hamano2008-03-151-3/+12
|\
| * format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano2008-03-151-1/+6
* | Merge branch 'db/cover-letter'Junio C Hamano2008-02-271-58/+68
|\ \
| * | Export some email and pretty-printing functionsDaniel Barkalow2008-02-191-58/+68
| |/
* | Add "--show-all" revision walker flag for debuggingLinus Torvalds2008-02-131-4/+11
|/
* Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-111-4/+2
* format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-011-1/+14
* rev-list: implement --bisect-allChristian Couder2007-10-261-1/+1
* Merge branch 'maint'Shawn O. Pearce2007-10-151-1/+2
|\
| * Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds2007-10-151-1/+2
* | Merge branch 'mv/unknown'Junio C Hamano2007-10-031-1/+2
|\ \
| * | Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-261-1/+2
| |/
* | Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-101-37/+19
|/
* Add --log-size to git log to print message sizeMarco Costalba2007-08-141-0/+3
* Handle missing prefix for "Subject:" as if no prefix givenAlex Riesen2007-07-041-1/+1
* Don't fflush(stdout) when it's not helpfulTheodore Ts'o2007-06-301-0/+1
* Lift 16kB limit of log message outputJunio C Hamano2007-06-131-12/+23
* Merge branch 'maint'Junio C Hamano2007-05-061-4/+4
|\
| * Fix --boundary outputLinus Torvalds2007-05-051-4/+4
* | Add --date={local,relative,default}Junio C Hamano2007-04-251-2/+2
* | Add support for "commit name decorations" to log family of commandsLinus Torvalds2007-04-161-0/+21