]> git.neil.brown.name Git - git.git/commit
Merge branch 'ks/status-initial-commit'
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Jun 2017 20:45:22 +0000 (13:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jun 2017 20:45:22 +0000 (13:45 -0700)
commit7e46f19a105f3798b03ac3887f45034fbfdff676
treef258b34d49b1e01d41e6de033e091335359cb9a8
parentc7ee0baae7e874898032ab0c63600951eb7c2d18
parent4ddb1354e8d5daf5671d3d451a67d2d1e82d9b49
Merge branch 'ks/status-initial-commit'

"git status" has long shown essentially the same message as "git
commit"; the message it gives while preparing for the root commit,
i.e. "Initial commit", was hard to understand for some new users.
Now it says "No commits yet" to stress more on the current status
(rather than the commit the user is preparing for, which is more in
line with the focus of "git commit").

* ks/status-initial-commit:
  status: contextually notify user about an initial commit
builtin/commit.c
t/t7508-status.sh
wt-status.c
wt-status.h