Re: kernel version in git repo

2012-01-25 Thread YONETANI Tomokazu
On Tue, Jan 24, 2012 at 05:20:44PM -0500, Pierre Abbat wrote: I have a bug report (starting X causes reboot) in which I gave a date but not an exact version, and I've been asked to check out the latest code and see if it fixes an unrelated bug (make -j2 buildkernel). What git command can I

Re: kernel version in git repo

2012-01-25 Thread Pierre Abbat
On Wednesday, January 25, 2012 11:47:09 YONETANI Tomokazu wrote: On Tue, Jan 24, 2012 at 05:20:44PM -0500, Pierre Abbat wrote: I have a bug report (starting X causes reboot) in which I gave a date but not an exact version, and I've been asked to check out the latest code and see if it fixes

Re: kernel version in git repo

2012-01-25 Thread Matthias Rampke
On Wednesday, 25. January 2012 at 18:34, Pierre Abbat wrote: Matthias answered by private email Ooops, forgot to add users@ again. For the record, here's the core bit: to mark your currently checked out version use git tag bug_foo; if you just want to know the commit ID use e.g. git show or

Re: kernel version in git repo

2012-01-25 Thread YONETANI Tomokazu
On Wed, Jan 25, 2012 at 12:34:43PM -0500, Pierre Abbat wrote: The output from `uname -a' contains a prefix of the commit hash of the source code from which the kernel was built Matthias answered by private email and I added the output of git show to the bug report. uname -a wouldn't

Re: kernel version in git repo

2012-01-25 Thread Pierre Abbat
On Wednesday, January 25, 2012 14:22:50 Matthias Rampke wrote: Ooops, forgot to add users@ again. For the record, here's the core bit: You don't need to add users@. Just hit the reply-to-list button. I'm on the list, so I don't need a reply in my inbox, just the one in the list folder. Pierre

kernel version in git repo

2012-01-24 Thread Pierre Abbat
I have a bug report (starting X causes reboot) in which I gave a date but not an exact version, and I've been asked to check out the latest code and see if it fixes an unrelated bug (make -j2 buildkernel). What git command can I use before checking out so that you can reproduce the first bug?