Sean <seanlkml@xxxxxxxxxxxx> writes: > Would it be possible/reasonable to treat a bare ~3 (or ^) on the git command > line as equivalent to "<current branch>~3" ? At least @{3} already works > this way and it would be nice to do the same for the even more common tilde > and hat operations. If so, it would be a small convenience to just type: > "git show ~3" Interesting. At least, "ls ~0" does not seem to get confused by bash to be the home directory of the root user, so I do not offhand think of a reason not to have ~$n as a synonym to HEAD~$n. Would that be useful? I dunno. P.S. Welcome back to the list ;-) - 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