how come I can commit merge annotations?

This commit is contained in:
Max Howell 2023-11-21 08:21:26 -05:00
parent c1e0efc929
commit 41959997b5
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -5,16 +5,10 @@ etc="$d/../etc/gnupg"
export GNUPGHOME="${GNUPGHOME:-"$etc"}" export GNUPGHOME="${GNUPGHOME:-"$etc"}"
<<<<<<< HEAD
mkdir -p "$etc"
chmod 700 "$etc"
cat << EOF > "$etc"/gpg.conf
=======
if [ ! -f "$etc/gpg.conf" ]; then if [ ! -f "$etc/gpg.conf" ]; then
mkdir -p "$etc" mkdir -p "$etc"
chmod 700 "$etc" chmod 700 "$etc"
cat << EOF > "$etc"/gpg.conf cat << EOF > "$etc"/gpg.conf
>>>>>>> 055bba74 (deps on `*` considered harmful)
use-agent use-agent
pinentry-mode loopback pinentry-mode loopback
agent-program $d/gpg-agent agent-program $d/gpg-agent