X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-fetch.txt;h=d3164c5c88db6b9e02a4186c398e19c425bc204b;hb=1973b0d790155b5d8a32a6f7401116fad2205721;hp=e4b529710c414b0e5ab2836f8f8ffbf680ed78f5;hpb=b1889c36d85514e5e70462294c561a02c2edfe2b;p=git.git diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt index e4b529710..d3164c5c8 100644 --- a/Documentation/git-fetch.txt +++ b/Documentation/git-fetch.txt @@ -18,7 +18,7 @@ the objects necessary to complete them. The ref names and their object names of fetched refs are stored in `.git/FETCH_HEAD`. This information is left for a later merge -operation done by "git-merge". +operation done by 'git-merge'. When stores the fetched result in tracking branches, the tags that point at these branches are automatically @@ -45,7 +45,7 @@ linkgit:git-pull[1] Author ------ Written by Linus Torvalds and -Junio C Hamano +Junio C Hamano Documentation -------------