From 87169fc0a82cbbbac085e546daa74215f0b797c4 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 1 Apr 2022 17:07:45 +0300 Subject: [PATCH] gitconfig: remove discontinued service Resolves: #129 --- .mikaela/gitconfig | 2 -- conf/gitconfig | 2 -- 2 files changed, 4 deletions(-) diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index b56057d5..35625430 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -12,11 +12,9 @@ cleandix = clean -dix # From http://progit.org/book/ch2-7.html last = cat-file commit HEAD - # From https://github.com/blog/985-git-io-github-url-shortener#comment-15121 mergen = merge --no-ff pulln = pull --no-ff pullen = pull --no-ff - shorten = "!sh -c 'curl -i http://git.io -F url=$1' -" verify = verify-commit HEAD [core] diff --git a/conf/gitconfig b/conf/gitconfig index 49dd24c1..2e6f2316 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -12,11 +12,9 @@ cleandix = clean -dix # From http://progit.org/book/ch2-7.html last = cat-file commit HEAD - # From https://github.com/blog/985-git-io-github-url-shortener#comment-15121 mergen = merge --no-ff pulln = pull --no-ff pullen = pull --no-ff - shorten = "!sh -c 'curl -i http://git.io -F url=$1' -" verify = verify-commit HEAD [core]