[Users] Question re: "dirty"

Patrick Boettcher patrick.boettcher at posteo.de
Mon Nov 16 11:06:00 CET 2015


On Sun, 15 Nov 2015 16:20:01 -0800 Lyle Bickley
<lbickley at bickleywest.com> wrote:

> I typically do "git pull --all" to a cleaned claws directory, then the usual compile, install whenever several bug fixes have been applied to claws. Sometimes, but not always, the version contains the word "dirty" (Such as the current "version 3.13.0-72-g031446-dirty"). Does this mean there are known bugs - or suspected bugs - or what?

No, it just means your repository is not clean. It can be modified
tracked (by git) files or new files not known and handled by git.

To find out more about your situation run

git status

It will tell you about the situation you are in.

regards,

--
Patrick.



More information about the Users mailing list