]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/technical/api-object-access.txt
Git 2.24-rc1
[thirdparty/git.git] / Documentation / technical / api-object-access.txt
CommitLineData
530e741c
JH
1object access API
2=================
3
fc1395f4 4Talk about <sha1-file.c> and <object.h> family, things like
530e741c
JH
5
6* read_sha1_file()
7* read_object_with_reference()
8* has_sha1_file()
9* write_sha1_file()
829e5c3b 10* pretend_object_file()
530e741c
JH
11* lookup_{object,commit,tag,blob,tree}
12* parse_{object,commit,tag,blob,tree}
13* Use of object flags
14
15(JC, Shawn, Daniel, Dscho, Linus)