login
Header Space

 
 

Re: Distinguishing releases from pre-rc snapshots

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Pavel Roskin <proski@...>
Cc: <linux-kernel@...>
Date: Wednesday, October 17, 2007 - 2:02 am

Pavel Roskin wrote:
 
Note that you can see if there have been commits since a release (the last git tag) by using the command 'git describe'.

$ git checkout -b temp v2.6.23
Switched to a new branch "temp"
$ git describe
v2.6.23
$ git checkout master
$ git describe
v2.6.23-4223-g65a6ec0

Format is: last tag - # commits since last tag - id of HEAD commit

Hope this helps,
Frans Pop
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Distinguishing releases from pre-rc snapshots, Pavel Roskin, (Tue Oct 16, 10:22 pm)
Re: Distinguishing releases from pre-rc snapshots, Frans Pop, (Wed Oct 17, 2:02 am)
Re: Distinguishing releases from pre-rc snapshots, Pavel Roskin, (Wed Oct 17, 8:59 am)
Re: Distinguishing releases from pre-rc snapshots, Rik van Riel, (Tue Oct 16, 10:41 pm)
Re: Distinguishing releases from pre-rc snapshots, Pavel Roskin, (Tue Oct 16, 11:17 pm)
Re: Distinguishing releases from pre-rc snapshots, Dave Jones, (Tue Oct 16, 10:34 pm)
Re: Distinguishing releases from pre-rc snapshots, Pavel Roskin, (Tue Oct 16, 10:45 pm)
Re: Distinguishing releases from pre-rc snapshots, Dave Jones, (Tue Oct 16, 11:01 pm)
speck-geostationary