X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-status.sh;h=fbdd377539eea2c4521a2df2d37ff06b80567664;hb=82ed2bcd920d73d218e94c95178be6a61ec7ed54;hp=6e2783a7b4df7ec77aa4d472e84db323f65ecc83;hpb=33bb218e9d7299f6ed06177c65d357ec81954ca9;p=git.git diff --git a/git-status.sh b/git-status.sh index 6e2783a7..fbdd3775 100755 --- a/git-status.sh +++ b/git-status.sh @@ -45,10 +45,10 @@ then sed -e ' s/^:// h - s/^[^\t]*// + s/^[^ ]*// s/ /\\ /g x - s/\t.*$// + s/ .*$// G s/\n/ /' | report "Updated but not checked in" "will commit" @@ -71,10 +71,10 @@ git-diff-files | sed -e ' s/^:// h - s/^[^\t]*// + s/^[^ ]*// s/ /\\ /g x - s/\t.*$// + s/ .*$// G s/\n/ /' | report "Changed but not updated" "use git-update-index to mark for commit"