]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cb/fetch-set-upstream'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2019 19:26:37 +0000 (12:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2019 19:26:37 +0000 (12:26 -0700)
commit94373946614f864bdcd5e0cb72e360edbed1c77f
treef76e29cf07e726727c94fadfd9d3af5a63716bdd
parentaf2b8faf49ff81491872137024a464cdb7a72b10
parent24bc1a129260eaf713c87f087f28883fe18891b5
Merge branch 'cb/fetch-set-upstream'

"git fetch" learned "--set-upstream" option to help those who first
clone from their private fork they intend to push to, add the true
upstream via "git remote add" and then "git fetch" from it.

* cb/fetch-set-upstream:
  pull, fetch: add --set-upstream option