@@ -81,7 +81,8 @@ located. `gazou`'s `.gitmodules` looks like this:
8181
8282` gazou ` has a single submodule in ` third-party/QHotkey ` .
8383
84- You should return to the root of the repository. You must click on the correct link:
84+ You should return to the root of the repository. You must click on the correct
85+ link (or use your browser's "back" button):
8586
8687![ return] ( ../images/git_submodules/return.png )
8788
@@ -124,7 +125,8 @@ You should see one or more tags listed:
124125
125126![ commit tags] ( ../images/git_submodules/commit_tags.png )
126127
127- If you see no tags listed, go back and proceed with [ getting the
128+ If you see no tags listed, return to the repository (depicted in the first
129+ picture of this section) and proceed with [ getting the
128130archive] ( #getting-the-archive ) .
129131
130132You should take note of the commit hash of the commit. We know the commit hash
@@ -229,7 +231,7 @@ When you `cd` into the directory the module resides in (here it's
229231the submodule is associated with a tag:
230232
231233```
232- commit eb7ddaba57b108f99c2fefcd4eb23cef9c0ed681 (HEAD, tag: 1.4.2)
234+ commit eb7ddaba57b108f99c2fefcd4eb23cef9c0ed681 (HEAD, tag: 1.4.2) <=========
233235Merge: 53745ba 8584ff1
234236Author: Felix Barz <Skycoder42@users.noreply.github.com>
235237Date: Wed Oct 21 07:10:48 2020 +0200
@@ -239,10 +241,12 @@ Date: Wed Oct 21 07:10:48 2020 +0200
239241 Fix Clang Tidy warnings
240242```
241243
242- Here it is. It's in tag ` 1.4.2 ` . It might not be in your package. Your program
243- could even have several git submodules with tagged and untagged commits mixed.
244+ Here it is (I have highlighted it with the ` <========= ` arrow, ` (HEAD) ` without
245+ a tag will be shown otherwise). It's in tag ` 1.4.2 ` . The commit might not be
246+ tied to a tag in your package. Your program could even have several git
247+ submodules with tagged and untagged commits mixed.
244248
245- If the submodule is pinned to a tag, you should use a tag instead of a commit.
249+ If the submodule is pinned to a tag, you should use a tag instead of a commit hash .
246250
247251You now have to construct the archive link. The following instructions are valid
248252for GitHub only, you will have to adjust it if the package isn't hosted on
0 commit comments