index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
2018-08-03
1
-3
/
+1
|
\
|
*
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
2018-07-03
1
-3
/
+1
*
|
tree: allow lookup_tree to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-5
/
+5
*
|
commit: add repository argument to lookup_commit
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
tree: add repository argument to lookup_tree
Stefan Beller
2018-06-29
1
-2
/
+2
*
|
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
object: add repository argument to lookup_object
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-2
/
+3
*
|
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
*
|
|
Merge branch 'sb/object-store-alloc'
Junio C Hamano
2018-06-25
1
-1
/
+3
|
\
|
|
|
|
/
|
/
|
|
*
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
2018-05-16
1
-0
/
+1
|
*
alloc: add repository argument to alloc_tree_node
Stefan Beller
2018-05-09
1
-1
/
+1
|
*
object: add repository argument to create_object
Stefan Beller
2018-05-09
1
-1
/
+2
*
|
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
2018-05-23
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
treewide: replace maybe_tree with accessor methods
Derrick Stolee
2018-04-11
1
-2
/
+2
|
*
treewide: rename tree to maybe_tree
Derrick Stolee
2018-04-11
1
-2
/
+2
*
|
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
|
tree: convert read_tree_recursive to struct object_id
brian m. carlson
2018-03-14
1
-7
/
+7
|
/
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-2
/
+1
|
\
|
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
*
|
tree: convert read_tree to take an index parameter
Brandon Williams
2017-06-13
1
-10
/
+18
|
/
*
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
*
tree: convert parse_tree_indirect to struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
*
Convert lookup_tree to struct object_id
brian m. carlson
2017-05-08
1
-4
/
+4
*
tree: convert read_tree_1 to use struct object_id internally
brian m. carlson
2017-05-08
1
-4
/
+4
*
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
use QSORT
René Scharfe
2016-09-30
1
-2
/
+1
*
cache: convert struct cache_entry to use struct object_id
brian m. carlson
2016-09-07
1
-1
/
+1
*
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
1
-5
/
+5
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-2
/
+2
*
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-3
/
+3
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-2
/
+2
*
Merge branch 'jk/squelch-missing-link-warning-for-unreachable'
Junio C Hamano
2015-06-11
1
-2
/
+3
|
\
|
*
add quieter versions of parse_{tree,commit}
Jeff King
2015-06-01
1
-2
/
+3
*
|
tree.c: update read_tree_recursive callback to pass strbuf as base
Nguyễn Thái Ngọc Duy
2014-12-01
1
-5
/
+11
|
/
*
add object_as_type helper for casting objects
Jeff King
2014-07-14
1
-8
/
+1
*
move setting of object->type to alloc_* functions
Jeff King
2014-07-14
1
-1
/
+1
*
Merge branch 'jk/free-tree-buffer'
Junio C Hamano
2013-09-17
1
-0
/
+8
|
\
|
*
clear parsed flag when we free tree buffers
Jeff King
2013-06-06
1
-0
/
+8
*
|
Merge branch 'jl/submodule-mv'
Junio C Hamano
2013-09-09
1
-2
/
+2
|
\
\
|
*
|
checkout: convert read_tree_some to take struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-2
/
+2
|
|
/
*
/
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
2013-07-09
1
-1
/
+1
|
/
*
Strip namelen out of ce_flags into a ce_namelen field
Thomas Gummerer
2012-07-11
1
-3
/
+4
*
tree_entry_interesting(): give meaningful names to return values
Nguyễn Thái Ngọc Duy
2011-10-27
1
-4
/
+5
*
tree-walk.c: do not leak internal structure in tree_entry_len()
Nguyễn Thái Ngọc Duy
2011-10-27
1
-1
/
+1
*
Convert read_tree{,_recursive} to support struct pathspec
Nguyễn Thái Ngọc Duy
2011-03-25
1
-9
/
+4
*
Reimplement read_tree_recursive() using tree_entry_interesting()
Nguyễn Thái Ngọc Duy
2011-03-25
1
-95
/
+57
*
Fix off-by-one in read_tree_recursive
Johannes Schindelin
2009-04-20
1
-0
/
+1
*
Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maint
Junio C Hamano
2009-04-18
1
-2
/
+6
|
\
[next]