On Sat, Jun 30, 2007 at 02:37:09PM +0900, しらいしななこ wrote: > +ref_stash=refs/stash [...] > +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 -Peff - 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