Commit 4ea7262
committed
Add a ${username} variable for use in targets
In git-send-email, it requests a credential with a host and a username.
Normally this would be fine, but it can cause issues if you have
multiple email accounts on a single host (ex. multiple gmail accounts;
pass-git-helper sees them all as host=smtp.gmail.com:587). Having a
${username} (the variable matching the username requested) fixes this.1 parent f84376d commit 4ea7262
File tree
3 files changed
+6
-2
lines changed- test_data/wildcard
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
357 | 360 | | |
358 | 361 | | |
359 | 362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
| |||
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
220 | | - | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| |||
0 commit comments