Documentation / technical / api-object-access.txton commit gitweb: Make use of the $git_dir variable at sub git_get_project_url_list (201945e)
   1object access API
   2=================
   3
   4Talk 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_sha1_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)