Re: [PATCH v2 2/3] rev-parse: add @{p} as a synonym for @{push}

2017-03-27 Thread Ævar Arnfjörð Bjarmason
On Mon, Mar 27, 2017 at 4:53 AM, Jeff King wrote: > On Sun, Mar 26, 2017 at 12:16:53PM +, Ævar Arnfjörð Bjarmason wrote: > >> Add @{p} as a shorthand for @{push} for consistency with the @{u} >> shorthand for @{upstream}. >> >> This wasn't added when @{push} was introduced in commit >> adfe5d0

Re: [PATCH v2 2/3] rev-parse: add @{p} as a synonym for @{push}

2017-03-26 Thread Jeff King
On Sun, Mar 26, 2017 at 12:16:53PM +, Ævar Arnfjörð Bjarmason wrote: > Add @{p} as a shorthand for @{push} for consistency with the @{u} > shorthand for @{upstream}. > > This wasn't added when @{push} was introduced in commit > adfe5d0434 ("sha1_name: implement @{push} shorthand", 2015-05-21)

[PATCH v2 2/3] rev-parse: add @{p} as a synonym for @{push}

2017-03-26 Thread Ævar Arnfjörð Bjarmason
Add @{p} as a shorthand for @{push} for consistency with the @{u} shorthand for @{upstream}. This wasn't added when @{push} was introduced in commit adfe5d0434 ("sha1_name: implement @{push} shorthand", 2015-05-21), but it can be added without any ambiguity and saves the user some typing. Signed-