81 Commits (01ae841ccf3aa5d5331a4e6aed6122fee6617740)

Author SHA1 Message Date
Christian Couder b09b868f7f log-tree: fix patch filename computation in "git format-patch" 16 years ago
Stephen Boyd 108dab2811 format-patch: --attach/inline uses filename instead of SHA1 16 years ago
Stephen Boyd 6fa8e6278b format-patch: move get_patch_filename() into log-tree 16 years ago
Benjamin Kramer fd13b21f52 Move local variables to narrower scopes 16 years ago
Thomas Rast b079c50e03 format-patch: track several references 16 years ago
Thomas Rast 7fcda9201e log: do not print ellipses with --abbrev-commit 16 years ago
Linus Torvalds 8c4021abfd Fix machine-parseability of 'git log --source' 16 years ago
Linus Torvalds d467a525da Make '--decorate' set an explicit 'show_decorations' flag 16 years ago
Linus Torvalds 0f3a290b89 Add a 'source' decorator for commits 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
René Scharfe cab4feb67d move load_ref_decorations() to log-tree.c and export it 16 years ago
Peter Valdemar Mørch 84102a338d Teach git log --exit-code to return an appropriate exit code 16 years ago
Kevin Ballard 6b2fbaaffc format-patch: Produce better output with --inline or --attach 17 years ago
Adam Simpkins 7528f27dd6 log --graph --left-right: show left/right information in place of '*' 17 years ago
Adam Simpkins 7fefda5cc7 log and rev-list: add --graph option 17 years ago
Adam Simpkins 885cf80899 revision API: split parent rewriting and parent printing options 17 years ago
Adam Simpkins 9b58bfe8f4 log: print log entry terminator even if the message is empty 17 years ago
Adam Simpkins 028656552b Remove dead code: show_log() sep argument and diff_options.msg_sep 17 years ago
Junio C Hamano 4da45bef56 log: teach "terminator" vs "separator" mode to "--pretty=format" 17 years ago
Govind Salinas 42c8c74c14 pretty.c: add %x00 format specifier. 17 years ago
Junio C Hamano 6bf4f1b4c9 format-patch: generate MIME header as needed even when there is format.header 17 years ago
Daniel Barkalow b02bd65f67 Export some email and pretty-printing functions 17 years ago
Linus Torvalds 3131b71301 Add "--show-all" revision walker flag for debugging 17 years ago
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 17 years ago
Junio C Hamano acef41c9db format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Junio C Hamano 4593fb8405 format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Christian Couder 50e62a8e70 rev-list: implement --bisect-all 17 years ago
Linus Torvalds 304b5af64f Clean up "git log" format with DIFF_FORMAT_NO_OUTPUT 17 years ago
Michal Vitecek 55246aac67 Don't use "<unknown>" for placeholders and suppress printing of empty user formats. 17 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 17 years ago
Marco Costalba 9fa3465d6b Add --log-size to git log to print message size 17 years ago
Alex Riesen 88c447e8f4 Handle missing prefix for "Subject:" as if no prefix given 18 years ago
Theodore Ts'o 06f59e9f5d Don't fflush(stdout) when it's not helpful 18 years ago
Junio C Hamano 80583c0ef6 Lift 16kB limit of log message output 18 years ago
Linus Torvalds e330a406cd Fix --boundary output 18 years ago
Junio C Hamano a7b02ccf9a Add --date={local,relative,default} 18 years ago
Linus Torvalds ca135e7acc Add support for "commit name decorations" to log family of commands 18 years ago
Robin H. Johnson 2d9e4a47d1 Add custom subject prefix support to format-patch (take 3) 18 years ago
Junio C Hamano 33ee4cfb69 format-patch --attach: not folding some long headers. 18 years ago
Johannes Schindelin c112f689c2 format-patch: add --inline option and make --attach a true attachment 18 years ago
Johannes Schindelin e52a5de45a pretty-formats: add 'format:<string>' 18 years ago
Johannes Schindelin e00de24b10 format-patch -n: make sorting easier by padding number 18 years ago
Johannes Schindelin 4e244cbc5c log --reflog: honour --relative-date 18 years ago
Linus Torvalds abd4e22269 Fix "git log -z" behaviour 18 years ago
Nicolas Pitre 903b45fe18 git-log -g --pretty=oneline should display the reflog message 18 years ago
Junio C Hamano 4d12a47123 Fix --walk-reflog with --pretty=oneline 18 years ago
Johannes Schindelin 8860fd42fc Teach the revision walker to walk by reflogs with --walk-reflogs 18 years ago
Junio C Hamano 74bd902973 Teach all of log family --left-right output. 18 years ago
Rene Scharfe 2b60356da5 Make git-cherry handle root trees 18 years ago
Franck Bui-Huu fc1c75ec74 log-tree.c: cleanup a bit append_signoff() 18 years ago