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

Re: [PATCH v3] stash: handle specifying stashes with spaces

From: Thomas Rast <hidden>
Date: 2016-06-15 22:59:37

Junio C Hamano [off-list ref] writes:
Øystein Walle [off-list ref] writes:
quoted
+	git stash &&
+	test_tick &&
+	echo cow > file &&
+	git stash &&
+	git stash apply "stash@{Thu Apr 7 15:17:13 2005 -0700}" &&
This is brittle.  If new tests are added before this, the test_tick
will give you different timestamp and this test will start failing.

Perhaps grab the timestamp out of the stash that was created [...]
Hmm, now that I stare at this, why not simply use something like

  git stash apply "stash@{ 0 }"

It seems to refer to the same as stash@{0} as one would expect, while
still triggering the bug with unpatched git-stash.

-- 
Thomas Rast
tr@thomasrast.ch
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help