public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* Make 'git stash list' more informative
@ 2025-04-05  4:12 Yuri
  2025-04-05 16:24 ` Lucas Seiki Oshiro
  0 siblings, 1 reply; 4+ messages in thread
From: Yuri @ 2025-04-05  4:12 UTC (permalink / raw)
  To: Git Mailing List

Currently 'git stash list' prints lines like this:
stash@{10}: WIP on main: 3f802b772d88 science/py-pymatgen: update 
2025.1.24 → 2025.2.18


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


I propose to amend WIP stash entry descriptions with size, number of 
dirs and files, and time description, so that the above entry might look 
like this:

stash@{10}: WIP on main: 3f802b772d88 science/py-pymatgen: update 
2025.1.24 → 2025.2.18 (+20, -5, 3 dirs, 5 files, 17 days ago)



It would add info about the number of changed lines, number of affected 
directories and files, and how old this stash record is.


This would make WIP stash lines much more informative and they would 
actually describe better what is in them.




Thanks,
Yuri


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-08  2:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-05  4:12 Make 'git stash list' more informative Yuri
2025-04-05 16:24 ` Lucas Seiki Oshiro
2025-04-07 22:06   ` Junio C Hamano
2025-04-08  2:06     ` Lucas Seiki Oshiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox