Re: Why can't I stash submodule changes?

2015-04-06 Thread Shane da Silva
assumed that if the return code was zero, a stash commit was created, but it makes sense why this is not the case. Thanks again for your time in helping clarify this behavior. On Mon, Apr 6, 2015 at 10:58 AM, Jens Lehmann jens.lehm...@web.de wrote: Am 06.04.2015 um 04:15 schrieb Shane da Silva

Why can't I stash submodule changes?

2015-04-05 Thread Shane da Silva
I’m having trouble understanding why I cannot stash changes to a submodule. When adding a submodule to a repository (`git submodule add ./sub-repo`), I can then run `git stash` and `git stash pop` with expected results—the submodule disappears and reappears in the working tree. However, when I