From: Junio C Hamano Date: Thu, 30 Mar 2017 21:07:16 +0000 (-0700) Subject: Merge branch 'ab/case-insensitive-upstream-and-push-marker' X-Git-Tag: v2.13.0-rc0~40 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/42e1cc517b2a57fa2fad6cc41238bfdbc3f4b9d7?ds=inline;hp=--cc 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 --- 42e1cc517b2a57fa2fad6cc41238bfdbc3f4b9d7