As discussed in #93 it can be very useful at times to fiddle with .git repos by using homeshick. To do that homeshick needs to stop skipping files and folders named .git when linking.
However, some things still need to be skipped:
- The
.git folder in the root of a castle, since that is a folder managed by git and not the user
- The
.git files in submodules of a repo
- The
.git folders in submodules of a repo for older git versions (if I remember correctly git switched to just managing all submodules in the .git folder of the root repository, so we need the git version where that changed)
As discussed in #93 it can be very useful at times to fiddle with
.gitrepos by using homeshick. To do that homeshick needs to stop skipping files and folders named.gitwhenlinking.However, some things still need to be skipped:
.gitfolder in the root of a castle, since that is a folder managed by git and not the user.gitfiles in submodules of a repo.gitfolders in submodules of a repo for older git versions (if I remember correctly git switched to just managing all submodules in the.gitfolder of the root repository, so we need the git version where that changed)