33 Commits (38490dd416af41ce65eab0fc91de14009c73d606)

Author SHA1 Message Date
brian m. carlson 916bc35b29 tree-walk: convert tree entry functions to object_id 7 years ago
René Scharfe 5c377d3d59 tree-walk: convert fill_tree_descriptor() to object_id 7 years ago
David Turner 8354fa3d4c fsck: handle bad trees like other errors 8 years ago
brian m. carlson ce6663a9da tree-walk: convert tree_entry_extract() to use struct object_id 9 years ago
brian m. carlson 7d924c9139 struct name_entry: use struct object_id instead of unsigned char sha1[20] 9 years ago
David Turner d9c2bd560e do_compare_entry: use already-computed path 9 years ago
David Turner 275721c267 tree-walk: learn get_tree_entry_follow_symlinks 10 years ago
Kirill Smelkov 7146e66f08 tree-walk: finally switch over tree descriptors to contain a pre-parsed entry 11 years ago
René Scharfe 603d249853 unpack-trees: don't shift conflicts left and right 12 years ago
Nguyễn Thái Ngọc Duy d688cf07b1 tree_entry_interesting(): give meaningful names to return values 13 years ago
Nguyễn Thái Ngọc Duy 0de1633783 tree-walk.c: do not leak internal structure in tree_entry_len() 13 years ago
Junio C Hamano 2842c0f914 traverse_trees(): allow pruning with pathspec 14 years ago
Nguyễn Thái Ngọc Duy 1376e50723 grep: drop pathspec_matches() in favor of tree_entry_interesting() 14 years ago
Nguyễn Thái Ngọc Duy d38f28093e tree_entry_interesting(): support wildcard matching 14 years ago
Nguyễn Thái Ngọc Duy 48932677d6 diff-tree: convert base+baselen to writable strbuf 14 years ago
Nguyễn Thái Ngọc Duy 2c389fc8ec Move tree_entry_interesting() to tree-walk.c and export it 14 years ago
Elijah Newren dabb061fa3 tree-walk: Correct bitrotted comment about tree_entry() 15 years ago
Elijah Newren 2244eab01b tree-walk: Correct bitrotted comment about tree_entry() 15 years ago
Matthieu Moy e6c111b4c0 unpack_trees: group error messages by type 15 years ago
Linus Torvalds 91e4f03604 Make 'traverse_trees()' traverse conflicting DF entries in parallel 17 years ago
Linus Torvalds 5803c6f8a2 Add return value to 'traverse_tree()' callback 17 years ago
Linus Torvalds 40d934df72 Make 'traverse_tree()' use linked structure rather than 'const char *base' 17 years ago
Junio C Hamano b45563a229 rename: Break filepairs with different types. 17 years ago
Linus Torvalds 481f0ee60e Fix rev-list when showing objects involving submodules 17 years ago
Linus Torvalds 4d1012c370 Fix rev-list when showing objects involving submodules 17 years ago
Junio C Hamano 63daae47e5 Two trivial -Wcast-qual fixes 18 years ago
Matthieu Castet 0ab311d601 Remove stale non-static-inline prototype for tree_entry_extract() 18 years ago
Linus Torvalds 4651ece854 Switch over tree descriptors to contain a pre-parsed entry 18 years ago
Linus Torvalds 6fda5e5180 Initialize tree descriptors with a helper function rather than by hand. 18 years ago
Linus Torvalds a8c40471ab Remove "pathlen" from "struct name_entry" 18 years ago
Linus Torvalds 304de2d2d6 Avoid unnecessary strlen() calls 18 years ago
Linus Torvalds 4c068a9831 tree_entry(): new tree-walking helper function 19 years ago
Junio C Hamano 4dcff634e6 get_tree_entry(): make it available from tree-walk 19 years ago
Junio C Hamano 1b0c7174a1 tree/diff header cleanup. 19 years ago