-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsubmission-notes.txt
49 lines (41 loc) · 1.84 KB
/
submission-notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
See Documentation/SubmittingPatches and the EXAMPLES section of
git-send-email(1), the latter of which specifies setting up
using gmail smtp and command line args for format-patch and
send-email. Also, the end of this file...
# Testing before submission:
git rebase -i --autosquash --exec 'build && dotests' origin/master
~/floss/linux/scripts/checkpatch.pl --no-tree -g origin/master..HEAD
# Example of creating the patch series
# (remember to change the range!)
git format-patch \
--cover-letter \
--subject-prefix="PATCH v2" \
-M origin/master..HEAD \
-o submissions/${DIRECTORY:-/dev/null}/
# Example of sending the emails, after editing cover letter, etc.
# (remember to modify the to/cc list as appropriate!)
git send-email \
--smtp-ssl-cert-path=/etc/pki/tls/certs/ca-bundle.crt \
--in-reply-to=${THREAD_ID} \
--from="Elijah Newren <[email protected]>" \
submissions/${DIRECTORY}
Example vars:
DIRECTORY=detect-directory-renames/10/
THREAD_ID='[email protected]'
# sendemail config
# using smtp.gmail.com
sendemail.smtpencryption=ssl
sendemail.smtpserver=smtp.gmail.com
# using smtp.yojoe.local
sendemail.smtpserver=smtp.yojoe.local
sendemail.serverport=465
sendemail.smtpencryption=ssl
sendemail.from=Elijah Newren <[email protected]>
# git calendar:
http://tinyurl.com/gitCal
OR
https://calendar.google.com/calendar/[email protected]