branch: externals/vc-got commit b2721e87c68f1736977be7a3e803375abad6bfa8 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
set status to 'staged if a file has all its modification staged this somewhat breaks (?) the contract of the function, but this doesn't seem to have bad effects. --- vc-got.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc-got.el b/vc-got.el index 50e516d..23ea185 100755 --- a/vc-got.el +++ b/vc-got.el @@ -246,7 +246,7 @@ files)." (buffer-substring (point) (line-end-position))))) (list filename - (or file-status (and stage-status 'up-to-date)) + (or file-status (and stage-status 'staged)) stage-status)) do (forward-line))))))