You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This bug looks similar to #814 but affects
AddGlob
rather thanAdd
.Reproduction Steps
.git
has been committedExpected behavior
Either of:
AddGlob("*")
does not add the contents of/.git
to the index (IIUC that means being equivalent toAdd(".")
after Fix for "Worktree Add function adds ".git" directory" #815)AddGlob("*")
adds the contents of/.git
to the index, but the documentation says that (andrecommends a way to achieve the equivalent of
git add -A
)Actual behavior
AddGlob("*")
adds the contents of/.git
to the indexThe text was updated successfully, but these errors were encountered: