commit-template: remove outdated notice about explicit paths
authorKaartic Sivaraam <kaarticsivaraam91196@gmail.com>
Fri, 30 Jun 2017 12:12:20 +0000 (17:42 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jun 2017 14:50:19 +0000 (07:50 -0700)
commitb884244c844a5688f9e8de3256143839c7b3c40a
tree8cced10e07e0d60c5cbc417a28da9d5ea59a7175
parentb06d3643105c8758ed019125a4399cb7efdcce2c
commit-template: remove outdated notice about explicit paths

The notice that "git commit <paths>" default to "git commit
--only <paths>" was there since 756e3ee0 ("Merge branch
'jc/commit'", 2006-02-14).  Back then, existing users of Git
expected the command doing "git commit --include <paths>", and
after the behaviour of the command was changed to align with
other people's "$scm commit <paths>", the text was added to help
them transition their expectations.

Remove the message that now has outlived its usefulness.

Signed-off-by: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c