mv: update the path entry in .gitmodules for moved submodules
[gitweb.git] / Documentation / git.txt
index 3571a1b7cee5afaf2a3cde0b0f549065e5eb26ab..2c1f6f5f53cf372e9fbaa02a9433e6cb3b416332 100644 (file)
@@ -466,6 +466,10 @@ help ...`.
        globbing on individual pathspecs can be done using pathspec
        magic ":(glob)"
 
+--icase-pathspecs:
+       Add "icase" magic to all pathspec. This is equivalent to setting
+       the `GIT_ICASE_PATHSPECS` environment variable to `1`.
+
 GIT COMMANDS
 ------------
 
@@ -879,6 +883,10 @@ GIT_NOGLOB_PATHSPECS::
        Setting this variable to `1` will cause Git to treat all
        pathspecs as literal (aka "literal" magic).
 
+GIT_ICASE_PATHSPECS::
+       Setting this variable to `1` will cause Git to treat all
+       pathspecs as case-insensitive.
+
 
 Discussion[[Discussion]]
 ------------------------