diff options
author | Jeff King <peff@peff.net> | 2011-03-11 01:08:48 -0500 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2011-03-11 10:59:16 -0500 |
commit | 6ea922d596ffdeef8c4ce3832f9a162810308e07 (patch) | |
tree | 4ba8152f63112739cbe38ba02597f435bb1bbad3 | |
parent | 48bb914ed641fc0880d86b16cbb17c84769c320a (diff) | |
download | git-6ea922d596ffdeef8c4ce3832f9a162810308e07.tar.gz git-6ea922d596ffdeef8c4ce3832f9a162810308e07.tar.xz |
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.
-rw-r--r-- | Documentation/git-fsck-objects.txt | 4 | ||||
-rw-r--r-- | Documentation/git-init-db.txt | 4 | ||||
-rw-r--r-- | Documentation/git-repo-config.txt | 4 | ||||
-rw-r--r-- | Documentation/git-stage.txt | 4 | ||||
-rw-r--r-- | Documentation/git-svn.txt | 4 |
5 files changed, 20 insertions, 0 deletions
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 |