135 Commits (34533004b27df4f34e18d9e26832fcc956a39fca)

Author SHA1 Message Date
Brian Hetro 70cff3ac16 builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'format.suffix' 17 years ago
Thomas Rast 4f3dcc2753 Fix 'git show' on signed tag of signed tag of commit 17 years ago
Heikki Orsila dd0ffd5b31 Add log.date config variable 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Caio Marcelo de Oliveira Filho 37c22a4bf8 git-format-patch: add --no-binary to omit binary changes in the patch. 17 years ago
Adam Simpkins 028656552b Remove dead code: show_log() sep argument and diff_options.msg_sep 17 years ago
Miklos Vajna fe8928e6e8 git-format-patch: add a new format.cc configuration variable 17 years ago
Junio C Hamano 4da45bef56 log: teach "terminator" vs "separator" mode to "--pretty=format" 17 years ago
Denis Cheng 94c22a5e7b log/show/whatchanged: introduce format.pretty configuration 17 years ago
Johannes Schindelin 859c4fbef5 format-patch: wrap cover-letter's shortlog sensibly 17 years ago
Johannes Schindelin 5d02294c77 format-patch: use the diff options for the cover letter, too 17 years ago
Daniel Barkalow 39fe578bdc Use diff_tree() directly in making cover letter 17 years ago
Junio C Hamano 42be5cc612 format-patch: remove a leftover debugging message 17 years ago
Daniel Barkalow 2bda2cf4f9 Improve collection of information for format-patch --cover-letter 17 years ago
Daniel Barkalow 736cc67dd7 Support a --cc=<email> option in format-patch 17 years ago
Daniel Barkalow 3ee79d9f59 Combine To: and Cc: headers 17 years ago
Daniel Barkalow 7d22708b25 Fix format.headers not ending with a newline 17 years ago
Daniel Barkalow a5a27c79b7 Add a --cover-letter option to format-patch 17 years ago
Daniel Barkalow e1a3734621 Improve message-id generation flow control for format-patch 17 years ago
Matthias Kestenholz 6b2f2d9805 Add color.ui variable which globally enables colorization if set 17 years ago
Martin Koegler 3d51e1b5b8 check return code of prepare_revision_walk 17 years ago
Junio C Hamano 90f5c1864c builtin-log.c: guard config parser from value=NULL 17 years ago
Junio C Hamano 995c45279e builtin-log.c: guard config parser from value=NULL 17 years ago
Johannes Schindelin 56122ed87a git show <tag>: show the tagger 17 years ago
Junio C Hamano 3384a2dfc1 shortlog: default to HEAD when the standard input is a tty 17 years ago
Junio C Hamano 774751a8bc Re-fix "builtin-commit: fix --signoff" 17 years ago
Linus Torvalds 7dc0fe3be5 Fix parent rewriting in --early-output 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
Linus Torvalds 53b2c823f6 revision walker: mini clean-up 17 years ago
Linus Torvalds 252a7c0235 Enhance --early-output format 17 years ago
Brian Gernhardt 49604a4d62 format-patch: Add configuration and off switch for --numbered 17 years ago
Linus Torvalds cdcefbc971 Add "--early-output" log flag for interactive GUI use 17 years ago
Junio C Hamano 4593fb8405 format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 years ago
Junio C Hamano 8419d2ee9b git-format-patch --in-reply-to: accept <message@id> with angle brackets 17 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 17 years ago
Junio C Hamano 8a1d076e21 "format-patch --root rev" is the way to show everything. 17 years ago
Junio C Hamano 170c04383b Porcelain level "log" family should recurse when diffing. 17 years ago
Alex Riesen d54276f207 Handle format.subjectprefix for every command which accepts --pretty 18 years ago
Adam Roben dbd2144736 format-patch: Add format.subjectprefix config option 18 years ago
Jim Meyering f57882505e git-log: detect dup and fdopen failure 18 years ago
Linus Torvalds 750f7b668f Finally implement "git log --follow" 18 years ago
Junio C Hamano 80583c0ef6 Lift 16kB limit of log message output 18 years ago
Jeff King 6668833437 cmd_log_init: remove parsing of --encoding command line parameter 18 years ago
Jon Loeliger e6ff0f42bb Add the --numbered-files option to git-format-patch. 18 years ago
Frank Lichtenheld 2dc189a353 builtin-log.c: Fix typo in comment 18 years ago
Linus Torvalds ca135e7acc Add support for "commit name decorations" to log family of commands 18 years ago
Junio C Hamano 2bfe3cec92 Fix git {log,show,...} --pretty=email 18 years ago
Junio C Hamano 5d23e133d2 Refactor patch-id filtering out of git-cherry and git-format-patch. 18 years ago