git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* how do I review gitk release notes
@ 2012-02-23  0:47 Neal Kreitzinger
  2012-02-23  1:13 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Neal Kreitzinger @ 2012-02-23  0:47 UTC (permalink / raw)
  To: git

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")?

v/r,
neal 

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

* Re: how do I review gitk release notes
  2012-02-23  0:47 how do I review gitk release notes Neal Kreitzinger
@ 2012-02-23  1:13 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2012-02-23  1:13 UTC (permalink / raw)
  To: Neal Kreitzinger; +Cc: git

"Neal Kreitzinger" <neal@rsss.com> 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.

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

end of thread, other threads:[~2012-02-23  1:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23  0:47 how do I review gitk release notes Neal Kreitzinger
2012-02-23  1:13 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).