Thread (45 messages) flat view 45 messages, 2 authors, 2016-06-15

Re: [PATCH 02/34] Add t1510 and basic rules that run repo setup

From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:49:55

Nguyen Thai Ngoc Duy wrote:
2010/10/27 Nguyễn Thái Ngọc Duy [off-list ref]:
quoted
+# 2. .git file is relative to git_dir. .git file is basically symlink
+#    in disguise.
This is not completely followed in my tests. If .git is a true
symlink, its link is relative to .git itself. When .git is a file, it
would be more difficult to calculate path relative to .git (you can't
chdir to a file).
I'm not sure I understand:

 git init repo
 cd repo
 mv .git .git.real
 ln -s .git.real .git

The path ".git.real" is relative to "repo/", not "repo/.git/", no?
 
In other words, I don't you think you have to worry --- the test
In my tests, the link is relative to .git's parent
directory, not .git.
seems right.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help