repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Git 2.20
[git/debian.git]
/
Documentation
/
technical
/
api-object-access.txt
blob
5b29622d00ea61808176a27bdc2a86971d297749
1
object access API
2
=================
3
4
Talk about <sha1-file.c> and <object.h> family, things like
5
6
* read_sha1_file()
7
* read_object_with_reference()
8
* has_sha1_file()
9
* write_sha1_file()
10
* pretend_object_file()
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)