Re: Git tags
Andre Haupt <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 03, 2008 at 04:47:36PM +0200, Andre Haupt wrote: > On Thu, Apr 03, 2008 at 04:40:06PM +0200, Yegor Yefremov wrote: > > Dear Andre, > > > > thank you for your answer. Yes. I have made some changes to the kernel > > sources. Is it really so, that if I make some changes Makefile or some > > other script notices this fact and adds "dirty" to the kernel version > > string? > If you do not commit your changes (i.e. git status shows modified files) > than yes. > > Best regards, > > Andre See also http://mail.nl.linux.org/kernelnewbies/2007-08/msg00045.html I was bitten by this too and Erik Mouw provided a very valuable answer. Andre