mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
how come I can commit merge annotations?
This commit is contained in:
parent
c1e0efc929
commit
41959997b5
1 changed files with 0 additions and 6 deletions
|
@ -5,16 +5,10 @@ etc="$d/../etc/gnupg"
|
|||
|
||||
export GNUPGHOME="${GNUPGHOME:-"$etc"}"
|
||||
|
||||
<<<<<<< HEAD
|
||||
mkdir -p "$etc"
|
||||
chmod 700 "$etc"
|
||||
cat << EOF > "$etc"/gpg.conf
|
||||
=======
|
||||
if [ ! -f "$etc/gpg.conf" ]; then
|
||||
mkdir -p "$etc"
|
||||
chmod 700 "$etc"
|
||||
cat << EOF > "$etc"/gpg.conf
|
||||
>>>>>>> 055bba74 (deps on `*` considered harmful)
|
||||
use-agent
|
||||
pinentry-mode loopback
|
||||
agent-program $d/gpg-agent
|
||||
|
|
Loading…
Reference in a new issue