]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/case-insensitive-upstream-and-push-marker'
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Mar 2017 21:07:16 +0000 (14:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Mar 2017 21:07:16 +0000 (14:07 -0700)
commit42e1cc517b2a57fa2fad6cc41238bfdbc3f4b9d7
tree30bfc05a903be4375b5330d374ffdefc48686a9a
parente7cbfd98e3a960450025b58f6678e17c9c01b007
parent244ea1b5e49081530e0ba5c717db1fdbe2bda73e
Merge branch 'ab/case-insensitive-upstream-and-push-marker'

On many keyboards, typing "@{" involves holding down SHIFT key and
one can easily end up with "@{Up..." when typing "@{upstream}".  As
the upstream/push keywords do not appear anywhere else in the syntax,
we can safely accept them case insensitively without introducing
ambiguity or confusion  to solve this.

* ab/case-insensitive-upstream-and-push-marker:
  rev-parse: match @{upstream}, @{u} and @{push} case-insensitively