]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/update-ref-no-deref-stdin'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Sep 2018 17:30:53 +0000 (10:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Sep 2018 17:30:53 +0000 (10:30 -0700)
commitf52b7eea44281340e691e5ea89aaac831d2ac65f
treec7bc5b2e302844919f3c591bf794acba57e1994f
parent00d5f665a031a0e74d6e03f54d5aba547a5b0c14
parentd345e9fbe75c8bec6469253f0ee7e34228f41917
Merge branch 'en/update-ref-no-deref-stdin'

"git update-ref" learned to make both "--no-deref" and "--stdin"
work at the same time.

* en/update-ref-no-deref-stdin:
  update-ref: allow --no-deref with --stdin
  update-ref: fix type of update_flags variable to match its usage