]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/repository.c
Add support for blob files
authorVicent Marti <tanoku@gmail.com>
Sun, 14 Nov 2010 20:06:10 +0000 (22:06 +0200)
committerVicent Marti <tanoku@gmail.com>
Tue, 16 Nov 2010 00:59:13 +0000 (02:59 +0200)
commit237da40181daa416e25527aee35173a1cd5ad92b
treec9340f5c6b4ae99c3a871a1cf50490aec3facc6a
parent0be421994e34e2d8e200f15b64894dd0c09c4eec
Add support for blob files

Blob files can now be loaded from the repository like all the other base
Git types.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
src/blob.c [new file with mode: 0644]
src/blob.h [new file with mode: 0644]
src/git/blob.h [new file with mode: 0644]
src/repository.c