From: Junio C Hamano Date: Thu, 5 Jul 2007 05:46:09 +0000 (-0700) Subject: git-stash: allow more descriptive reminder message when saving X-Git-Tag: v1.5.3-rc1~74 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9f62e18a60dd2f636bbdf849f66a00a5906b1cea?ds=inline;hp=9f62e18a60dd2f636bbdf849f66a00a5906b1cea 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 ---