From: Svend Sorensen Date: Fri, 6 May 2011 17:45:24 +0000 (-0700) Subject: git-subtree: Display short-format status message X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/dc44c0be2ca2c70c1dc179dfe23d6ed9567b5555?ds=inline;hp=dc44c0be2ca2c70c1dc179dfe23d6ed9567b5555 git-subtree: Display short-format status message Add the -s flag to git status and exit successfully. This makes git-subtree status behave like git status. mr's git status command is: git_status = git status -s "$@" || true ---