- "git stash push" always returns 0, even if nothing was stashed. - But "git stash pop" returns 1 if nothing stashed. - So now we check using "git stash list". Related to #265 |
||
|---|---|---|
| .. | ||
| context.py | ||
| dummy-web-server.py | ||
| lzstring.py | ||
- "git stash push" always returns 0, even if nothing was stashed. - But "git stash pop" returns 1 if nothing stashed. - So now we check using "git stash list". Related to #265 |
||
|---|---|---|
| .. | ||
| context.py | ||
| dummy-web-server.py | ||
| lzstring.py | ||