Thread (1 message) 1 message, 1 author, 2016-06-15

Re: how do I review gitk release notes

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:53:08

"Neal Kreitzinger" [off-list ref] writes:
What is the best way to get the corresponding gitk release notes for git 
releases (so I can see the detailed gitk release notes behind the git 
release note "various gitk enhancements and fixes")?
Unfortunately, the best way I can think of is that you write it yourself
by looking at the log; I do not think there is any selarate release notes
written by anybody.

$ git log -1 --oneline --first-parent master -- gitk-git

will show that 09bb4eb (Merge git://ozlabs.org/~paulus/gitk, 2011-12-16)
was the last merge, so

$ git log -p 09bb4eb^2
$ git shortlog 09bb4eb^2

would be the "raw" data source to study.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help