index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t4014-format-patch.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-16
Merge branch 'jm/format-patch-mail-sig'
Junio C Hamano
1
-0
/
+61
2014-06-03
Merge branch 'ep/shell-command-substitution'
Junio C Hamano
1
-5
/
+5
2014-05-27
format-patch: add "--signature-file=<file>" option
Jeremiah Mahler
1
-0
/
+61
2014-04-30
t4014-format-patch.sh: use the $( ... ) construct for command substitution
Elia Pinto
1
-5
/
+5
2014-03-19
tests: use "env" to run commands with temporary env-var settings
David Tran
1
-11
/
+3
2013-10-29
t: use perl instead of "$PERL_PATH" where applicable
Jeff King
1
-1
/
+1
2013-09-20
format-patch: print in-body "From" only when needed
Jeff King
1
-0
/
+10
2013-07-03
teach format-patch to place other authors into in-body "From"
Jeff King
1
-0
/
+43
2013-04-18
Merge branch 'fc/send-email-annotate'
Junio C Hamano
1
-0
/
+33
2013-04-12
Sync with 'maint'
Junio C Hamano
1
-3
/
+3
2013-04-12
Correct common spelling mistakes in comments and tests
Stefano Lattarini
1
-3
/
+3
2013-04-07
format-patch: add format.coverLetter configuration variable
Felipe Contreras
1
-0
/
+28
2013-04-07
format-patch: improve head calculation for cover-letter
Felipe Contreras
1
-0
/
+5
2013-04-03
Merge branch 'ks/rfc2047-one-char-at-a-time' into maint
Junio C Hamano
1
-13
/
+14
2013-04-01
Merge branch 'bc/append-signed-off-by'
Junio C Hamano
1
-0
/
+262
2013-03-25
Merge branch 'ks/rfc2047-one-char-at-a-time'
Junio C Hamano
1
-13
/
+14
2013-03-09
format-patch: RFC 2047 says multi-octet character may not be split
Kirill Smelkov
1
-13
/
+14
2013-02-12
Unify appending signoff in format-patch, commit and sequencer
Brandon Casey
1
-5
/
+26
2013-02-12
t4014: more tests about appending s-o-b lines
Nguyễn Thái Ngọc Duy
1
-0
/
+241
2013-01-11
Merge branch 'jc/format-patch-reroll'
Junio C Hamano
1
-0
/
+16
2013-01-09
Merge branch 'nd/maint-branch-desc-doc'
Junio C Hamano
1
-0
/
+42
2013-01-03
format-patch: give --reroll-count a short synonym -v
Junio C Hamano
1
-0
/
+8
2013-01-03
format-patch: pick up branch description when no ref is specified
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2013-01-03
format-patch: pick up correct branch name from symbolic ref
Nguyễn Thái Ngọc Duy
1
-0
/
+14
2013-01-03
t4014: a few more tests on cover letter using branch description
Nguyễn Thái Ngọc Duy
1
-0
/
+21
2013-01-02
format-patch: document and test --reroll-count
Junio C Hamano
1
-0
/
+8
2013-01-02
Merge branch 'jc/maint-test-portability'
Junio C Hamano
1
-3
/
+3
2012-12-19
t4014: fix arguments to grep
Junio C Hamano
1
-3
/
+3
2012-11-15
Merge branch 'jc/prettier-pretty-note'
Junio C Hamano
1
-2
/
+13
2012-10-18
format-patch tests: check quoting/encoding in To: and Cc: headers
Jan H. Schönherr
1
-32
/
+66
2012-10-18
format-patch: fix rfc2047 address encoding with respect to rfc822 specials
Jan H. Schönherr
1
-1
/
+1
2012-10-18
format-patch: make rfc2047 encoding more strict
Jan H. Schönherr
1
-4
/
+11
2012-10-18
format-patch: do not wrap rfc2047 encoded headers too late
Jan H. Schönherr
1
-23
/
+35
2012-10-18
format-patch: do not wrap non-rfc2047 headers too early
Jan H. Schönherr
1
-26
/
+34
2012-10-17
format-patch --notes: show notes after three-dashes
Junio C Hamano
1
-2
/
+5
2012-10-17
format-patch: append --signature after notes
Junio C Hamano
1
-2
/
+10
2012-06-24
tests: enclose $PERL_PATH in double quotes
Junio C Hamano
1
-1
/
+1
2012-06-12
t: Replace 'perl' by $PERL_PATH
Vincent van Ravesteijn
1
-1
/
+1
2012-03-13
diffstat summary line varies by locale: miscellany
Jonathan Nieder
1
-6
/
+3
2012-02-03
Use correct grammar in diffstat summary line
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-09-19
Merge branch 'ph/format-patch-no-color'
Junio C Hamano
1
-4
/
+4
2011-09-19
t4014: clean up format.thread config after each test
Jeff King
1
-4
/
+4
2011-09-14
Merge branch 'ph/format-patch-no-color'
Junio C Hamano
1
-0
/
+8
2011-09-12
format-patch: ignore ui.color
Pang Yan Han
1
-0
/
+8
2011-08-29
t4014: "no-add-headers" is actually called "no-add-header"
Thomas Rast
1
-2
/
+2
2011-08-29
t4014: invoke format-patch with --stdout where intended
Thomas Rast
1
-2
/
+2
2011-08-29
t4014: check for empty files from git format-patch --stdout
Thomas Rast
1
-2
/
+19
2011-05-30
format-patch: make zero-length subject prefixes prettier
Jeff King
1
-0
/
+18
2011-05-06
Merge branch 'jk/format-patch-quote-special-in-from'
Junio C Hamano
1
-0
/
+43
2011-05-04
Merge branch 'jk/format-patch-multiline-header'
Junio C Hamano
1
-0
/
+15
[next]