67 Commits (697bd2871cd04357ced89b962d39eb685dab47ca)

Author SHA1 Message Date
Jeff King a5481a6c94 convert "enum date_mode" into a struct 9 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 10 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 11 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 11 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 12 years ago
Nguyễn Thái Ngọc Duy 0012a3873b i18n: archive: mark parseopt strings for translation 12 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() 13 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 14 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' 15 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
Carlos Manuel Duclos Vergara aec0c1bbfb git-archive: add --output=<file> to send output to a file 16 years ago
Lars Hjemli d3bee161fe tree.c: allow read_tree_recursive() to traverse gitlink entries 16 years ago
Charles Bailey ddff856351 git-archive: work in bare repos 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Nanako Shiraishi 120a385afb archive.c: make archiver static 16 years ago
Jeff King d36f8679e9 pretty=format: respect date format options 16 years ago
Rene Scharfe 4fac1d3a98 archive: allow --exec and --remote without equal sign 16 years ago
Rene Scharfe f15f736d38 archive: declare struct archiver where it's needed 17 years ago
Rene Scharfe c088543553 archive: move parameter parsing code to archive.c 17 years ago