In other words, it matches "foo" and everything inside, recursively. gitdir/i This is the same as gitdir except that matching is done case-insensitively (e.g. on case-insensitive file systems) onbranch The data that follows the keyword onbranch: is taken to be a pattern with ...
If a file is modified, the IDE will recursively highlight all directories containing that file. This status is available if the Highlight directories that contain modified files in the Project tree option is enabled in Settings | Version Control | Confirmation. #3264B4 Have immediate changed chi...
If a file is modified, the IDE will recursively highlight all directories containing that file. This status is available if the Highlight directories that contain modified files in the Project tree option is enabled in Settings | Version Control | Confirmation. #3264B4 Have immediate changed chi...
checked out are ignored by this command. Unless given--quiet, foreach prints the name of each submodule before evaluating the command. If--recursiveis given, submodules are traversed recursively (i.e. the given shell command is evaluated in nested submodules as well). A non-zero return ...
A single `struct dir_struct` is used regardless * of whether or not the traversal recursively descends into subdirectories. */ struct dir_struct { /* bit-field of options */ enum { /** * Return just ignored files in `entries[]`, not untracked files. * This flag is mutually exclusive...
git clone --sparse: Instead of populating the working directory with all of the files in the current commit recursively, only populate the files present in the root directory. This could help with performance when cloning large repositories with many directories and sub-directories. ...
If no files are provided, all files returned by git ls-files are scanned. Examples Scan all files in the repo: git secrets --scan Scans a single file for secrets: git secrets --scan /path/to/file Scans a directory recursively for secrets: git secrets --scan -r /path/to/directory...
files. The -x option tells git clean to also include any ignored files. As with previous git clean invocations, it is a best practice to execute a 'dry run' first, before the final deletion. The -x option will act on all ignored files, not just project build specific ones. This ...
that would be needed to recursively check out newly fetched commits in the superproject, it only paid attention to submodules that are in the current checkout of the superproject. We now do so for all submodules that have been run "git submodule init" on. ...
that would be needed to recursively check out newly fetched commits in the superproject, it only paid attention to submodules that are in the current checkout of the superproject. We now do so for all submodules that have been run "git submodule init" on. ...