Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH (3rd try)] Add git-stash script

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:18

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...
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help