76 Commits (0af85f84bd6d1755b3b8559ccfd99383c2928ac3)

Author SHA1 Message Date
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
Junio C Hamano f858c646b5 archive.c: use OPT_BOOL() 13 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 14 years ago
Jonathan Nieder 35039ced92 archive: abbreviate substituted commit ids again 15 years ago
Junio C Hamano 7fb0eaa289 git_attr(): fix function signature 15 years ago
René Scharfe d5f53d6d6f archive: complain about path specs that don't match anything 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 15 years ago
René Scharfe ebfbdb340a Git archive and trailing "/" in prefix 15 years ago
Dmitry Potapov 05d3951ec9 git-archive: add '-o' as a alias for '--output' 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Nguyễn Thái Ngọc Duy ba053ea96c archive: do not read .gitattributes in working directory 16 years ago
René Scharfe 52e7787609 archive: use parseopt for local-only options 16 years ago