]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ms/non-ascii-ticks'
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Mar 2018 22:54:06 +0000 (14:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Mar 2018 22:54:06 +0000 (14:54 -0800)
Doc markup fix.

* ms/non-ascii-ticks:
  Documentation/gitsubmodules.txt: avoid non-ASCII apostrophes

1  2 
Documentation/gitsubmodules.txt

index 4d6c17782f1d4c2f65cddefd899b9a93bace6142,030c974c25606e553226b8756be032b947324397..3b9faabdbb9cbc45893dff67fd40b0ed7552f287
@@@ -33,11 -33,11 +33,11 @@@ in its `.gitmodules` file (see linkgit:
  `submodule.foo.path = path/to/bar`.
  
  The `gitlink` entry contains the object name of the commit that the
- superproject expects the submodules working directory to be at.
+ superproject expects the submodule's working directory to be at.
  
  The section `submodule.foo.*` in the `.gitmodules` file gives additional
 -hints to Gits porcelain layer such as where to obtain the submodule via
 -the `submodule.foo.url` setting.
 +hints to Git's porcelain layer. For example, the `submodule.foo.url`
 +setting specifies where to obtain the submodule.
  
  Submodules can be used for at least two different use cases:
  
@@@ -141,8 -137,8 +141,8 @@@ directory is automatically moved to `$G
  of the superproject.
  
   * Deinitialized submodule: A `gitlink`, and a `.gitmodules` entry,
- but no submodule working directory. The submodule’s Git directory
 -but no submodule working directory. The submodule's git directory
 -may be there as after deinitializing the git directory is kept around.
++but no submodule working directory. The submodule's Git directory
 +may be there as after deinitializing the Git directory is kept around.
  The directory which is supposed to be the working directory is empty instead.
  +
  A submodule can be deinitialized by running `git submodule deinit`.