aboutsummaryrefslogtreecommitdiffstats
path: root/git-format-patch.sh
AgeCommit message (Expand)AuthorFilesLines
2006-05-14Convert some "apply --summary" users to "diff --summary".Sean1-1/+1
2006-04-30git-format-patch: Use rfc2822 compliant date.Huw Davies1-5/+4
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding1-2/+2
2006-03-06Allow format-patch to attach patchesMike McCormack1-7/+45
2006-03-06Allow adding arbitary lines in the mail header generated by format-patch.Mike McCormack1-2/+6
2006-02-27git-format-patch: Always add a blank line between headers and body.Alexandre Julliard1-1/+6
2006-02-21format-patch: pretty-print timestamp correctly.Junio C Hamano1-1/+1
2006-02-07format-patch: Remove last vestiges of --mbox optionAndreas Ericsson1-15/+15
2006-01-25Fix git-format-patch -s to include a Signed-off-by: line...Eric W. Biederman1-1/+1
2006-01-14[PATCH] format-patch: always --mbox and show sane Date:Junio C Hamano1-67/+74
2006-01-07Fix git-format-patch usage string wrt output modes.Yann Dirson1-2/+4
2006-01-05format-patch/commit: Quote single quote in the author name properly.Junio C Hamano1-0/+1
2005-12-19format-patch: make sure header and body are separated.Junio C Hamano1-0/+2
2005-12-14Trivial usage string clean-upfreku045@student.liu.se1-17/+8
2005-12-10format-patch: use same number of digits in numbersJunio C Hamano1-4/+10
2005-11-29format-patch: run diff in C localeJunio C Hamano1-1/+5
2005-11-29format-patch: do not abuse 3-dash marker line.Junio C Hamano1-1/+1
2005-11-29format-patch: remove applies-to.Junio C Hamano1-1/+0
2005-11-26format-patch: output filename reported to stdout verbatim.Junio C Hamano1-2/+2
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-11-21format-patch: fix two-argument special case, and make it easier to pick singl...Junio C Hamano1-2/+3
2005-11-11Do not lose author name information to locale gotchas.Junio C Hamano1-1/+1
2005-11-06Refactored merge options into separate merge-options.txt.Jon Loeliger1-0/+4
2005-11-06git-format-patch: silly typo fix.Junio C Hamano1-1/+1
2005-11-05format-patch: "rev1.." should mean "rev1..HEAD"Junio C Hamano1-0/+7
2005-10-13format-patch: take sequence of ranges.Junio C Hamano1-36/+63
2005-10-06git-format-patch: --stdout option.Junio C Hamano1-30/+42
2005-10-04Record which tree the patch applies to.Junio C Hamano1-0/+3
2005-10-04Remove useless use of sed in git-format-patch.Junio C Hamano1-5/+1
2005-09-12[PATCH] Omit patches that have already been merged from format-patch output.Junio C Hamano1-11/+27
2005-09-07Big tool rename.Junio C Hamano1-0/+220