Ramkumar Ramachandra <artagnon@xxxxxxxxx> writes: > Duy Nguyen wrote: >> Then "show @{p}" should show the tip commit of rr/master, not the ref >> name. > > Yes, that is correct. > >> rev-parse (with an option, maybe) may be a better place for >> this. > > Er, no. I actually want things like diff @{p}..HEAD. I want it to be > a first-class revision, just like @{u}. I think Duy's suggestion makes perfect sense; rev-parse already has a mechanism to expand @{u} to the full name, so if you are hooking into the same codepath as @{u} to implement the "I publish there" information, which I think you should, you already should have it for free. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html