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
In git versions > 1.8.4, the output of git status has changed such that the lines no longer have a "#" comment prefix by default. (See status.displayCommentPrefix in http://git-scm.com/docs/git-config) As a result, Repo.untracked_files() no longer parses the lines correctly. It seems that the --porcelain option to git status is specifically designed for this type of use.