Re: [PATCH v2] t3200: add test for single parameter passed to -m option

2017-06-12 Thread Junio C Hamano
Sahil Dua writes: > Add a test for the case when only one parameter is passed to '-m' > (move/rename) option. > > For example - if 'git branch -m bbb' is run, it should rename the > currently checked out branch to bbb. There was no test for this > particular case with

[PATCH v2] t3200: add test for single parameter passed to -m option

2017-06-11 Thread Sahil Dua
Add a test for the case when only one parameter is passed to '-m' (move/rename) option. For example - if 'git branch -m bbb' is run, it should rename the currently checked out branch to bbb. There was no test for this particular case with only one parameter for -m option. However, there's one