-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
Description
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
.gitfolder in the root of a castle, since that is a folder managed by git and not the user - The
.gitfiles in submodules of a repo - The
.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)
Reactions are currently unavailable