On Tue, Apr 30, 2013 at 5:42 PM, Junio C Hamano <[email protected]> wrote: > Felipe Contreras <[email protected]> writes: > >> Since 'update-ref master' updates the 'master' ref, and not >> 'refs/heads/master' (IOW; no parsing at all), I think it makes sense >> that @{-1} is not parsed, and neither is @. > > That is a very valid point. > > What should "rev-parse --symbolic-full-name @" say?
Probably the same as 'rev-parse --symbolic-full-name HEAD' (it doesn't with my patch). -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

