Re: [PATCH 5/6 v5] merge.c: delegate handling of "-" shorthand to revision.c:get_sha1

2017-03-01 Thread Junio C Hamano
Junio C Hamano writes: > Siddharth Kannan writes: > >> The callchain for handling each argument contains the function >> revision.c:get_sha1 where the shorthand for "-" ~ "@{-1}" has already been >> implemented in a previous patch; the complete

Re: [PATCH 5/6 v5] merge.c: delegate handling of "-" shorthand to revision.c:get_sha1

2017-03-01 Thread Junio C Hamano
Siddharth Kannan writes: > The callchain for handling each argument contains the function > revision.c:get_sha1 where the shorthand for "-" ~ "@{-1}" has already been > implemented in a previous patch; the complete callchain leading to that > function is: > > 1.

[PATCH 5/6 v5] merge.c: delegate handling of "-" shorthand to revision.c:get_sha1

2017-02-24 Thread Siddharth Kannan
The callchain for handling each argument contains the function revision.c:get_sha1 where the shorthand for "-" ~ "@{-1}" has already been implemented in a previous patch; the complete callchain leading to that function is: 1. merge.c:collect_parents 2. commit.c:get_merge_parent : this function