Re: [PATCH 1/2] Contextually notify user about an initial commit

2017-06-18 Thread Junio C Hamano
Kaartic Sivaraam writes: > A few alternatives considered were, > > * Waiting for initial commit > * Your current branch does not have any commits > * Current branch waiting for initial commit > ... "Decided to take the most succinct one." or something to conclude what happend to these alternativ

[PATCH 1/2] Contextually notify user about an initial commit

2017-06-18 Thread Kaartic Sivaraam
"git status" indicated "Initial commit" when HEAD points at an unborn branch. This message is shared with the commit log template "git commit" prepares for the user when creating a commit (i.e. "You are about to create the initial commit"), and is OK as long as the reader is aware of the nature of