diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-07-04 22:46:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-05 21:47:12 -0700 |
commit | 9f62e18a60dd2f636bbdf849f66a00a5906b1cea (patch) | |
tree | af08c6c2e9f35756c9bd600aa0c0615137b38ac6 /builtin-revert.c | |
parent | Add urls.txt to git-clone man page (diff) | |
download | tgif-9f62e18a60dd2f636bbdf849f66a00a5906b1cea.tar.xz |
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>
Diffstat (limited to 'builtin-revert.c')
0 files changed, 0 insertions, 0 deletions