Eli Barzilay <eli-oSK4jVRJLyZg9hUCZPvPmw@xxxxxxxxxxxxxxxx> writes: > For a while now I had a problem when I try to do stash operations via > magit -- for example, it shows this in the process buffer: > > $ git --no-pager stash apply stash@{2012-04-27 08:53:30 -0400} > Too many revisions specified: stash@{2012-04-27 08:53:30 -0400} Not surprised; as far as I understand, ever since the original design, the stash entries are meant to be _counted_, i.e. stash@{0}, stash@{1}, stash@{2}, ... and never timed. I do not mind a fix, but I would prefer a solution that does *not* involve $IFS hack that would not work with a string with LF in it. -- 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