From: Konstantin Khomoutov <kostix+git@007spb.ru>
To: Fabrizio Mancin <fabman08@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Stash Feature
Date: Wed, 3 Jun 2015 18:53:58 +0300 [thread overview]
Message-ID: <20150603185358.a30d606cc0c475cb17a048c7@domain007.com> (raw)
In-Reply-To: <CAGmnFohE3ihA8T8srk1BpXg5z80tnjyUhdjFieXGYm=T0gkMUA@mail.gmail.com>
On Wed, 3 Jun 2015 17:22:57 +0200
Fabrizio Mancin <fabman08@gmail.com> wrote:
> I've a little request for you.
> What about saving date-time on git stash save command and show it on
> git stash show stash@{xxx}?
> I think it is a useful poperty to save.
>
> What do you think about it?
This information is already there as a stash entry is internally
represented as a commit (with one or more parents), and being a commit,
it possess all the standard attributes of a commit, including the
creation timestamp.
To get "normal" view of this commit just run
git show stash@{0}
next prev parent reply other threads:[~2015-06-03 15:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-03 15:22 Stash Feature Fabrizio Mancin
2015-06-03 15:53 ` Konstantin Khomoutov [this message]
2015-06-03 18:53 ` Randal L. Schwartz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150603185358.a30d606cc0c475cb17a048c7@domain007.com \
--to=kostix+git@007spb.ru \
--cc=fabman08@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).