87 Commits (5a74ce22e61ce0c8d7325b891ef1a926cf4f6154)

Author SHA1 Message Date
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 8 years ago
René Scharfe c6c08f7e9a archive: factor out helper functions for handling attributes 8 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 11 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
Junio C Hamano f858c646b5 archive.c: use OPT_BOOL() 14 years ago
Michael Haggerty d932f4eb9f Rename git_checkattr() to git_check_attr() 14 years ago
Jeff King 7b97730b76 upload-archive: allow user to turn off filters 14 years ago
Jeff King 08716b3c11 archive: refactor file extension format-guessing 14 years ago
Jeff King 56baa61d01 archive: move file extension format-guessing lower 14 years ago
Jeff King 4d7c989863 archive: pass archiver struct to write_archive callback 14 years ago
Jeff King 13e0f88d4a archive: refactor list of archive formats 14 years ago
Jeff King 2321286298 archive: reorder option parsing and config reading 14 years ago
Nguyễn Thái Ngọc Duy f0096c06bc Convert read_tree{,_recursive} to support struct pathspec 14 years ago
René Scharfe 4ad5c8044d archive: improve --verbose description 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 15 years ago
Jonathan Nieder 35039ced92 archive: abbreviate substituted commit ids again 15 years ago