author | Junio C Hamano <gitster@pobox.com> | |
Fri, 3 Dec 2010 23:23:50 +0000 (15:23 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 3 Dec 2010 23:23:55 +0000 (15:23 -0800) |
* maint:
Git 1.7.3.3
CodingGuidelines: mention whitespace preferences for shell scripts
Documentation: do not misinterpret pull refspec as bold text
Conflicts:
Documentation/git-pull.txt
RelNotes
Git 1.7.3.3
CodingGuidelines: mention whitespace preferences for shell scripts
Documentation: do not misinterpret pull refspec as bold text
Conflicts:
Documentation/git-pull.txt
RelNotes
1 | 2 | |||
---|---|---|---|---|
Documentation/git-pull.txt | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/git-pull.txt
index e47361f2345bba78c917ab58bfe61800aa1e7156,abbc3eb3e0ee208a13237cde5ae3d00d962ad62e..4db73737b044dc151baed09a3f3d17e428eb124b
<repository> should be the name of a remote repository as
passed to linkgit:git-fetch[1]. <refspec> can name an
arbitrary remote ref (for example, the name of a tag) or even
-a collection of refs with corresponding remote tracking branches
+a collection of refs with corresponding remote-tracking branches
- (e.g., refs/heads/*:refs/remotes/origin/*), but usually it is
- the name of a branch in the remote repository.
+ (e.g., refs/heads/{asterisk}:refs/remotes/origin/{asterisk}),
+ but usually it is the name of a branch in the remote repository.
Default values for <repository> and <branch> are read from the
"remote" and "merge" configuration for the current branch