index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache-tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree: add repository argument to lookup_tree
Stefan Beller
2018-06-29
1
-1
/
+2
*
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-0
/
+1
|
\
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
cache-tree: use is_empty_tree_oid
brian m. carlson
2018-05-02
1
-1
/
+1
*
|
cache: add a function to read an object ID from a buffer
brian m. carlson
2018-05-02
1
-1
/
+1
|
/
*
cache-tree: convert remnants to struct object_id
brian m. carlson
2018-03-14
1
-14
/
+15
*
cache-tree: convert write_*_as_tree to object_id
brian m. carlson
2018-03-14
1
-5
/
+5
*
Merge branch 'po/object-id'
Junio C Hamano
2018-02-15
1
-8
/
+8
|
\
|
*
sha1_file: convert write_sha1_file to object_id
Patryk Obara
2018-01-30
1
-2
/
+3
|
*
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
2018-01-30
1
-6
/
+5
*
|
Merge branch 'sg/cocci-move-array'
Junio C Hamano
2018-02-13
1
-3
/
+2
|
\
\
|
*
|
Use MOVE_ARRAY
SZEDER Gábor
2018-01-22
1
-3
/
+2
|
|
/
*
|
Merge branch 'tg/split-index-fixes'
Junio C Hamano
2018-02-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
read-cache: fix reading the shared index for other repos
Thomas Gummerer
2018-01-19
1
-1
/
+1
*
|
Merge branch 'ma/lockfile-fixes'
Junio C Hamano
2017-11-06
1
-8
/
+4
|
\
\
|
|
/
|
/
|
|
*
cache-tree: simplify locking logic
Martin Ågren
2017-10-06
1
-8
/
+4
*
|
cleanup: fix possible overflow errors in binary search
Derrick Stolee
2017-10-10
1
-1
/
+1
|
/
*
stop leaking lock structs in some simple cases
Jeff King
2017-09-06
1
-10
/
+4
*
write_index_as_tree: cleanup tempfile on error
Jeff King
2017-09-06
1
-8
/
+15
*
use MOVE_ARRAY
René Scharfe
2017-07-17
1
-3
/
+2
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-16
/
+17
|
\
|
*
Convert lookup_tree to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
|
*
Convert struct cache_tree to use struct object_id
brian m. carlson
2017-05-02
1
-15
/
+16
*
|
cache-tree: reject entries with null sha1
Jeff King
2017-04-24
1
-1
/
+3
|
/
*
cache: convert struct cache_entry to use struct object_id
brian m. carlson
2016-09-07
1
-2
/
+2
*
cache-tree: do not generate empty trees as a result of all i-t-a subentries
Nguyễn Thái Ngọc Duy
2016-07-18
1
-1
/
+9
*
cache-tree.c: fix i-t-a entry skipping directory updates sometimes
Nguyễn Thái Ngọc Duy
2016-07-18
1
-2
/
+2
*
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
1
-2
/
+2
*
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-3
/
+1
|
\
|
*
convert trivial cases to FLEX_ARRAY macros
Jeff King
2016-02-22
1
-3
/
+1
*
|
Merge branch 'nd/ita-cleanup'
Junio C Hamano
2016-01-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
add and use a convenience macro ce_intent_to_add()
Nguyễn Thái Ngọc Duy
2015-09-07
1
-1
/
+1
*
|
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-1
/
+1
*
|
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-1
/
+1
*
|
cache-tree: introduce write_index_as_tree()
Paul Tan
2015-08-05
1
-12
/
+17
|
/
*
Merge branch 'jk/cache-tree-protect-from-broken-libgit2'
Junio C Hamano
2014-11-06
1
-0
/
+2
|
\
|
*
cache-tree: avoid infinite loop on zero-entry tree
Jeff King
2014-10-30
1
-0
/
+2
*
|
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
2014-10-01
1
-0
/
+1
*
|
Merge branch 'dt/cache-tree-repair'
Junio C Hamano
2014-09-11
1
-2
/
+17
|
\
\
|
|
/
|
/
|
|
*
cache-tree: do not try to use an invalidated subtree info to build a tree
Junio C Hamano
2014-09-03
1
-1
/
+6
|
*
cache-tree: create/update cache-tree on checkout
David Turner
2014-07-07
1
-1
/
+11
*
|
cache-tree: mark istate->cache_changed on prime_cache_tree()
Nguyễn Thái Ngọc Duy
2014-06-13
1
-4
/
+5
*
|
cache-tree: mark istate->cache_changed on cache tree update
Nguyễn Thái Ngọc Duy
2014-06-13
1
-14
/
+11
*
|
cache-tree: mark istate->cache_changed on cache tree invalidation
Nguyễn Thái Ngọc Duy
2014-06-13
1
-4
/
+11
*
|
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
2014-06-13
1
-2
/
+1
|
/
*
Merge branch 'rm/strchrnul-not-strlen'
Junio C Hamano
2014-03-18
1
-4
/
+3
|
\
|
*
use strchrnul() in place of strchr() and strlen()
Rohit Mani
2014-03-10
1
-9
/
+6
*
|
Merge branch 'mh/simplify-cache-tree-find'
Junio C Hamano
2014-03-18
1
-10
/
+7
|
\
\
|
*
|
cache_tree_find(): use path variable when passing over slashes
Michael Haggerty
2014-03-05
1
-2
/
+3
|
*
|
cache_tree_find(): remove early return
Michael Haggerty
2014-03-05
1
-2
/
+0
[next]