]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'fc/atmark-in-refspec'
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Dec 2020 18:21:36 +0000 (10:21 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Dec 2020 18:21:36 +0000 (10:21 -0800)
"@" sometimes worked (e.g. "git push origin @:there") as a part of
a refspec element, but "git push origin @" did not work, which has
been corrected.

* fc/atmark-in-refspec:
  refspec: make @ a synonym of HEAD
  tests: push: trivial cleanup
  tests: push: improve cleanup of HEAD tests

1  2 
refspec.c

diff --cc refspec.c
Simple merge