author | Kay Sievers <kay.sievers@vrfy.org> | |
Thu, 5 May 2005 12:38:25 +0000 (14:38 +0200) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 5 May 2005 15:23:01 +0000 (08:23 -0700) | ||
commit | 8ae0a8c514dc492de8aadf3ca6bb4ad55e33960e | |
tree | 13ef1d82cc91ccc9a4a7534aa8a3cf9cd85b0b59 | tree | snapshot |
parent | 5210372fe4a2e2ec73291434e86c07345524a276 | commit | diff |
[PATCH] git and symlinks as tracked content
Allow to store and track symlink in the repository. A symlink is stored
the same way as a regular file, only with the appropriate mode bits set.
The symlink target is therefore stored in a blob object.
This will hopefully make our udev repository fully functional. :)
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Allow to store and track symlink in the repository. A symlink is stored
the same way as a regular file, only with the appropriate mode bits set.
The symlink target is therefore stored in a blob object.
This will hopefully make our udev repository fully functional. :)
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
cache.h | diff | blob | history | |
check-files.c | diff | blob | history | |
checkout-cache.c | diff | blob | history | |
diff-cache.c | diff | blob | history | |
ls-files.c | diff | blob | history | |
read-cache.c | diff | blob | history | |
update-cache.c | diff | blob | history |