Staging
v0.8.1
https://github.com/git/git
Raw File
Tip revision: 5c415311f743ccb11a50f350ff1c385778f049d6 authored by Junio C Hamano on 25 January 2009, 20:41:09 UTC
GIT 1.6.1.1
Tip revision: 5c41531
api-object-access.txt
object access API
=================

Talk about <sha1_file.c> and <object.h> family, things like

* read_sha1_file()
* read_object_with_reference()
* has_sha1_file()
* write_sha1_file()
* pretend_sha1_file()
* lookup_{object,commit,tag,blob,tree}
* parse_{object,commit,tag,blob,tree}
* Use of object flags

(JC, Shawn, Daniel, Dscho, Linus)
back to top