libgit2/tests/object
Carlos Martín Nieto 9464f9ebc1 Introduce a function to create a tree based on a different one
Instead of going through the usual steps of reading a tree recursively
into an index, modifying it and writing it back out as a tree, introduce
a function to perform simple updates more efficiently.

`git_tree_create_updated` avoids reading trees which are not modified
and supports upsert and delete operations. It is not as versatile as
modifying the index, but it makes some common operations much more
efficient.
2016-05-17 17:41:05 +02:00
..
blob blob: remove _fromchunks() 2016-03-22 20:00:25 +01:00
commit message: don't assume the comment char 2014-05-18 10:06:49 +02:00
raw Factor 40 and 41 constants from source. 2014-09-16 13:07:04 +02:00
tag tag: ignore extra header fields 2016-04-25 12:18:32 +02:00
tree Introduce a function to create a tree based on a different one 2016-05-17 17:41:05 +02:00
cache.c Win32: Fix object::cache::threadmania test on x64 2014-06-07 12:51:48 -04:00
lookup.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
lookupbypath.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
message.c message: don't assume the comment char 2014-05-18 10:06:49 +02:00
peel.c peel: reject bad queries with EINVALIDSPEC 2014-11-22 18:55:22 +01:00
shortid.c Add failing test for git_object_short_id 2014-03-10 11:35:14 -07:00