>>>>> "Konstantin" == Konstantin Khomoutov <kostix+git@xxxxxxxxx> writes: Konstantin> On Wed, 3 Jun 2015 17:22:57 +0200 Konstantin> Fabrizio Mancin <fabman08@xxxxxxxxx> 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? Konstantin> This information is already there as a stash entry is Konstantin> internally represented as a commit (with one or more Konstantin> parents), and being a commit, it possess all the standard Konstantin> attributes of a commit, including the creation timestamp. git stash list can take a --format as well. Here's a couple of my aliases: sl = stash list --pretty='%gd: %h [%ar] %s' stashed = stash list --pretty='%gd: %Cred%h%Creset %Cgreen[%ar]%Creset %s' -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <merlyn@xxxxxxxxxxxxxx> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix consulting, Technical writing, Comedy, etc. etc. Still trying to think of something clever for the fourth line of this .sig -- 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