summaryrefslogtreecommitdiff
path: root/tree-walk.c
AgeCommit message (Expand)Author
2008-03-09Fix tree-walking compare_entry() in the presense of --prefixLinus Torvalds
2008-03-09Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds
2008-03-09Add return value to 'traverse_tree()' callbackLinus Torvalds
2008-03-09Make 'traverse_tree()' use linked structure rather than 'const char *base'Linus Torvalds
2008-01-07tree-walk: don't parse incorrect entriesMartin Koegler
2007-06-07War on whitespaceJunio C Hamano
2007-03-21Switch over tree descriptors to contain a pre-parsed entryLinus 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-18Avoid unnecessary strlen() callsLinus Torvalds
2007-01-09get_tree_entry: map blank requested entry to tree rootJeff King
2007-01-05Remove shadowing variable from traverse_trees()René Scharfe
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-05-31tree_entry(): new tree-walking helper functionLinus Torvalds
2006-05-29Don't use "sscanf()" for tree mode scanningLinus Torvalds
2006-04-19get_tree_entry(): make it available from tree-walkJunio C Hamano
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-03-30tree/diff header cleanup.Junio C Hamano