Re: Make 'git stash list' more informative

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> It contains the last commit's subject which often/usually doesn't really describe the stash entry.

`git stash list` accepts the options from `git log`, so you can change
look at its manpage to find other options that show the information
that you want.

> I propose to amend WIP stash entry descriptions with size, number of dirs and files

Perhaps this helps you:

`git stash list --stat --pretty=reference`

You can customize following the format described on https://git-scm.com/docs/pretty-formats.

> Thanks,
> Yuri

I hope it helps you!




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux