libgit2/include/git2/sys
Carlos Martín Nieto fe0c6d4e71 odb: make it clearer that the id is calculated in the frontend
The frontend is in charge of calculating the id of the objects. Thus
the backends should treat it as a read-only value. The positioning in
the function signature made it seem as though it was an output
parameter.

Make the id const and move it from the front to behind the subject
(backend or stream).
2013-08-17 01:41:08 +02:00
..
commit.h commit: make create_from_oids() accept plain oid 2013-05-05 16:48:34 +02:00
config.h Typedef git_config_level_t and use it everywhere 2013-05-24 10:35:58 -07:00
index.h Clean up some documentation 2013-07-23 09:40:19 +02:00
odb_backend.h odb: make it clearer that the id is calculated in the frontend 2013-08-17 01:41:08 +02:00
refdb_backend.h ...Aaaand this works 2013-05-30 03:47:10 +02:00
refs.h Clean up some documentation 2013-07-23 09:40:19 +02:00
repository.h repo: Add git_repository__cleanup 2013-04-24 15:52:58 +02:00