Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [RFC/largely untested/PATCH] sha1_name: interpret ~n as HEAD~n

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:51:08

Michael J Gruber [off-list ref] writes:
quoted
I thought we already ruled out ~n because many shells think ~n is a path.
You have, apparently ;)

unquoted ~0 conflicts, but unquoted ~n conflicts only when you use pushd
(and the stack has n entries; or n+-1, I can't count either...).
The problem is that it makes the behavior rather unpredictible for
non-expert:

git log ~2 # great
pushd
git log ~2 # still great
pushd
git log ~2 # WTF ?

so we can't teach new users the ~N syntax without quoting if we don't
want them to get bad surprises later. \~N is not terribly bad, but I
don't think it has a big added value compared to HEAD~N.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help