34 Commits (2638e33c825eb56260ad53be6b45bf31c1897ce9)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy e092073d64 tree.c: make read_tree*() take 'struct repository *' 6 years ago
Torsten Bögershausen ca473cef91 Upcast size_t variables to uintmax_t when printing 6 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
brian m. carlson df46d77e00 tree: convert read_tree_recursive to struct object_id 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson a9b5f5bfd5 builtin/ls-tree: convert to struct object_id 8 years ago
Brandon Williams e1e24edc1a ls-tree: convert show_recursive to use the pathspec struct interface 8 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
Nguyễn Thái Ngọc Duy 5c6cb9888d ls-tree: disable negative pathspec because it's not supported 10 years ago
Nguyễn Thái Ngọc Duy 1cf9952db2 ls-tree: remove path filtering logic in show_tree 10 years ago
Nguyễn Thái Ngọc Duy 6a0b0b6de9 tree.c: update read_tree_recursive callback to pass strbuf as base 10 years ago
Nguyễn Thái Ngọc Duy 854b09592c pathspec: rename match_pathspec_depth() to match_pathspec() 11 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Nguyễn Thái Ngọc Duy 93d9353716 parse_pathspec: accept :(icase)path syntax 12 years ago
Nguyễn Thái Ngọc Duy bd30c2e484 pathspec: support :(glob) syntax 12 years ago
Nguyễn Thái Ngọc Duy b3920bbdc5 rename field "raw" to "_raw" in struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 0fdc2ae512 convert some get_pathspec() calls to parse_pathspec() 12 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 12 years ago
Nguyễn Thái Ngọc Duy 170260ae90 pathspec: save the non-wildcard length part 12 years ago
Nguyễn Thái Ngọc Duy 373f922174 i18n: ls-tree: mark parseopt strings for translation 13 years ago
Jon Seymour 04f89259a6 Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails. 14 years ago
Junio C Hamano 33e0f62ba9 pathspec: rename per-item field has_wildcard to use_wildcard 14 years ago
Nguyễn Thái Ngọc Duy f0096c06bc Convert read_tree{,_recursive} to support struct pathspec 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 14 years ago
Junio C Hamano b294ed637d ls-tree $di $dir: do not mistakenly recurse into directories 15 years ago
Erik Faye-Lund 531e758d9c ls: remove redundant logic 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Stephen Boyd 61fdbcf98b ls-tree: migrate to parse-options 15 years ago
Alex Riesen e392a85236 Produce a nicer output in case of sha1_object_info failures in ls-tree -l 16 years ago
Lars Hjemli d3bee161fe tree.c: allow read_tree_recursive() to traverse gitlink entries 16 years ago
Nanako Shiraishi e1a5977407 Document git-ls-tree --full-tree 16 years ago
Junio C Hamano d4789c60aa ls-tree: add --full-tree option 16 years ago
Anders Melchiorsen 7d0b18a4da Add output flushing before fork() 17 years ago
René Scharfe 671f070721 add context pointer to read_tree_recursive() 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Pierre Habouzit 663af3422a Full rework of quote_c_style and write_name_quoted. 18 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
Jakub Narebski a5bbda8b7b Add an option to git-ls-tree to display also the size of blob 18 years ago
Linus Torvalds f35a6d3bce Teach core object handling functions about gitlinks 18 years ago
Junio C Hamano 1968d77dd6 prefixcmp(): fix-up leftover strncmp(). 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Linus Torvalds 2d9c58c69d Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds 097dc3d8c3 Remove "tree->entries" tree-entry list from tree parser 19 years ago
Peter Eriksen aae01bda7f Builtin git-ls-tree. 19 years ago