173 Commits (431b1969fcde69959a23355fba6894fb69c8fa0c)

Author SHA1 Message Date
Stephen Boyd b60df87a6b format-patch: --numbered-files and --stdout aren't mutually exclusive 16 years ago
Nate Case ec2956df59 format-patch: Respect --quiet option 16 years ago
Thomas Rast 30984ed2e9 format-patch: support deep threading 16 years ago
Thomas Rast 2175c10d5a format-patch: thread as reply to cover letter even with in-reply-to 16 years ago
Thomas Rast b079c50e03 format-patch: track several references 16 years ago
Jeremy White 0db5260bd0 Enable setting attach as the default in .gitconfig for git-format-patch. 16 years ago
Junio C Hamano 9800a754f9 Teach format-patch to handle output directory relative to cwd 16 years ago
Junio C Hamano 68c2ec7f43 format-patch: show patch text for the root commit 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Markus Heidelberg 3bc52d7a95 Documentation: clarify which parameters are optional to git-cherry 16 years ago
Johannes Schindelin ea718e65fa show <tag>: reuse pp_user_info() instead of duplicating code 16 years ago
Markus Heidelberg f296802211 git-cherry: make <upstream> parameter optional 16 years ago
Junio C Hamano d2dadfe890 git-show: do not segfault when showing a bad tag 16 years ago
Jeff King 5ec11af61d reorder ALLOW_TEXTCONV option setting 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
Jeff King c7534ef4a1 userdiff: require explicitly allowing textconv 16 years ago
Brian Gernhardt a567fdcb01 format-patch: autonumber by default 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Mikael Magnusson 597faa00fd Typo "bogos" in format-patch error message. 17 years ago
René Scharfe cab4feb67d move load_ref_decorations() to log-tree.c and export it 17 years ago
René Scharfe 5e9bf11c1a log: add load_ref_decorations() 17 years ago
Jeff King 68daa64df2 format-patch: use default diff format even with patch options 17 years ago
Jim Meyering c8c4450e19 git format-patch: avoid underrun when format.headers is empty or all NLs 17 years ago
Peter Valdemar Mørch 84102a338d Teach git log --exit-code to return an appropriate exit code 17 years ago
Peter Valdemar Mørch 036d17feda Teach git log --check to return an appropriate exit code 17 years ago
René Scharfe 671f070721 add context pointer to read_tree_recursive() 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
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