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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux