]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Display message when removing "--patience".
authorSimon Ruderich <simon@ruderich.org>
Thu, 24 Oct 2013 00:06:55 +0000 (02:06 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 24 Oct 2013 00:06:55 +0000 (02:06 +0200)
setup.sh

index bab4ce22762cde37db3623fcb63ce4b9277f1eac..6647014475f9c690d0ba0d47671fe28e61654359 100755 (executable)
--- 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