libgit2/tests-clar/object
Russell Belfer 38eef6113d Make indexer use shared packfile open code
The indexer was creating a packfile object separately from the
code in pack.c which was a problem since I put a call to
git_mutex_init into just pack.c.  This commit updates the pack
function for creating a new pack object (i.e. git_packfile_check())
so that it can be used in both places and then makes indexer.c
use the shared initialization routine.

There are also a few minor formatting and warning message fixes.
2013-04-22 16:52:07 +02:00
..
blob Move crlf conversion into buf_text 2013-03-25 14:20:07 -07:00
commit add an index_remove_bypath that removes conflicts, renamed add_from_workdir to match 2013-01-12 13:47:56 -06:00
raw What has science done. 2013-04-22 16:50:50 +02:00
tag tag: Fix parsing when no tagger nor message 2013-03-31 14:36:51 +02:00
tree Add more treebuilder tests 2013-02-20 11:58:21 -08:00
cache.c Make indexer use shared packfile open code 2013-04-22 16:52:07 +02:00
lookup.c Remove git_object_oid2type 2012-11-29 08:22:15 -05:00
message.c message: reorganize tests 2012-10-26 21:01:58 +02:00
peel.c object: refine git_object_peel() error report 2012-12-01 08:34:29 +01:00