]> git.ipfire.org Git - thirdparty/git.git/commit - entry.c
apply, entry: speak of submodules instead of subprojects
authorThomas Rast <trast@inf.ethz.ch>
Thu, 18 Jul 2013 12:26:55 +0000 (14:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2013 17:56:06 +0000 (10:56 -0700)
commit42063f95a0f285382458f357bd256df252000ef1
tree141d4af9f1c969f451d86a6aa3615e0ad4ed9502
parent5addd1c7531cc644787cd562a3c22a3b714c7d77
apply, entry: speak of submodules instead of subprojects

There are only four (with some generous rounding) instances in the
current source code where we speak of "subproject" instead of
"submodule".  They are as follows:

* one error message in git-apply and two in entry.c

* the patch format for submodule changes

The latter was introduced in 0478675 (Expose subprojects as special
files to "git diff" machinery, 2007-04-15), apparently before the
terminology was settled.  We can of course not change the patch
format.

Let's at least change the error messages to consistently call them
"submodule".

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/apply.c
entry.c