diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-11-14 22:12:38 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-11-14 22:12:38 -0800 |
| commit | ea4f2bd39dcfabb23e86b2f79149c6c4038ff3cd (patch) | |
| tree | b070131f1b35de05ddef6d4519373d1aacc96c1a /Documentation/gitcore-tutorial.txt | |
| parent | Documentation: New GUI configuration and command-line options. (diff) | |
| parent | Documentation: git-svn: fix example for centralized SVN clone (diff) | |
| download | git-ea4f2bd39dcfabb23e86b2f79149c6c4038ff3cd.tar.gz git-ea4f2bd39dcfabb23e86b2f79149c6c4038ff3cd.zip | |
Merge branch 'maint'
* maint:
Documentation: git-svn: fix example for centralized SVN clone
Documentation: fix links to "everyday.html"
revision.c: use proper data type in call to sizeof() within xrealloc
Diffstat (limited to 'Documentation/gitcore-tutorial.txt')
| -rw-r--r-- | Documentation/gitcore-tutorial.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt index a417e592ac..61fc5d7be8 100644 --- a/Documentation/gitcore-tutorial.txt +++ b/Documentation/gitcore-tutorial.txt @@ -1690,8 +1690,10 @@ to follow, not easier. SEE ALSO -------- -linkgit:gittutorial[7], linkgit:gittutorial-2[7], -linkgit:everyday[7], linkgit:gitcvs-migration[7], +linkgit:gittutorial[7], +linkgit:gittutorial-2[7], +linkgit:gitcvs-migration[7], +link:everyday.html[Everyday git], link:user-manual.html[The Git User's Manual] GIT |
