]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7415-submodule-names.sh
Merge branch 'fc/push-simple-updates-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Jul 2021 23:52:50 +0000 (16:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Jul 2021 23:52:50 +0000 (16:52 -0700)
commit0659866a09ef6a7a0e74eb18ef66d8f5bd959215
tree63442e9eee1658d391b5ae4c6f5c0e35d4d73d79
parent07e230d762bde9ce5fa41384efb8caed4c7de684
parent7088ce71918a0f9fde2ceb421d4b332888a202c7
Merge branch 'fc/push-simple-updates-cleanup'

Some more code and doc clarification around "git push".

* fc/push-simple-updates-cleanup:
  push: don't get a full remote object
  push: only check same_remote when needed
  push: remove trivial function
  push: remove redundant check
  push: factor out the typical case
  push: get rid of all the setup_push_* functions
  push: trivial simplifications
  push: make setup_push_* return the dst
  push: only get the branch when needed
  push: factor out null branch check
  push: split switch cases
  push: return immediately in trivial switch case
  push: create new get_upstream_ref() helper