From: Jeff King Date: Fri, 11 Mar 2011 06:08:48 +0000 (-0500) Subject: doc: add missing git footers X-Git-Tag: v1.7.5-rc0~81^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6ea922d596ffdeef8c4ce3832f9a162810308e07;p=git.git doc: add missing git footers Almost every page has a footer that links back to the main git(1) page. Let's add it on the few that are missing it. --- diff --git a/Documentation/git-fsck-objects.txt b/Documentation/git-fsck-objects.txt index 965a8279c..90ebb8a59 100644 --- a/Documentation/git-fsck-objects.txt +++ b/Documentation/git-fsck-objects.txt @@ -15,3 +15,7 @@ DESCRIPTION This is a synonym for linkgit:git-fsck[1]. Please refer to the documentation of that command. + +GIT +--- +Part of the linkgit:git[1] suite diff --git a/Documentation/git-init-db.txt b/Documentation/git-init-db.txt index eba3cb499..2c4c716f3 100644 --- a/Documentation/git-init-db.txt +++ b/Documentation/git-init-db.txt @@ -16,3 +16,7 @@ DESCRIPTION This is a synonym for linkgit:git-init[1]. Please refer to the documentation of that command. + +GIT +--- +Part of the linkgit:git[1] suite diff --git a/Documentation/git-repo-config.txt b/Documentation/git-repo-config.txt index e5bdb5533..a0d1fa659 100644 --- a/Documentation/git-repo-config.txt +++ b/Documentation/git-repo-config.txt @@ -16,3 +16,7 @@ DESCRIPTION This is a synonym for linkgit:git-config[1]. Please refer to the documentation of that command. + +GIT +--- +Part of the linkgit:git[1] suite diff --git a/Documentation/git-stage.txt b/Documentation/git-stage.txt index 7f251a586..ba3fe0d7f 100644 --- a/Documentation/git-stage.txt +++ b/Documentation/git-stage.txt @@ -17,3 +17,7 @@ DESCRIPTION This is a synonym for linkgit:git-add[1]. Please refer to the documentation of that command. + +GIT +--- +Part of the linkgit:git[1] suite diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 6a6929dae..ea8fafd18 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -877,3 +877,7 @@ reset) branches-maxRev and/or tags-maxRev as appropriate. SEE ALSO -------- linkgit:git-rebase[1] + +GIT +--- +Part of the linkgit:git[1] suite