81 Commits (45bde46bfb9cbc5565f9fc6caa819333578c53e1)

Author SHA1 Message Date
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
Robin H. Johnson 2d9e4a47d1 Add custom subject prefix support to format-patch (take 3) 18 years ago
James Bowes 567fb65e25 Replace remaining instances of strdup with xstrdup. 18 years ago
Johannes Schindelin c112f689c2 format-patch: add --inline option and make --attach a true attachment 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Robin Rosenberg c06d2daa12 Limit filename for format-patch 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Linus Torvalds cf39f54efc git reflog show 18 years ago
Junio C Hamano 01754769ab Don't force everybody to call setup_ident(). 18 years ago
Junio C Hamano cb280e1075 Allow non-developer to clone, checkout and fetch more easily. 18 years ago
Jeff King 90f70a910a format-patch: fix bug with --stdout in a subdirectory 18 years ago
Johannes Schindelin a6c730644b --walk-reflogs: do not crash with cyclic reflog ancestry 18 years ago
Junio C Hamano 917a8f891f git-format-patch: the default suffix is now .patch, not .txt 18 years ago
Junio C Hamano e47f306d4b git-format-patch: make --binary on by default 18 years ago
Junio C Hamano c261e4385e Add --summary to git-format-patch by default 18 years ago
Junio C Hamano 7c49628010 git-format-patch -3 18 years ago
Junio C Hamano d7fb91c69d git-format-patch: do not crash with format.headers without value. 18 years ago
Junio C Hamano 03eeaeaea5 Introduce 'git-format-patch --suffix=.patch' 18 years ago
Junio C Hamano d2c11a38c4 UTF-8: introduce i18n.logoutputencoding. 18 years ago
Junio C Hamano 52883fbd76 Teach log family --encoding 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Johannes Schindelin 5d7eeee2ac git-show: grok blobs, trees and tags, too 18 years ago
Andy Parkins a159ca0cb7 Allow subcommand.color and color.subcommand color configuration 18 years ago
Peter Baumann 0f03ca9461 config option log.showroot to show the diff of root commits 18 years ago
Rene Scharfe 2b60356da5 Make git-cherry handle root trees 18 years ago
Rene Scharfe e827633a5d Built-in cherry 18 years ago
Matthias Lederhofer 77e565d8f7 git-format-patch: fix bug using -o in subdirectories 18 years ago
Matthias Lederhofer c08e52486a format-patch: use cwd as default output directory 18 years ago
Jonas Fonseca 83572c1a91 Use xrealloc instead of realloc 18 years ago
Ramsay Jones 07efc6a6b6 Allow config file to specify Signed-off-by identity in format-patch. 19 years ago
Junio C Hamano 9590b041ea Builtins: control the use of pager from the command table. 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Linus Torvalds db6296a566 Call setup_git_directory() early 19 years ago
Junio C Hamano ef1d9c5aa4 log and diff family: honor config even from subdirectories 19 years ago
Junio C Hamano 76af073457 builtin-log: typefix for recent format-patch changes. 19 years ago
Josh Triplett da56645dd7 Add option to set initial In-Reply-To/References 19 years ago
Josh Triplett cc35de8470 Add option to enable threading headers 19 years ago
Josh Triplett d1566f7883 git-format-patch: Make the second and subsequent mails replies to the first 19 years ago
Ryan Anderson f3aafa4db2 Disable color detection during format-patch 19 years ago
Junio C Hamano 83ad63cfeb diff: do not use configuration magic at the core-level 19 years ago
Eric Wong 97beb812db builtin-log: respect diff configuration options 19 years ago
Junio C Hamano 27e1b127f3 format-patch: fix diff format option implementation 19 years ago
Johannes Schindelin 81db094107 format-patch: use clear_commit_marks() instead of some ad-hockery 19 years ago
Timo Hirvonen 1798562745 log --raw: Don't descend into subdirectories by default 19 years ago
Timo Hirvonen 9dafea2678 whatchanged: Default to DIFF_FORMAT_RAW 19 years ago
Timo Hirvonen 39bc9a6c20 Add msg_sep to diff_options 19 years ago
Timo Hirvonen 0e677e1a6b DIFF_FORMAT_RAW is not default anymore 19 years ago