From: Simon Ruderich Date: Thu, 24 Oct 2013 00:06:55 +0000 (+0200) Subject: setup.sh: Display message when removing "--patience". X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=2dc2008b7e050faa98d389bb7f5879b2e5e6e85b setup.sh: Display message when removing "--patience". --- diff --git a/setup.sh b/setup.sh index bab4ce2..6647014 100755 --- a/setup.sh +++ b/setup.sh @@ -34,6 +34,7 @@ if installed git; then fi # Older Git versions don't support --patience. if ! git diff --patience >/dev/null 2>&1; then + echo 'gitconfig: removing --patience' sed_i 's/--patience//' gitconfig fi