]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-pull.txt
pull doc: correct outdated description of an example
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Sun, 5 Apr 2020 15:50:19 +0000 (15:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Apr 2020 22:00:04 +0000 (15:00 -0700)
commita44088435c37ccf91920ab18076db888cff1fc76
tree425aeb47896b230bbc0b42ebecae81b98cfbcfe4
parentf6a65de6214e48812cb245975cdb75e5649992b3
pull doc: correct outdated description of an example

Since f269048754 (fetch: opportunistically update tracking refs,
2013-05-11), the underlying `git fetch` in `git pull <remote> <branch>`
updates the configured remote-tracking branch for <branch>.

However, an example in the 'Examples' section of the `git pull`
documentation still states that this is not the case.

Correct the description of this example.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-pull.txt