From b1688c36b65165036ac54dca431eaf5a820b3761 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 9 Jan 2024 11:42:13 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- bin/git-chmod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/git-chmod b/bin/git-chmod index 2282afc..56ab15c 100644 --- a/bin/git-chmod +++ b/bin/git-chmod @@ -13,6 +13,8 @@ while true ; do echo "This is equivalent to:" echo " $ git update-index --chmod=MODE FILE ..." echo + echo "This is useful in default configurations of git on Windows." + echo exit ;;