summaryrefslogtreecommitdiff
path: root/log-tree.c
AgeCommit message (Expand)Author
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 'db/cover-letter'Junio C Hamano
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow
2008-02-13Add "--show-all" revision walker flag for debuggingLinus Torvalds
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-11-02format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano
2007-10-27rev-list: implement --bisect-allChristian Couder
2007-10-16Merge branch 'maint'Shawn O. Pearce
2007-10-16Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds
2007-10-03Merge branch 'mv/unknown'Junio C Hamano
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit
2007-08-14Add --log-size to git log to print message sizeMarco Costalba
2007-07-04Handle missing prefix for "Subject:" as if no prefix givenAlex Riesen
2007-07-01Don't fflush(stdout) when it's not helpfulTheodore Ts'o
2007-06-13Lift 16kB limit of log message outputJunio C Hamano
2007-05-06Merge branch 'maint'Junio C Hamano
2007-05-06Fix --boundary outputLinus Torvalds
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-04-16Add support for "commit name decorations" to log family of commandsLinus Torvalds
2007-04-12Add custom subject prefix support to format-patch (take 3)Robin H. Johnson
2007-03-05format-patch --attach: not folding some long headers.Junio C Hamano
2007-03-05format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin
2007-02-23pretty-formats: add 'format:<string>'Johannes Schindelin
2007-02-09format-patch -n: make sorting easier by padding numberJohannes Schindelin
2007-02-09log --reflog: honour --relative-dateJohannes Schindelin
2007-02-07Fix "git log -z" behaviourLinus Torvalds
2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre
2007-01-21Fix --walk-reflog with --pretty=onelineJunio C Hamano
2007-01-21Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin
2006-12-17Teach all of log family --left-right output.Junio C Hamano
2006-10-27Make git-cherry handle root treesRene Scharfe
2006-08-30log-tree.c: cleanup a bit append_signoff()Franck Bui-Huu
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca
2006-08-14Add a newline before appending "Signed-off-by: " lineFranck Bui-Huu
2006-08-07log-tree: show_log() should respect the setting of diffopt->line_terminationRyan Anderson
2006-07-25Merge branch 'jt/format-patch'Junio C Hamano
2006-07-24Always reset the color _before_ printing out the newlineJohannes Schindelin
2006-07-24Colorize 'commit' lines in log uiJeff King
2006-07-15git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett
2006-06-27Fix some more diff options changes.Junio C Hamano
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen
2006-06-02format-patch: resurrect extra headers from configJohannes Schindelin
2006-05-31format-patch --signoffJunio C Hamano
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-06Merge branch 'master' into js/fmt-patchJunio C Hamano
2006-05-05Teach fmt-patch about --keep-subjectJohannes Schindelin