summaryrefslogtreecommitdiffstats
path: root/archive.c
AgeCommit message (Expand)AuthorLines
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy-0/+1
2013-03-10archive: handle commits with an empty treeJeff King-1/+1
2012-12-17Add directory pattern matching to attributesJean-Noël AVILA-1/+2
2012-08-22Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy-1/+1
2012-08-20i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy-19/+19
2012-05-23Merge branch 'rs/archive-tree-in-tip-simplify'Junio C Hamano-12/+5
2012-05-18archive: simplify refname handlingRené Scharfe-12/+5
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy-17/+11
2012-01-12Merge branch 'jk/maint-upload-archive'Junio C Hamano-6/+15
2012-01-11archive: re-allow HEAD:Documentation on a remote invocationCarlos Martín Nieto-6/+15
2011-12-13Merge branch 'jk/maint-upload-archive'Junio C Hamano-4/+14
2011-11-21Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archiveJunio C Hamano-4/+14
2011-11-21archive: don't let remote clients get unreachable commitsJeff King-5/+15
2011-09-27archive.c: use OPT_BOOL()Junio C Hamano-2/+2
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty-1/+1
2011-06-22upload-archive: allow user to turn off filtersJeff King-5/+6
2011-06-22archive: refactor file extension format-guessingJeff King-6/+19
2011-06-22archive: move file extension format-guessing lowerJeff King-4/+21
2011-06-22archive: pass archiver struct to write_archive callbackJeff King-1/+1
2011-06-22archive: refactor list of archive formatsJeff King-16/+17
2011-06-15archive: reorder option parsing and config readingJeff King-4/+14
2011-03-25Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy-6/+12
2010-11-15archive: improve --verbose descriptionRené Scharfe-1/+1
2010-11-15add description parameter to OPT__VERBOSERené Scharfe-1/+1
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec-2/+2
2010-07-27archive: abbreviate substituted commit ids againJonathan Nieder-0/+1
2010-01-20Merge branch 'jc/conflict-marker-size'Junio C Hamano-2/+2
2010-01-16git_attr(): fix function signatureJunio C Hamano-2/+2
2009-12-30archive: complain about path specs that don't match anythingRené Scharfe-1/+24
2009-10-19Refactor pretty_print_commit arguments into a structThomas Rast-1/+3
2009-10-09Merge branch 'rs/maint-archive-prefix'Junio C Hamano-3/+4
2009-10-08Git archive and trailing "/" in prefixRené Scharfe-3/+4
2009-09-13git-archive: add '-o' as a alias for '--output'Dmitry Potapov-1/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd-1/+1
2009-04-17archive: do not read .gitattributes in working directoryNguyễn Thái Ngọc Duy-0/+23
2009-03-08archive: use parseopt for local-only optionsRené Scharfe-16/+2
2009-03-04git-archive: add --output=<file> to send output to a fileCarlos Manuel Duclos Vergara-0/+19
2009-02-07tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli-1/+1
2008-10-26Merge branch 'maint'Junio C Hamano-0/+2
2008-10-26git-archive: work in bare reposCharles Bailey-0/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey-4/+2
2008-10-02archive.c: make archiver staticNanako Shiraishi-1/+1
2008-08-29pretty=format: respect date format optionsJeff King-1/+1
2008-07-30archive: allow --exec and --remote without equal signRene Scharfe-42/+68
2008-07-25archive: declare struct archiver where it's neededRene Scharfe-1/+5
2008-07-25archive: move parameter parsing code to archive.cRene Scharfe-0/+137
2008-07-25archive: add write_archive()Rene Scharfe-0/+18
2008-07-15archive: unify file attribute handlingRené Scharfe-40/+23
2008-07-15archive: centralize archive entry writingRené Scharfe-0/+77
2008-06-09Teach new attribute 'export-ignore' to git-archiveRené Scharfe-0/+13