summaryrefslogtreecommitdiff
path: root/archive.c
AgeCommit message (Expand)Author
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-06-29convert "enum date_mode" into a structJeff King
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-03-14archive.c: convert to use struct object_idbrian m. carlson
2015-01-14standardize usage info string formatAlex Henrie
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy
2014-10-08Merge branch 'nd/archive-pathspec'Junio C Hamano
2014-09-22archive: support filtering paths with globNguyễn Thái Ngọc Duy
2014-08-07archive.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra
2014-03-18Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani
2014-02-28add uploadarchive.allowUnreachable optionScott J. Goldman
2013-10-16archive.c: have SP around arithmetic operatorsJunio C Hamano
2013-07-15archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-03-11archive: handle commits with an empty treeJeff King
2012-12-18Add directory pattern matching to attributesJean-Noël AVILA
2012-08-22Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy
2012-08-20i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-05-23Merge branch 'rs/archive-tree-in-tip-simplify'Junio C Hamano
2012-05-18archive: simplify refname handlingRené Scharfe
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy
2012-01-13Merge branch 'jk/maint-upload-archive'Junio C Hamano
2012-01-12archive: re-allow HEAD:Documentation on a remote invocationCarlos Martín Nieto
2011-12-14Merge branch 'jk/maint-upload-archive'Junio C Hamano
2011-11-21Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archiveJunio C Hamano
2011-11-21archive: don't let remote clients get unreachable commitsJeff King
2011-09-28archive.c: use OPT_BOOL()Junio C Hamano
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty
2011-06-22upload-archive: allow user to turn off filtersJeff King
2011-06-22archive: refactor file extension format-guessingJeff King
2011-06-22archive: move file extension format-guessing lowerJeff King
2011-06-22archive: pass archiver struct to write_archive callbackJeff King
2011-06-22archive: refactor list of archive formatsJeff King
2011-06-15archive: reorder option parsing and config readingJeff King
2011-03-25Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy
2010-11-15archive: improve --verbose descriptionRené Scharfe
2010-11-15add description parameter to OPT__VERBOSERené Scharfe
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-07-27archive: abbreviate substituted commit ids againJonathan Nieder
2010-01-21Merge branch 'jc/conflict-marker-size'Junio C Hamano
2010-01-17git_attr(): fix function signatureJunio C Hamano
2009-12-30archive: complain about path specs that don't match anythingRené Scharfe
2009-10-20Refactor pretty_print_commit arguments into a structThomas Rast
2009-10-09Merge branch 'rs/maint-archive-prefix'Junio C Hamano
2009-10-09Git archive and trailing "/" in prefixRené Scharfe
2009-09-13git-archive: add '-o' as a alias for '--output'Dmitry Potapov
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-04-18archive: do not read .gitattributes in working directoryNguyễn Thái Ngọc Duy