From 6dc0db8df4324497ce666231a1d458ac6ee6c9ee Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 22 Sep 2015 17:32:28 -0400 Subject: status: Show added but not yet committed files. 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. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 5ebbfcd18..aa3675cdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ git-annex (5.20150917) UNRELEASED; urgency=medium * Fix a crash at direct mode merge time when .git/index doesn't exist yet. Triggered by eg, git-annex sync --no-commit in a fresh clone of a repository. + * status: Show added but not yet committed files. -- Joey Hess Wed, 16 Sep 2015 12:23:33 -0400 -- cgit v1.2.3