| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | gitutil.py | 290 """Build a list of email addresses based on an input list. 292 Takes a list of email addresses and aliases, and turns this into a list 293 of only email address, by resolving any aliases that are present. 295 If the tag is given, then each email address is prepended with this 297 command line parameter) then the email address is quoted. 300 in_list: List of aliases/email addresses 307 List of email addresses 332 return ['%s %s%s%s' % (tag, quote, email, quote) for email in result] 337 """Email a patch series. 347 self_only: True to just email to yourself as a test [all …]
|
| H A D | README | 23 git format-patch, git send-email, etc. with the correct parameters 56 file 'doc/git-mailrc' in your U-Boot directory to supply the email aliases 66 user name and email address from the global .gitconfig file. 87 If you want to avoid sending patches to email addresses that are picked up 167 Series-to: email / alias 168 Email address / alias to send patch series to (you can add this 171 Series-cc: email / alias, ... 172 Email address / alias to Cc patch series to (you can add this 199 Cover-letter-cc: email / alias 200 Additional email addresses / aliases to send cover letter to (you [all …]
|
| H A D | patman.py | 38 help='Send patches email even if patch errors are found') 43 default=False, help="Do a dry run (create but don't email patches)") 69 Create patches from commits in a branch, check them and email them as 126 # Process commits, produce patches files, check them, email them 163 # Email the patches out (giving the user time to check / cancel) 177 print(col.Color(col.RED, "Email would not be sent"))
|
| H A D | patman | 38 help='Send patches email even if patch errors are found') 43 default=False, help="Do a dry run (create but don't email patches)") 69 Create patches from commits in a branch, check them and email them as 126 # Process commits, produce patches files, check them, email them 163 # Email the patches out (giving the user time to check / cancel) 177 print(col.Color(col.RED, "Email would not be sent"))
|
| H A D | series.py | 44 # value: list of email addresses 118 for email in set(cc_list) - to_set - cc_set: 119 if email == None: 120 email = col.Color(col.YELLOW, "<alias '%s' not found>" 122 if email: 123 print(' Cc: ', email) 135 for email in set(all_ccs) - to_set - cc_set: 136 print(' Cc: ', email)
|
| H A D | settings.py | 204 email = gitutil.GetDefaultUserEmail() 206 if email == None: 207 email = raw_input("Enter email: ") 220 ''' % (name, email), file=f)
|
| H A D | commit.py | 57 None if ok, else the name of a tag with no email alias 73 cc_list: List of aliases or email addresses
|
| H A D | get_maintainer.py | 38 A list of email addresses to CC to.
|
| H A D | func_test.py | 186 expected = ('Git command: git send-email --annotate '
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | get_maintainer.pl | 25 my $email = 1; 94 # rfc822 email address - preloaded methods go here. 218 'email!' => \$email, 280 $email = 0; 289 my $selections = $email + $scm + $status + $subsystem + $web; 291 die "$P: Missing required option: email, scm, status, subsystem or web\n"; 295 if ($email && 299 die "$P: Please select at least 1 email option\n"; 745 foreach my $email (@email_to, @list_to) { 746 $email->[0] = deduplicate_email($email->[0]); [all …]
|
| H A D | mailmapper | 15 One problem is that the authors' name and/or email address is sometimes 23 names which share the same email address. The author name with the most 85 # Next, coalesce the auther names with the same email address 93 # because weird email addresses might include whitespaces 102 # another name for the same email address
|
| H A D | checkpatch.pl | 2467 my $email = $4; 2479 "$ucfirst_sign_off $email"; 2487 "$ucfirst_sign_off $email"; 2496 "$ucfirst_sign_off $email"; 2500 my ($email_name, $email_address, $comment) = parse_email($email); 2504 "Unrecognized email address: '$email'\n" . $herecurr); 2509 # Don't force email to have quotes 2511 if ("$dequoted$comment" ne $email && 2512 "<$email_address>$comment" ne $email && 2513 "$suggested_email$comment" ne $email) { [all …]
|
| H A D | fit-core.sh | 780 BUILD_MAIL=`git config --get user.email`
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.OFT | 8 Please take a look at the following email discussion for some
|
| H A D | I2C_Edge_Conditions | 43 email to: <williamhunter@attbi.com>
|
| H A D | git-mailrc | 6 # git send-email --to u-boot --cc i2c ...
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | signature.txt | 470 Email address: john.doe@email.com 473 "John Doe <john.doe@email.com>"
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 72 email service. Don't wrestle with internal APIs. Tell me what you need and I 970 "might be an error, and you should email " 971 "ulfalizer a.t Google's email service.""" 3400 "\nSorry! You may want to send an email to ulfalizer a.t Google's " 3401 "email service to tell me about this. Include the message above and the "
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | rtl8139.c | 33 Following email from Hyun-Joon Cha, added a disable routine, otherwise
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 5096 email("Hi, I am new to U-Boot, how do I get started?"); 5128 email("Hi, I am having problems..."); 5130 Send patch file to the U-Boot email list; 5132 Incorporate improvements from email list code review; 5209 "git format-patch". If you then use "git send-email" to send it to
|