aboutsummaryrefslogtreecommitdiff
path: root/archive.c
Commit message (Expand)AuthorAge
* Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano2014-03-18
|\
| * use strchrnul() in place of strchr() and strlen()Rohit Mani2014-03-10
* | add uploadarchive.allowUnreachable optionScott J. Goldman2014-02-28
|/
* archive.c: have SP around arithmetic operatorsJunio C Hamano2013-10-16
* archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
* move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
* archive: handle commits with an empty treeJeff King2013-03-10
* Add directory pattern matching to attributesJean-Noël AVILA2012-12-17
* Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy2012-08-22
* i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
* Merge branch 'rs/archive-tree-in-tip-simplify'Junio C Hamano2012-05-23
|\
| * archive: simplify refname handlingRené Scharfe2012-05-18
* | archive: delegate blob reading to backendNguyễn Thái Ngọc Duy2012-05-03
|/
* Merge branch 'jk/maint-upload-archive'Junio C Hamano2012-01-12
|\
| * archive: re-allow HEAD:Documentation on a remote invocationCarlos Martín Nieto2012-01-11
* | Merge branch 'jk/maint-upload-archive'Junio C Hamano2011-12-13
|\ \ | |/
| * Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archiveJunio C Hamano2011-11-21
| |\
| | * archive: don't let remote clients get unreachable commitsJeff King2011-11-21
* | | archive.c: use OPT_BOOL()Junio C Hamano2011-09-27
|/ /
* | Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-04
* | upload-archive: allow user to turn off filtersJeff King2011-06-22
* | archive: refactor file extension format-guessingJeff King2011-06-22
* | archive: move file extension format-guessing lowerJeff King2011-06-22
* | archive: pass archiver struct to write_archive callbackJeff King2011-06-22
* | archive: refactor list of archive formatsJeff King2011-06-22
* | archive: reorder option parsing and config readingJeff King2011-06-15
* | Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy2011-03-25
* | archive: improve --verbose descriptionRené Scharfe2010-11-15
* | add description parameter to OPT__VERBOSERené Scharfe2010-11-15
* | Use angles for placeholders consistentlyŠtěpán Němec2010-10-08
* | archive: abbreviate substituted commit ids againJonathan Nieder2010-07-27
* | Merge branch 'jc/conflict-marker-size'Junio C Hamano2010-01-20
|\ \
| * | git_attr(): fix function signatureJunio C Hamano2010-01-16
* | | archive: complain about path specs that don't match anythingRené Scharfe2009-12-30
|/ /
* | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-19
* | Merge branch 'rs/maint-archive-prefix'Junio C Hamano2009-10-09
|\ \
| * | Git archive and trailing "/" in prefixRené Scharfe2009-10-08
* | | git-archive: add '-o' as a alias for '--output'Dmitry Potapov2009-09-13
|/ /
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* | archive: do not read .gitattributes in working directoryNguyễn Thái Ngọc Duy2009-04-17
* | archive: use parseopt for local-only optionsRené Scharfe2009-03-08
* | git-archive: add --output=<file> to send output to a fileCarlos Manuel Duclos Vergara2009-03-04
|/
* tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli2009-02-07
* Merge branch 'maint'Junio C Hamano2008-10-26
|\
| * git-archive: work in bare reposCharles Bailey2008-10-26
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* | archive.c: make archiver staticNanako Shiraishi2008-10-02
|/
* pretty=format: respect date format optionsJeff King2008-08-29
* archive: allow --exec and --remote without equal signRene Scharfe2008-07-30
* archive: declare struct archiver where it's neededRene Scharfe2008-07-25