๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.14.2
/
tree.c
tag
8e60cbe887af4dac40bc1a70cff22ad4ab951c8f
tagger
Junio C Hamano <gitster@pobox.com>
Fri Sep 22 05:54:05 2017
object
4010f1d1b782eb7585e0e0abcefa794bd5ff29a0
Git 2.14.2
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
ยท 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by รvar Arnfjรถrรฐ Bjarmason
ยท 8 years ago
85ab50f
tree: convert read_tree to take an index parameter
by Brandon Williams
ยท 9 years ago
c251c83
object: convert parse_object* to take struct object_id
by brian m. carlson
ยท 9 years ago
a9dbc17
tree: convert parse_tree_indirect to struct object_id
by brian m. carlson
ยท 9 years ago
740ee05
Convert lookup_tree to struct object_id
by brian m. carlson
ยท 9 years ago
f26efc5
tree: convert read_tree_1 to use struct object_id internally
by brian m. carlson
ยท 9 years ago
bc83266
Convert lookup_commit* to struct object_id
by brian m. carlson
ยท 9 years ago
9ed0d8d
use QSORT
by Renรฉ Scharfe
ยท 9 years ago
99d1a98
cache: convert struct cache_entry to use struct object_id
by brian m. carlson
ยท 9 years ago
7d924c9
struct name_entry: use struct object_id instead of unsigned char sha1[20]
by brian m. carlson
ยท 10 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
ยท 10 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
ยท 10 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
ยท 10 years ago
43262d8
Merge branch 'jk/squelch-missing-link-warning-for-unreachable'
by Junio C Hamano
ยท 11 years ago
9cc2b07
add quieter versions of parse_{tree,commit}
by Jeff King
ยท 11 years ago
6a0b0b6
tree.c: update read_tree_recursive callback to pass strbuf as base
by Nguyแป n Thรกi Ngแปc Duy
ยท 11 years ago
8ff226a
add object_as_type helper for casting objects
by Jeff King
ยท 11 years ago
d36f51c
move setting of object->type to alloc_* functions
by Jeff King
ยท 11 years ago
b8f2311
Merge branch 'jk/free-tree-buffer'
by Junio C Hamano
ยท 12 years ago
b02f5ae
Merge branch 'jl/submodule-mv'
by Junio C Hamano
ยท 12 years ago
18e4f40
checkout: convert read_tree_some to take struct pathspec
by Nguyแป n Thรกi Ngแปc Duy
ยท 12 years ago
9c5e6c8
Convert "struct cache_entry *" to "const ..." wherever possible
by Nguyแป n Thรกi Ngแปc Duy
ยท 12 years ago
6e454b9
clear parsed flag when we free tree buffers
by Jeff King
ยท 13 years ago
b60e188
Strip namelen out of ce_flags into a ce_namelen field
by Thomas Gummerer
ยท 13 years ago
d688cf0
tree_entry_interesting(): give meaningful names to return values
by Nguyแป n Thรกi Ngแปc Duy
ยท 14 years ago
0de1633
tree-walk.c: do not leak internal structure in tree_entry_len()
by Nguyแป n Thรกi Ngแปc Duy
ยท 14 years ago
f0096c0
Convert read_tree{,_recursive} to support struct pathspec
by Nguyแป n Thรกi Ngแปc Duy
ยท 15 years ago
ffd31f6
Reimplement read_tree_recursive() using tree_entry_interesting()
by Nguyแป n Thรกi Ngแปc Duy
ยท 15 years ago
7183c09
Fix off-by-one in read_tree_recursive
by Johannes Schindelin
ยท 17 years ago
08e7239
Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maint
by Junio C Hamano
ยท 17 years ago
8092bfb
match_tree_entry(): a pathspec only matches at directory boundaries
by Junio C Hamano
ยท 17 years ago
ba19a80
Drop double-semicolon in C
by Junio C Hamano
ยท 17 years ago
d3bee16
tree.c: allow read_tree_recursive() to traverse gitlink entries
by Lars Hjemli
ยท 17 years ago
671f070
add context pointer to read_tree_recursive()
by Renรฉ Scharfe
ยท 17 years ago
eadbcd4
Merge branch 'mk/maint-parse-careful'
by Junio C Hamano
ยท 18 years ago
7914053
Remove unused object-ref code
by Martin Koegler
ยท 18 years ago
7a51ed6
Make on-disk index representation separate from in-core one
by Linus Torvalds
ยท 18 years ago
af3785d
Optimize "diff --cached" performance.
by Junio C Hamano
ยท 18 years ago
d44c782
Merge branch 'sv/objfixes'
by Junio C Hamano
ยท 19 years ago
e2ac7cb
Don't assume tree entries that are not dirs are blobs
by Sam Vilain
ยท 19 years ago
302b928
rename dirlink to gitlink.
by Martin Waitz
ยท 19 years ago
42c4b58
Merge branch 'lt/objalloc'
by Junio C Hamano
ยท 19 years ago
100c5f3
Clean up object creation to use more common code
by Linus Torvalds
ยท 19 years ago
8d9721c
Teach "fsck" not to follow subproject links
by Linus Torvalds
ยท 19 years ago
6fda5e5
Initialize tree descriptors with a helper function rather than by hand.
by Linus Torvalds
ยท 19 years ago
a8c4047
Remove "pathlen" from "struct name_entry"
by Linus Torvalds
ยท 19 years ago
c711a21
Trivial cleanup of track_tree_refs()
by Linus Torvalds
ยท 19 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
ยท 19 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
ยท 19 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
ยท 19 years ago
74b504f
Make track_tree_refs void.
by David Rientjes
ยท 19 years ago
1974632
Remove TYPE_* constant macros and use object_type enums consistently.
by Linus Torvalds
ยท 19 years ago
855419f
Add specialized object allocator
by Linus Torvalds
ยท 19 years ago
885a86a
Shrink "struct object" a bit
by Linus Torvalds
ยท 20 years ago
4c068a9
tree_entry(): new tree-walking helper function
by Linus Torvalds
ยท 20 years ago
15b5536
Remove last vestiges of generic tree_entry_list
by Linus Torvalds
ยท 20 years ago
3bc1eca
Remove unused "zeropad" entry from tree_list_entry
by Linus Torvalds
ยท 20 years ago
2d9c58c
Remove "tree->entries" tree-entry list from tree parser
by Linus Torvalds
ยท 20 years ago
0790a42
Switch "read_tree_recursive()" over to tree-walk functionality
by Linus Torvalds
ยท 20 years ago
3a7c352
Make "tree_entry" have a SHA1 instead of a union of object pointers
by Linus Torvalds
ยท 20 years ago
136f2e5
Make "struct tree" contain the pointer to the tree buffer
by Linus Torvalds
ยท 20 years ago
90321c1
Replace xmalloc+memset(0) with xcalloc.
by Peter Eriksen
ยท 20 years ago
521698b
Only use a single parser for tree objects
by Daniel Barkalow
ยท 20 years ago
8f1d2e6
[PATCH] Compilation: zero-length array declaration.
by Junio C Hamano
ยท 20 years ago
18d1e70
struct tree: remove unused field "parent"
by Junio C Hamano
ยท 20 years ago
3c5e846
ls-tree: major rewrite to do pathspec
by Linus Torvalds
ยท 20 years ago
4a4e6fd
Rework object refs tracking to reduce memory usage
by Sergey Vlasov
ยท 20 years ago
77675e2
[PATCH] Add a function for getting a struct tree for an ent.
by Daniel Barkalow
ยท 20 years ago
6407180
git-fsck-cache: be stricter about "tree" objects
by Linus Torvalds
ยท 20 years ago
3e58763
Fix up read_tree() pathspec matching to use "const char **"
by Linus Torvalds
ยท 20 years ago
0ca14a5
Start adding interfaces to read in partial trees
by Linus Torvalds
ยท 20 years ago
b155725
[PATCH] Fix oversimplified optimization for add_cache_entry().
by Junio C Hamano
ยท 20 years ago
5d6ccf5
[PATCH] Anal retentive 'const unsigned char *sha1'
by Jason McMullan
ยท 21 years ago
6af1f01
[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"
by Junio C Hamano
ยท 21 years ago
d1af002
[PATCH] delta check
by Nicolas Pitre
ยท 21 years ago
1c9da46
[PATCH] read_tree_recursive(): Fix leaks
by Jonas Fonseca
ยท 21 years ago
192268c
Add git-update-cache --replace option.
by Junio C Hamano
ยท 21 years ago
bd2c39f
[PATCH] don't load and decompress objects twice with parse_object()
by Nicolas Pitre
ยท 21 years ago
42ea9cb
Be more careful about tree entry modes.
by Linus Torvalds
ยท 21 years ago
13019d4
[PATCH] Fix memory leaks in git-fsck-cache
by Sergey Vlasov
ยท 21 years ago
8500349
Make fsck-cache do better tree checking.
by Linus Torvalds
ยท 21 years ago
812666c
[PATCH] introduce xmalloc and xrealloc
by Christopher Li
ยท 21 years ago
235ac40
Don't add references to objects we couldn't find.
by Linus Torvalds
ยท 21 years ago
c35dfe8
Verify that the object type matches for tree/commit objects even before parsing.
by Linus Torvalds
ยท 21 years ago
d32987b
Set object type at object creation time, not object parse time.
by Linus Torvalds
ยท 21 years ago
0869216
[PATCH] Parse tree objects completely
by Daniel Barkalow
ยท 21 years ago
94537c7
Move "read_tree()" to "tree.c" to be used as a generic helper function.
by Linus Torvalds
ยท 21 years ago
175785e
[PATCH] Implementations of parsing functions
by Daniel Barkalow
ยท 21 years ago