]> git.ipfire.org Git - thirdparty/git.git/commit - git-stash.sh
git-stash: allow more descriptive reminder message when saving
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Jul 2007 05:46:09 +0000 (22:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Jul 2007 04:47:12 +0000 (21:47 -0700)
commit9f62e18a60dd2f636bbdf849f66a00a5906b1cea
treeaf08c6c2e9f35756c9bd600aa0c0615137b38ac6
parent37ba05619c76f9dbde35c418c6fc8af7bcda24c8
git-stash: allow more descriptive reminder message when saving

This allows you to say:

$ git stash starting to implement X

while creating a stash, and the resulting "stash list entry
would read as:

$ git stash list
        stash@{0}: On master: starting to implement X

instead of the default message which talks about the commit the
stash happens to be based on (hence does not have much to do
with what the stashed change is trying to do).

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh