Jeff King [off-list ref] writes:
On Sat, Jun 30, 2007 at 02:37:09PM +0900, しらいしななこ wrote:
quoted
+ref_stash=refs/stash
[...]
quoted
+save_stash () {
+ if no_changes
+ then
+ echo >&2 'No local changes to save'
+ exit 0
+ fi
+ test -f "$GIT_DIR/logs/refs/stash" ||
+ clear_stash || die "Cannot initialize stash"
Nit: this should be .../logs/$ref_stash
Sharp eyes.
I'll take a look and possibly comment on it later, but from a
cursory look I do not see major problems, so if I decide to
apply it I'll try to remember fixing this up when I do so...