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
Made git_stash only stash untracked files when capable
Not all versions of git support inclusion of untracked files when stashing. This
change probes git to determine if it is capable, only using the option when it's
available.
Ticket: CFE-3383
Changelog: Title
0 commit comments