[Geany-devel] [PATCH 12/19] Use relative paths in the project files
Colomban Wendling
lists.ban at xxxxx
Thu Aug 5 13:51:47 UTC 2010
Hi,
> On Thu, Aug 5, 2010 at 04:48, Lex Trotman <elextr at gmail.com> 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 <techet at gmail.com> 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
More information about the Devel
mailing list