summaryrefslogtreecommitdiff
path: root/tree.c
AgeCommit message (Expand)Author
2011-03-25Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy
2011-03-25Reimplement read_tree_recursive() using tree_entry_interesting()Nguyễn Thái Ngọc Duy
2009-04-20Fix off-by-one in read_tree_recursiveJohannes Schindelin
2009-04-18Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maintJunio C Hamano
2009-04-02match_tree_entry(): a pathspec only matches at directory boundariesJunio C Hamano
2009-02-11Drop double-semicolon in CJunio C Hamano
2009-02-07tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli
2008-07-15add context pointer to read_tree_recursive()René Scharfe
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-26Remove unused object-ref codeMartin Koegler
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-08-10Optimize "diff --cached" performance.Junio C Hamano
2007-06-06Merge branch 'sv/objfixes'Junio C Hamano
2007-06-06Don't assume tree entries that are not dirs are blobsSam Vilain
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-04-22Merge branch 'lt/objalloc'Junio C Hamano
2007-04-17Clean up object creation to use more common codeLinus Torvalds
2007-04-10Teach "fsck" not to follow subproject linksLinus Torvalds
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-03-21Remove "pathlen" from "struct name_entry"Linus Torvalds
2007-03-19Trivial cleanup of track_tree_refs()Linus Torvalds
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-15Make track_tree_refs void.David Rientjes
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-06-20Add specialized object allocatorLinus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-05-31tree_entry(): new tree-walking helper functionLinus Torvalds
2006-05-30Remove last vestiges of generic tree_entry_listLinus Torvalds
2006-05-30Remove unused "zeropad" entry from tree_list_entryLinus Torvalds
2006-05-30Remove "tree->entries" tree-entry list from tree parserLinus Torvalds
2006-05-30Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds
2006-05-30Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds
2006-05-30Make "struct tree" contain the pointer to the tree bufferLinus Torvalds
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen
2006-01-26Only use a single parser for tree objectsDaniel Barkalow
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano
2005-12-05struct tree: remove unused field "parent"Junio C Hamano
2005-11-29ls-tree: major rewrite to do pathspecLinus Torvalds
2005-11-15Rework object refs tracking to reduce memory usageSergey Vlasov
2005-09-11[PATCH] Add a function for getting a struct tree for an ent.Daniel Barkalow
2005-07-28git-fsck-cache: be stricter about "tree" objectsLinus Torvalds
2005-07-14Fix up read_tree() pathspec matching to use "const char **"Linus Torvalds
2005-07-14Start adding interfaces to read in partial treesLinus Torvalds
2005-06-25[PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano
2005-05-20[PATCH] delta checkNicolas Pitre
2005-05-11[PATCH] read_tree_recursive(): Fix leaksJonas Fonseca