Skip to content
This repository was archived by the owner on Apr 19, 2018. It is now read-only.

Conversation

@kouno
Copy link

@kouno kouno commented Oct 3, 2012

@kouno
Copy link
Author

kouno commented Nov 14, 2012

@randx, Any update on this?

@dzaporozhets
Copy link

@kouno Sorry but i dont tested it yet

@riyad
Copy link

riyad commented Nov 15, 2012

Would this also fix Blob#data for symlinks not showing the linked file's content but the path to the linked file?

@kouno
Copy link
Author

kouno commented Nov 20, 2012

No, it doesn't. And as far as I know, that's how git is supposed to work. It never was intended to store the content of the file linked. I wonder if I can find a symlink on github to back this up, but here is what stackoverflow states:

http://stackoverflow.com/questions/954560/what-does-git-do-to-files-that-are-a-symbolic-link

git just stores the contents of the link (i.e. the path of the file system object that it links to) in a 'blob' just like it would for a normal file.

@riyad
Copy link

riyad commented Nov 20, 2012

If it's expected behavior, it's OK. I just wasn't sure.
I think I recently came across such a case on GitHub, where also just the path to the linked file was displayed as Blob data ... but I can't remember where. :(

dzaporozhets added a commit that referenced this pull request Feb 25, 2013
Fixes symlinks omission from diff.
@dzaporozhets dzaporozhets merged commit 9e98418 into gitlabhq:master Feb 25, 2013
@dzaporozhets
Copy link

thank you

dzaporozhets added a commit that referenced this pull request Oct 9, 2014
Ensure timeout restored

Fixes #7

See merge request !7
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants