On Wed, 3 Jun 2015 17:22:57 +0200 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? 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} -- 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