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: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