| Commit message (Expand) | Author | Age | Files | Lines |
* | i18n: archive: mark errors for translation | Vasco Almeida | 2016-08-09 | 1 | -5/+5 |
* | pathspec: rename free_pathspec() to clear_pathspec()jc/clear-pathspec | Junio C Hamano | 2016-06-02 | 1 | -1/+1 |
* | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 | 1 | -2/+2 |
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -3/+3 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -3/+3 |
* | avoid sprintf and strcpy with flex arrays | Jeff King | 2015-10-05 | 1 | -2/+3 |
* | Merge branch 'jk/date-mode-format' | Junio C Hamano | 2015-08-03 | 1 | -1/+1 |
|\ |
|
| * | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 | 1 | -1/+1 |
* | | refs: move the remaining ref module declarations to refs.h | Michael Haggerty | 2015-06-22 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'bc/object-id' | Junio C Hamano | 2015-05-05 | 1 | -11/+11 |
|\ |
|
| * | archive.c: convert to use struct object_id | brian m. carlson | 2015-03-13 | 1 | -11/+11 |
* | | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -2/+2 |
|/ |
|
* | tree.c: update read_tree_recursive callback to pass strbuf as base | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -13/+21 |
* | Merge branch 'nd/archive-pathspec' | Junio C Hamano | 2014-10-08 | 1 | -3/+94 |
|\ |
|
| * | archive: support filtering paths with globnd/archive-pathspec | Nguyễn Thái Ngọc Duy | 2014-09-22 | 1 | -3/+94 |
* | | archive.c: replace `git_config()` with `git_config_get_bool()` family | Tanay Abhra | 2014-08-07 | 1 | -9/+3 |
* | | Merge branch 'rm/strchrnul-not-strlen' | Junio C Hamano | 2014-03-18 | 1 | -2/+2 |
|\ \ |
|
| * | | use strchrnul() in place of strchr() and strlen()rm/strchrnul-not-strlen | Rohit Mani | 2014-03-10 | 1 | -2/+2 |
| |/ |
|
* | | add uploadarchive.allowUnreachable optionsg/archive-restrict-remote | Scott J. Goldman | 2014-02-28 | 1 | -2/+11 |
|/ |
|
* | archive.c: have SP around arithmetic operators | Junio C Hamano | 2013-10-16 | 1 | -1/+1 |
* | archive: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -8/+11 |
* | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+1 |
* | archive: handle commits with an empty tree | Jeff King | 2013-03-10 | 1 | -1/+1 |
* | Add directory pattern matching to attributes | Jean-Noël AVILA | 2012-12-17 | 1 | -1/+2 |
* | Reduce translations by using same terminologies | Nguyễn Thái Ngọc Duy | 2012-08-22 | 1 | -1/+1 |
* | i18n: archive: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -19/+19 |
* | Merge branch 'rs/archive-tree-in-tip-simplify' | Junio C Hamano | 2012-05-23 | 1 | -12/+5 |
|\ |
|
| * | archive: simplify refname handling | René Scharfe | 2012-05-18 | 1 | -12/+5 |
* | | archive: delegate blob reading to backend | Nguyễn Thái Ngọc Duy | 2012-05-03 | 1 | -17/+11 |
|/ |
|
* | Merge branch 'jk/maint-upload-archive' | Junio C Hamano | 2012-01-12 | 1 | -6/+15 |
|\ |
|
| * | archive: re-allow HEAD:Documentation on a remote invocationjk/maint-upload-archive | Carlos Martín Nieto | 2012-01-11 | 1 | -6/+15 |
* | | Merge branch 'jk/maint-upload-archive' | Junio C Hamano | 2011-12-13 | 1 | -4/+14 |
|\ \
| |/ |
|
| * | Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archive | Junio C Hamano | 2011-11-21 | 1 | -4/+14 |
| |\ |
|
| | * | archive: don't let remote clients get unreachable commitsjk/maint-1.6.2-upload-archive | Jeff King | 2011-11-21 | 1 | -5/+15 |
* | | | archive.c: use OPT_BOOL() | Junio C Hamano | 2011-09-27 | 1 | -2/+2 |
|/ / |
|
* | | Rename git_checkattr() to git_check_attr() | Michael Haggerty | 2011-08-04 | 1 | -1/+1 |
* | | upload-archive: allow user to turn off filters | Jeff King | 2011-06-22 | 1 | -5/+6 |
* | | archive: refactor file extension format-guessing | Jeff King | 2011-06-22 | 1 | -6/+19 |
* | | archive: move file extension format-guessing lower | Jeff King | 2011-06-22 | 1 | -4/+21 |
* | | archive: pass archiver struct to write_archive callback | Jeff King | 2011-06-22 | 1 | -1/+1 |
* | | archive: refactor list of archive formats | Jeff King | 2011-06-22 | 1 | -16/+17 |
* | | archive: reorder option parsing and config reading | Jeff King | 2011-06-15 | 1 | -4/+14 |
* | | Convert read_tree{,_recursive} to support struct pathspec | Nguyễn Thái Ngọc Duy | 2011-03-25 | 1 | -6/+12 |
* | | archive: improve --verbose description | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | | add description parameter to OPT__VERBOSE | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | | Use angles for placeholders consistently | Štěpán Němec | 2010-10-08 | 1 | -2/+2 |
* | | archive: abbreviate substituted commit ids again | Jonathan Nieder | 2010-07-27 | 1 | -0/+1 |
* | | Merge branch 'jc/conflict-marker-size' | Junio C Hamano | 2010-01-20 | 1 | -2/+2 |
|\ \ |
|
| * | | git_attr(): fix function signature | Junio C Hamano | 2010-01-16 | 1 | -2/+2 |
* | | | archive: complain about path specs that don't match anything | René Scharfe | 2009-12-30 | 1 | -1/+24 |
|/ / |
|