commit b2721e87c68f1736977be7a3e803375abad6bfa8 from: Omar Polo date: Tue Jan 05 10:28:29 2021 UTC 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. commit - a7777eaacbc302209208731df441c2c9f60d2386 commit + b2721e87c68f1736977be7a3e803375abad6bfa8 blob - 50e516dd2ecf251a2eeb8382fed0044a813f4a31 blob + 23ea185c7218b3609ba2272063cfb4a561807b88 --- vc-got.el +++ 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))))))