Re: [PATCH 5/8] Doc/gitsubmodules: use "Git directory" consistently

2018-01-08 Thread Stefan Beller
On Sat, Jan 6, 2018 at 4:39 PM, Eric Sunshine  wrote:
> On Sat, Jan 6, 2018 at 1:46 PM, Kaartic Sivaraam
>  wrote:
>> Signed-off-by: Kaartic Sivaraam 
>> ---
>> diff --git a/Documentation/gitsubmodules.txt 
>> b/Documentation/gitsubmodules.txt
>> @@ -113,7 +113,7 @@ obtain the submodule from is configured here for example.
>>  This file mainly serves as the mapping between name and path in
>> -the superproject, such that the submodule's git directory can be
>> +the superproject, such that the submodule's Git directory can be
>>  located.
>
> There are two more instances of this capitalization inconsistency
> later in the file. This patch probably ought to address all of them.

Thanks for fixing the capitalization!


Re: [PATCH 5/8] Doc/gitsubmodules: use "Git directory" consistently

2018-01-06 Thread Eric Sunshine
On Sat, Jan 6, 2018 at 1:46 PM, Kaartic Sivaraam
 wrote:
> Signed-off-by: Kaartic Sivaraam 
> ---
> diff --git a/Documentation/gitsubmodules.txt b/Documentation/gitsubmodules.txt
> @@ -113,7 +113,7 @@ obtain the submodule from is configured here for example.
>  This file mainly serves as the mapping between name and path in
> -the superproject, such that the submodule's git directory can be
> +the superproject, such that the submodule's Git directory can be
>  located.

There are two more instances of this capitalization inconsistency
later in the file. This patch probably ought to address all of them.


[PATCH 5/8] Doc/gitsubmodules: use "Git directory" consistently

2018-01-06 Thread Kaartic Sivaraam
Signed-off-by: Kaartic Sivaraam 
---
 Documentation/gitsubmodules.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gitsubmodules.txt b/Documentation/gitsubmodules.txt
index e3c798d2a..745a3838e 100644
--- a/Documentation/gitsubmodules.txt
+++ b/Documentation/gitsubmodules.txt
@@ -113,7 +113,7 @@ obtain the submodule from is configured here for example.
of repositories.
 +
 This file mainly serves as the mapping between name and path in
-the superproject, such that the submodule's git directory can be
+the superproject, such that the submodule's Git directory can be
 located.
 +
 If the submodule has never been initialized, this is the only place
-- 
2.16.0.rc0.223.g4a4ac8367