101 Commits (4d168e742a39b5e647ab8d2408cd5c0062ac35f4)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy b612ee202a archive.c: avoid access to the_index 6 years ago
Nguyễn Thái Ngọc Duy c4500e251f attr: remove index from git_attr_set_direction() 6 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 6 years ago
Nguyễn Thái Ngọc Duy 7f944e264e convert.c: remove an implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 7a400a2c02 attr: remove an implicit dependency on the_index 6 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Nguyễn Thái Ngọc Duy 3e4a67b47d Use OPT_SET_INT_F() for cmdline option specification 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson 916bc35b29 tree-walk: convert tree entry functions to object_id 7 years ago
brian m. carlson e5ec981a4b archive: convert sha1_file_to_archive to struct object_id 7 years ago
brian m. carlson 015ff4f822 archive: convert write_archive_entry_fn_t to object_id 7 years ago
brian m. carlson df46d77e00 tree: convert read_tree_recursive to struct object_id 7 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 7 years ago
René Scharfe 4318094047 archive: don't add empty directories to archives 7 years ago
René Scharfe 5ff247ac0c archive: don't queue excluded directories 7 years ago
René Scharfe c6c08f7e9a archive: factor out helper functions for handling attributes 7 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 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 bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Junio C Hamano 2aef63d31c attr: convert git_check_attrs() callers to use the new API 8 years ago
Junio C Hamano 7bd18054d2 attr: rename function and struct related to checking attributes 8 years ago
Junio C Hamano eb0224c617 archive: read local configuration 8 years ago
Vasco Almeida 5a36d00cf2 i18n: archive: mark errors for translation 9 years ago
Junio C Hamano ed6e8038f9 pathspec: rename free_pathspec() to clear_pathspec() 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King c7ab0ba340 avoid sprintf and strcpy with flex arrays 9 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Michael Haggerty fb58c8d507 refs: move the remaining ref module declarations to refs.h 10 years ago
brian m. carlson 13609673c4 archive.c: convert to use struct object_id 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 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 ed22b4173b archive: support filtering paths with glob 10 years ago
Tanay Abhra 95790ff60d archive.c: replace `git_config()` with `git_config_get_bool()` family 11 years ago
Rohit Mani 2c5495f7b6 use strchrnul() in place of strchr() and strlen() 11 years ago
Scott J. Goldman 7671b63211 add uploadarchive.allowUnreachable option 11 years ago
Junio C Hamano b1cdfb54f1 archive.c: have SP around arithmetic operators 11 years ago
Nguyễn Thái Ngọc Duy f3e743a0d9 archive: convert to use 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
Jeff King bd54cf17a4 archive: handle commits with an empty tree 12 years ago
Jean-Noël AVILA 94bc671a1f Add directory pattern matching to attributes 12 years ago
Nguyễn Thái Ngọc Duy b0ff96547e Reduce translations by using same terminologies 13 years ago
Nguyễn Thái Ngọc Duy 0012a3873b i18n: archive: mark parseopt strings for translation 13 years ago
René Scharfe c51a351a6b archive: simplify refname handling 13 years ago
Nguyễn Thái Ngọc Duy 9cb513b798 archive: delegate blob reading to backend 13 years ago
Carlos Martín Nieto 0f544ee897 archive: re-allow HEAD:Documentation on a remote invocation 13 years ago
Jeff King ee27ca4a78 archive: don't let remote clients get unreachable commits 13 years ago