summaryrefslogtreecommitdiff
path: root/Git/Status.hs
Commit message (Collapse)AuthorAge
* status: Show added but not yet committed files.Gravatar Joey Hess2015-09-22
Seems easy, but git ls-files can't list the right subset of files. So, I wrote a whole new parser for git status output, and converted the status command to use that. There are a few other small behavior changes. The order changed. Unlocked files show as T. In indirect mode, deleted files were not shown before, and that's fixed. Regular files checked directly into git and modified were not shown before, and are now.