- fixes a crash when dragging a folder with a repository that doesn’t have a remote “origin” specified. - Thanks Paul for reporting this!
- Did you know that in Swift “If you try to access [..] a value for an index that is outside of an array’s existing bounds, you will trigger a runtime error.” instead of getting an Optional?