From 6f23bc06731ce01f5917248dfa5a5772e06bb58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 14 Aug 2016 09:26:32 +0200 Subject: [PATCH] GIT EOL norm. script messages --- git_eol_normalization.bat | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/git_eol_normalization.bat b/git_eol_normalization.bat index 29814c402..0675b4c1a 100644 --- a/git_eol_normalization.bat +++ b/git_eol_normalization.bat @@ -1,3 +1,5 @@ +@echo This will normalize line endings in the GIT repository +@pause git add . -u @if %errorlevel% neq 0 goto failed git commit -m "Saving files before refreshing line endings" @@ -12,8 +14,9 @@ git commit -m "Normalize all the line endings" @rem No errorlevel check here - the commit can be empty @goto okay :failed -@echo "ERROR: Something FAILED" +@echo ERROR: Something FAILED @goto finish :okay -@echo "SUCCESS" -:finish \ No newline at end of file +@echo SUCCESS +:finish +@pause \ No newline at end of file