Re: [RFC] Light-weight checkouts via ".gitlink"

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Friday, December 8, 2006 - 6:18 pm

A few (very few) comments:

Josef Weidendorfer wrote:


If I remember correctly, while git ignores .git, it does not ignore
by default (i.e. without entry in either GIT_DIR/info/excludes, or
.gitignore) the directory which has .git directory in it.

And that should not change for .gitlink. You can always add
.gitignore file with * .* patterns in it (ignore all).
 
[...]

Why use once "key = value", once "key: value" form? Better to stick
with one. I Would prefer "key = value" one.

GIT_DIR = path to base git repository
it is equivalent to setting the following:

GIT_INDEX_FILE = path to index file
GIT_OBJECT_DIRECTORY = path to object directory
GIT_HEAD_FILE = path to HEAD file
GIT_REFS_DIRECTORY = path to refs directory

NAME = name
should match "name subdirectory" entry in modules file in superproject.


Perhaps instead of adding arbitrary number of .. in front of relative
path, we better use some magic, like ... for finding somewhere up?
-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC] Light-weight checkouts via ".gitlink", Jakub Narebski, (Fri Dec 8, 6:18 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Josef Weidendorfer, (Fri Dec 8, 6:54 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Josef Weidendorfer, (Fri Dec 8, 7:25 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Jakub Narebski, (Fri Dec 8, 7:53 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Josef Weidendorfer, (Fri Dec 8, 9:46 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Jakub Narebski, (Fri Dec 8, 7:24 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Josef Weidendorfer, (Fri Dec 8, 7:40 pm)