aboutsummaryrefslogtreecommitdiffstats
path: root/log-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-29format-patch: Produce better output with --inline or --attachKevin Ballard1-1/+1
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins1-18/+23
2008-05-05log and rev-list: add --graph optionAdam Simpkins1-7/+69
2008-05-05revision API: split parent rewriting and parent printing optionsAdam Simpkins1-2/+2
2008-05-03log: print log entry terminator even if the message is emptyAdam Simpkins1-4/+3
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins1-18/+9
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano1-2/+2
2008-03-23pretty.c: add %x00 format specifier.Govind Salinas1-2/+4
2008-03-15Merge branch 'maint'Junio C Hamano1-3/+12
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano1-1/+6
2008-02-27Merge branch 'db/cover-letter'Junio C Hamano1-58/+68
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow1-58/+68
2008-02-13Add "--show-all" revision walker flag for debuggingLinus Torvalds1-4/+11
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit1-4/+2
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano1-1/+14
2007-10-26rev-list: implement --bisect-allChristian Couder1-1/+1
2007-10-15Merge branch 'maint'Shawn O. Pearce1-1/+2
2007-10-15Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds1-1/+2
2007-10-03Merge branch 'mv/unknown'Junio C Hamano1-1/+2
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek1-1/+2
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit1-37/+19
2007-08-14Add --log-size to git log to print message sizeMarco Costalba1-0/+3
2007-07-04Handle missing prefix for "Subject:" as if no prefix givenAlex Riesen1-1/+1
2007-06-30Don't fflush(stdout) when it's not helpfulTheodore Ts'o1-0/+1
2007-06-13Lift 16kB limit of log message outputJunio C Hamano1-12/+23
2007-05-06Merge branch 'maint'Junio C Hamano1-4/+4
2007-05-05Fix --boundary outputLinus Torvalds1-4/+4
2007-04-25Add --date={local,relative,default}Junio C Hamano1-2/+2
2007-04-16Add support for "commit name decorations" to log family of commandsLinus Torvalds1-0/+21
2007-04-11Add custom subject prefix support to format-patch (take 3)Robin H. Johnson1-4/+10
2007-03-04format-patch --attach: not folding some long headers.Junio C Hamano1-3/+3
2007-03-04format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin1-2/+4
2007-02-22pretty-formats: add 'format:<string>'Johannes Schindelin1-1/+1
2007-02-08format-patch -n: make sorting easier by padding numberJohannes Schindelin1-1/+12
2007-02-08log --reflog: honour --relative-dateJohannes Schindelin1-1/+2
2007-02-07Fix "git log -z" behaviourLinus Torvalds1-4/+3
2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre1-1/+6
2007-01-20Fix --walk-reflog with --pretty=onelineJunio C Hamano1-1/+2
2007-01-20Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin1-0/+3
2006-12-17Teach all of log family --left-right output.Junio C Hamano1-4/+22
2006-10-26Make git-cherry handle root treesRene Scharfe1-22/+4
2006-08-30log-tree.c: cleanup a bit append_signoff()Franck Bui-Huu1-50/+66
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-1/+3
2006-08-13Add a newline before appending "Signed-off-by: " lineFranck Bui-Huu1-1/+43
2006-08-07log-tree: show_log() should respect the setting of diffopt->line_terminationRyan Anderson1-1/+1
2006-07-25Merge branch 'jt/format-patch'Junio C Hamano1-0/+5
2006-07-24Always reset the color _before_ printing out the newlineJohannes Schindelin1-1/+1
2006-07-24Colorize 'commit' lines in log uiJeff King1-1/+4
2006-07-14git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett1-0/+5
2006-06-27Fix some more diff options changes.Junio C Hamano1-2/+15