Hi, > On Thu, Aug 5, 2010 at 04:48, Lex Trotman <[email protected]> wrote: >> If I understand correctly this patch depends on the project file being >> in the project tree, but that is not the Geany default. Some people >> don't like storing the project file in the project tree because it >> contains an individual users session files and these shouldn't be in a >> version controlled tree, imagine if you did a git commit -a. `git commit -a` isn't a problem since it commits all changes, but only to tracked files. `git add .` OTOH may be a problem, but as it is generally run at the very beginning of a project, the Geany project file is likely not to exist yet I think.
Keeping the .geany project file in the project tree is at least what I personally do, and without any harm. >> On 5 August 2010 11:13, Jiří Techet <[email protected]> wrote: > That said, I'm not against making this behavior optional - depends on > what others think. I definitely like the feature! (I even though to implement it a while ago, but I wasn't probably bothered enough to actually do it...) Regards, Colomban _______________________________________________ Geany-devel mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
