Add gpg2 wrapper program that applies --no-tty flag
This commit is contained in:
parent
8430953d9c
commit
a1e0795e78
3 changed files with 7 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
config => .config
|
||||
local => .local
|
||||
|
|
|
@ -20,5 +20,9 @@
|
|||
|
||||
[git-up.rebase]
|
||||
arguments = --preserve-merges
|
||||
|
||||
[gpg]
|
||||
program = gpg2-no-tty
|
||||
|
||||
[rerere]
|
||||
enabled = true
|
||||
|
|
2
local/bin/gpg2-no-tty
Executable file
2
local/bin/gpg2-no-tty
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec gpg2 --no-tty "$@"
|
Loading…
Reference in a new issue