From: Jürgen Rühle Date: Wed, 10 Jan 2007 22:25:03 +0000 (+0100) Subject: Provide better feedback for the untracked only case in status output X-Git-Tag: v1.5.0-rc1~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2a3a3c247e7f1f257e9c6762e48b98f08a30011a?ds=inline;hp=2a3a3c247e7f1f257e9c6762e48b98f08a30011a Provide better feedback for the untracked only case in status output Since 98bf8a47c296f51ea9722fef4bb81dbfb70cd4bb status would claim that git-commit could be useful even if there are no changes except untracked files. Since wt-status is already computing all the information needed go the whole way and actually track the (non-)emptiness of all three sections separately, unify the code, and provide useful messages for each individual case. Thanks to Junio and Michael Loeffler for suggestions. Signed-off-by: Jürgen Rühle ---