mbox series

[v3,0/3] refspec: make @ a synonym of HEAD

Message ID 20201125233443.63130-1-felipe.contreras@gmail.com (mailing list archive)
Headers show
Series refspec: make @ a synonym of HEAD | expand

Message

Felipe Contreras Nov. 25, 2020, 11:34 p.m. UTC
Basically $subject.

Since v2 the tests have been revamped at the behest of Junio.


Felipe Contreras (3):
  tests: push: improve cleanup of HEAD tests
  tests: push: trivial cleanup
  refspec: make @ a synonym of HEAD

 refspec.c             |   5 +-
 t/t5511-refspec.sh    |   2 +
 t/t5516-fetch-push.sh | 105 ++++++++++++++++++++++--------------------
 3 files changed, 61 insertions(+), 51 deletions(-)

Comments

Junio C Hamano Nov. 25, 2020, 11:42 p.m. UTC | #1
Felipe Contreras <felipe.contreras@gmail.com> writes:

> Basically $subject.

Will replace what was on 'seen'.

Dscho, heads-up as this series will add more references of 'master'
in the test suite.

Thanks.
Johannes Schindelin Nov. 27, 2020, 11:07 a.m. UTC | #2
Hi Junio,

On Wed, 25 Nov 2020, Junio C Hamano wrote:

> Dscho, heads-up as this series will add more references of 'master' in
> the test suite.

Thanks for the heads-up,
Dscho