Re: Feature requset: listing of current stash in git gui

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

 



Am 21.11.2011 11:00, schrieb dexen deVries:
> Hi,
> 
> 
> please consider listing modifications stored in git's stash somewhere in git 
> gui window. Perhaps above the `Staged Changes' subframe. Format of the listing 
> similar to output of `git stash list'. Available operations would be Pop, 
> Apply, Save and Drop.

You can simply put the following in your ~/.gitconfig:

[guitool "Stash/show"]
	cmd = git stash show -p
[guitool "Stash/list"]
	cmd = git stash list
[guitool "Stash/pop"]
	cmd = git stash pop
[guitool "Stash/drop"]
	cmd = git stash drop
	confirm = yes

That will give you a new sub-menu in the 'Tools' menu of git gui.

Regards,
  Stefan
-- 
----------------------------------------------------------------
/dev/random says: Dreams are free, but you get soaked on the connect time.
python -c "print '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')"
--
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]