summaryrefslogtreecommitdiff
path: root/log-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add custom subject prefix support to format-patch (take 3)Robin H. Johnson2007-04-111-4/+10
|/
* format-patch --attach: not folding some long headers.Junio C Hamano2007-03-041-3/+3
* format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin2007-03-041-2/+4
* pretty-formats: add 'format:<string>'Johannes Schindelin2007-02-221-1/+1
* format-patch -n: make sorting easier by padding numberJohannes Schindelin2007-02-081-1/+12
* log --reflog: honour --relative-dateJohannes Schindelin2007-02-081-1/+2
* Fix "git log -z" behaviourLinus Torvalds2007-02-071-4/+3
* git-log -g --pretty=oneline should display the reflog messageNicolas Pitre2007-01-281-1/+6
* Fix --walk-reflog with --pretty=onelineJunio C Hamano2007-01-201-1/+2
* Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin2007-01-201-0/+3
* Teach all of log family --left-right output.Junio C Hamano2006-12-171-4/+22
* Make git-cherry handle root treesRene Scharfe2006-10-261-22/+4
* log-tree.c: cleanup a bit append_signoff()Franck Bui-Huu2006-08-301-50/+66
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-281-1/+3
* Add a newline before appending "Signed-off-by: " lineFranck Bui-Huu2006-08-131-1/+43
* log-tree: show_log() should respect the setting of diffopt->line_terminationRyan Anderson2006-08-071-1/+1
* Merge branch 'jt/format-patch'Junio C Hamano2006-07-251-0/+5
|\
| * git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett2006-07-141-0/+5
* | Always reset the color _before_ printing out the newlineJohannes Schindelin2006-07-241-1/+1
* | Colorize 'commit' lines in log uiJeff King2006-07-241-1/+4
|/
* Fix some more diff options changes.Junio C Hamano2006-06-271-2/+15
* Add msg_sep to diff_optionsTimo Hirvonen2006-06-261-9/+6