Re: Diff between Linux-2.6.27-omap1-dirty and Linux-2.6.27-omap1 ?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alan Jenkins
Date: Friday, October 31, 2008 - 6:35 am

Shivdas Gujare wrote:

-dirty is appended to the version string when there are differences between the working tree and the git HEAD.  In other words, it sounds like you accidentally modified some file.

You can see which files have been modified with "git status".  It will also show extra files under "untracked"; you may see a few arch-specific object files, but all the .o, .ko, etc. files will be hidden by virtue of gitignore.

If the files were modified before the last "git checkout", it would have tried to preserve the modifications.  It would also warn you by listing the files, with an "M" next to their name.

Hope that helps.  You described your problem very well, btw.

Regards
Alan
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Diff between Linux-2.6.27-omap1-dirty and Linux-2.6.27 ..., Alan Jenkins, (Fri Oct 31, 6:35 am)