Hi, On Tue, 18 Sep 2007, Yann Dirson wrote: > stash: > > - "git stash show junk" acts like "git stash show" > > - changes stashed in the index are unstashed only in workdir. If that's > intended, a note in the "stash apply" doc would be useful; but then I am > left puzzled as to the usefulness of storing the index state in the > stash branch: it could surely be applied by a variant of "stash apply", > but such a command does not seem to exist yet ? It does, but it is not documented: "git stash apply --index". > misc git: > > - git has problems with cascaded alternates that use relative paths. Known error, Pasky has lamented about that already. I think we could get away with using make_absolute_path() cleverly. Ciao, Dscho - 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