7 git-status-script - Show working tree status.
16 Examines paths in the working tree that has changes unrecorded
17 to the index file, and changes between the index file and the
18 current HEAD commit. The former paths are what you _could_
19 commit by running 'git-update-cache' before running 'git
20 commit', and the latter paths are what you _would_ commit by
23 If there is no path that is different between the index file and
24 the current HEAD commit, the command exits with non-zero
30 The output from this command is designed to be used as a commit
31 template comments, and all the output lines are prefixed with '#'.
36 Written by Linus Torvalds <torvalds@osdl.org> and
37 Junio C Hamano <junkio@cox.net>.
41 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
45 Part of the link:git.html[git] suite