aboutsummaryrefslogtreecommitdiff
path: root/log-tree.c
Commit message (Expand)AuthorAge
* log: do not print ellipses with --abbrev-commitThomas Rast2009-02-13
* Fix machine-parseability of 'git log --source'Linus Torvalds2008-11-16
* Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds2008-11-04
* Add a 'source' decorator for commitsLinus Torvalds2008-11-04
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* move load_ref_decorations() to log-tree.c and export itRené Scharfe2008-09-04
* Teach git log --exit-code to return an appropriate exit codePeter Valdemar Mørch2008-08-17
* format-patch: Produce better output with --inline or --attachKevin Ballard2008-07-29
* log --graph --left-right: show left/right information in place of '*'Adam Simpkins2008-05-25
* log and rev-list: add --graph optionAdam Simpkins2008-05-05
* revision API: split parent rewriting and parent printing optionsAdam Simpkins2008-05-05
* log: print log entry terminator even if the message is emptyAdam Simpkins2008-05-03
* Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-03
* log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-10
* pretty.c: add %x00 format specifier.Govind Salinas2008-03-23
* Merge branch 'maint'Junio C Hamano2008-03-15
|\
| * format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano2008-03-15
* | Merge branch 'db/cover-letter'Junio C Hamano2008-02-27
|\ \
| * | Export some email and pretty-printing functionsDaniel Barkalow2008-02-19
| |/
* | Add "--show-all" revision walker flag for debuggingLinus Torvalds2008-02-13
|/
* Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-11
* format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-01
* rev-list: implement --bisect-allChristian Couder2007-10-26
* Merge branch 'maint'Shawn O. Pearce2007-10-15
|\
| * Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds2007-10-15
* | Merge branch 'mv/unknown'Junio C Hamano2007-10-03
|\ \
| * | Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-26
| |/
* | Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-10
|/
* Add --log-size to git log to print message sizeMarco Costalba2007-08-14
* Handle missing prefix for "Subject:" as if no prefix givenAlex Riesen2007-07-04
* Don't fflush(stdout) when it's not helpfulTheodore Ts'o2007-06-30
* Lift 16kB limit of log message outputJunio C Hamano2007-06-13
* Merge branch 'maint'Junio C Hamano2007-05-06
|\
| * Fix --boundary outputLinus Torvalds2007-05-05
* | Add --date={local,relative,default}Junio C Hamano2007-04-25
* | Add support for "commit name decorations" to log family of commandsLinus Torvalds2007-04-16
* | Add custom subject prefix support to format-patch (take 3)Robin H. Johnson2007-04-11
|/
* format-patch --attach: not folding some long headers.Junio C Hamano2007-03-04
* format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin2007-03-04
* pretty-formats: add 'format:<string>'Johannes Schindelin2007-02-22
* format-patch -n: make sorting easier by padding numberJohannes Schindelin2007-02-08
* log --reflog: honour --relative-dateJohannes Schindelin2007-02-08
* Fix "git log -z" behaviourLinus Torvalds2007-02-07
* git-log -g --pretty=oneline should display the reflog messageNicolas Pitre2007-01-28
* Fix --walk-reflog with --pretty=onelineJunio C Hamano2007-01-20
* Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin2007-01-20
* Teach all of log family --left-right output.Junio C Hamano2006-12-17
* Make git-cherry handle root treesRene Scharfe2006-10-26
* log-tree.c: cleanup a bit append_signoff()Franck Bui-Huu2006-08-30
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-28