Sign in
googlers
/
jrn
/
git
/
940283101ce87250cf31a592730386f5061e1286
/
cache-tree.c
99d1a98
cache: convert struct cache_entry to use struct object_id
by brian m. carlson
· 9 years ago
6d6a782
cache-tree: do not generate empty trees as a result of all i-t-a subentries
by Nguyễn Thái Ngọc Duy
· 9 years ago
c041d54
cache-tree.c: fix i-t-a entry skipping directory updates sometimes
by Nguyễn Thái Ngọc Duy
· 9 years ago
7d924c9
struct name_entry: use struct object_id instead of unsigned char sha1[20]
by brian m. carlson
· 9 years ago
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
· 9 years ago
96ffc06
convert trivial cases to FLEX_ARRAY macros
by Jeff King
· 9 years ago
cc14ea8
Merge branch 'nd/ita-cleanup'
by Junio C Hamano
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
895ff3b
add and use a convenience macro ce_intent_to_add()
by Nguyễn Thái Ngọc Duy
· 10 years ago
d23a511
cache-tree: introduce write_index_as_tree()
by Paul Tan
· 10 years ago
e44da1b
Merge branch 'jk/cache-tree-protect-from-broken-libgit2'
by Junio C Hamano
· 10 years ago
729dbbd
cache-tree: avoid infinite loop on zero-entry tree
by Jeff King
· 10 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 10 years ago
3fd13cb
Merge branch 'dt/cache-tree-repair'
by Junio C Hamano
· 11 years ago
4ed115e
cache-tree: do not try to use an invalidated subtree info to build a tree
by Junio C Hamano
· 11 years ago
aecf567
cache-tree: create/update cache-tree on checkout
by David Turner
· 11 years ago
e6c286e
cache-tree: mark istate->cache_changed on prime_cache_tree()
by Nguyễn Thái Ngọc Duy
· 11 years ago
d0cfc3e
cache-tree: mark istate->cache_changed on cache tree update
by Nguyễn Thái Ngọc Duy
· 11 years ago
a5400ef
cache-tree: mark istate->cache_changed on cache tree invalidation
by Nguyễn Thái Ngọc Duy
· 11 years ago
03b8664
read-cache: new API write_locked_index instead of write_index/write_cache
by Nguyễn Thái Ngọc Duy
· 11 years ago
6f75e48
Merge branch 'rm/strchrnul-not-strlen'
by Junio C Hamano
· 11 years ago
da2e057
Merge branch 'mh/simplify-cache-tree-find'
by Junio C Hamano
· 11 years ago
2c5495f
use strchrnul() in place of strchr() and strlen()
by Rohit Mani
· 11 years ago
3491047
cache_tree_find(): use path variable when passing over slashes
by Michael Haggerty
· 11 years ago
8b7e5f7
cache_tree_find(): remove early return
by Michael Haggerty
· 11 years ago
03b0403
cache_tree_find(): remove redundant check
by Michael Haggerty
· 11 years ago
79192b8
cache_tree_find(): fix comment formatting
by Michael Haggerty
· 11 years ago
17e22dd
cache_tree_find(): find the end of path component using strchrnul()
by Michael Haggerty
· 11 years ago
72c378d
cache_tree_find(): remove redundant checks
by Michael Haggerty
· 11 years ago
bcc7a03
cache-tree.c: use ALLOC_GROW() in find_subtree()
by Dmitry S. Dolzhenko
· 11 years ago
9c5e6c8
Convert "struct cache_entry *" to "const ..." wherever possible
by Nguyễn Thái Ngọc Duy
· 12 years ago
eec3e7e
cache-tree: invalidate i-t-a paths after generating trees
by Nguyễn Thái Ngọc Duy
· 12 years ago
3cf773e
cache-tree: fix writing cache-tree when CE_REMOVE is present
by Nguyễn Thái Ngọc Duy
· 12 years ago
386cc8b
cache-tree: replace "for" loops in update_one with "while" loops
by Nguyễn Thái Ngọc Duy
· 12 years ago
dbc3904
cache-tree: remove dead i-t-a code in verify_cache()
by Nguyễn Thái Ngọc Duy
· 12 years ago
a784482
Merge branch 'nd/cache-tree-api-refactor'
by Junio C Hamano
· 13 years ago
44a1020
Merge branch 'jc/maint-commit-ignore-i-t-a'
by Junio C Hamano
· 13 years ago
e859c69
cache-tree: update API to take abitrary flags
by Nguyễn Thái Ngọc Duy
· 13 years ago
3f6d56d
commit: ignore intent-to-add entries instead of refusing
by Junio C Hamano
· 13 years ago
996277c
Refactor cache_tree_update idiom from commit
by Thomas Rast
· 13 years ago
e92fa51
cache_tree_free: Fix small memory leak
by Elijah Newren
· 15 years ago
b6b56ac
write-tree: Avoid leak when index refers to an invalid object
by Jonathan Nieder
· 15 years ago
a388373
Improve on the 'invalid object' error message at commit time
by Linus Torvalds
· 16 years ago
b65982b
Optimize "diff-index --cached" using cache-tree
by Junio C Hamano
· 16 years ago
b87fc96
cache-tree.c::cache_tree_find(): simplify internal API
by Junio C Hamano
· 16 years ago
d11b8d3
write-tree --ignore-cache-tree
by Junio C Hamano
· 16 years ago
b9d37a5
Move prime_cache_tree() to cache-tree.c
by Junio C Hamano
· 16 years ago
331fcb5
git add --intent-to-add: do not let an empty blob be committed by accident
by Junio C Hamano
· 16 years ago
7ba04d9
cache-tree.c: make cache_tree_find() static
by Nanako Shiraishi
· 17 years ago
31c6390
Merge branch 'maint-1.5.4' into maint
by Junio C Hamano
· 17 years ago
edae5f0
write-tree: properly detect failure to write tree objects
by Junio C Hamano
· 17 years ago
c21fdf3
Merge branch 'jc/error-message-in-cherry-pick'
by Junio C Hamano
· 17 years ago
45525bd
Make error messages from cherry-pick/revert more sensible
by Junio C Hamano
· 17 years ago
7a51ed6
Make on-disk index representation separate from in-core one
by Linus Torvalds
· 17 years ago
1dffb8f
Small cache_tree_write refactor.
by Pierre Habouzit
· 17 years ago
ba3ed09
Now that cache.h needs strbuf.h, remove useless includes.
by Pierre Habouzit
· 17 years ago
f1696ee
Strbuf API extensions and fixes.
by Pierre Habouzit
· 18 years ago
5242bcb
Use strbuf API in cache-tree.c
by Pierre Habouzit
· 18 years ago
63daae4
Two trivial -Wcast-qual fixes
by Junio C Hamano
· 18 years ago
302b928
rename dirlink to gitlink.
by Martin Waitz
· 18 years ago
f35a6d3
Teach core object handling functions about gitlinks
by Linus Torvalds
· 18 years ago
3d12d0c
Catch errors when writing an index that contains invalid objects.
by Johannes Sixt
· 18 years ago
4903161
Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"
by Junio C Hamano
· 18 years ago
abdc3fc
Add hash_sha1_file()
by Rene Scharfe
· 18 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
· 19 years ago
b0121fb
Merge branch 'jc/gitlink' into next
by Junio C Hamano
· 19 years ago
00703e6
cache-tree: a bit more debugging support.
by Junio C Hamano
· 19 years ago
6bd2035
write-tree: --prefix=<path>
by Junio C Hamano
· 19 years ago
0111ea3
cache-tree: replace a sscanf() by two strtol() calls
by Johannes Schindelin
· 19 years ago
7bc70a5
cache-tree.c: typefix
by Junio C Hamano
· 19 years ago
2956dd3
cache_tree_update: give an option to update cache-tree only.
by Junio C Hamano
· 19 years ago
7927a55
read-tree: teach 1-way merege and plain read to prime cache-tree.
by Junio C Hamano
· 19 years ago
61fa309
cache-tree: sort the subtree entries.
by Junio C Hamano
· 19 years ago
bad68ec
index: make the index file format extensible.
by Junio C Hamano
· 19 years ago
dd0c34c
cache-tree: protect against "git prune".
by Junio C Hamano
· 19 years ago
7498646
Add cache-tree.
by Junio C Hamano
· 19 years ago