| Commit message (Expand) | Author | Age |
* | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 2017-07-17 |
* | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 |
|\ |
|
| * | config: don't include config.h by default | Brandon Williams | 2017-06-15 |
* | | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 2017-05-08 |
* | | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 |
|/ |
|
* | attr: convert git_check_attrs() callers to use the new API | Junio C Hamano | 2017-02-01 |
* | attr: rename function and struct related to checking attributes | Junio C Hamano | 2017-02-01 |
* | archive: read local configuration | Junio C Hamano | 2016-11-22 |
* | i18n: archive: mark errors for translation | Vasco Almeida | 2016-08-09 |
* | pathspec: rename free_pathspec() to clear_pathspec() | Junio C Hamano | 2016-06-02 |
* | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 |
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 |
* | avoid sprintf and strcpy with flex arrays | Jeff King | 2015-10-05 |
* | Merge branch 'jk/date-mode-format' | Junio C Hamano | 2015-08-03 |
|\ |
|
| * | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 |
* | | refs: move the remaining ref module declarations to refs.h | Michael Haggerty | 2015-06-22 |
|/ |
|
* | Merge branch 'bc/object-id' | Junio C Hamano | 2015-05-05 |
|\ |
|
| * | archive.c: convert to use struct object_id | brian m. carlson | 2015-03-13 |
* | | standardize usage info string format | Alex Henrie | 2015-01-14 |
|/ |
|
* | tree.c: update read_tree_recursive callback to pass strbuf as base | Nguyễn Thái Ngọc Duy | 2014-12-01 |
* | Merge branch 'nd/archive-pathspec' | Junio C Hamano | 2014-10-08 |
|\ |
|
| * | archive: support filtering paths with glob | Nguyễn Thái Ngọc Duy | 2014-09-22 |
* | | archive.c: replace `git_config()` with `git_config_get_bool()` family | Tanay Abhra | 2014-08-07 |
* | | Merge branch 'rm/strchrnul-not-strlen' | Junio C Hamano | 2014-03-18 |
|\ \ |
|
| * | | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 2014-03-10 |
| |/ |
|
* | | add uploadarchive.allowUnreachable option | Scott J. Goldman | 2014-02-28 |
|/ |
|
* | archive.c: have SP around arithmetic operators | Junio C Hamano | 2013-10-16 |
* | archive: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 |
* | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 |
* | archive: handle commits with an empty tree | Jeff King | 2013-03-10 |
* | Add directory pattern matching to attributes | Jean-Noël AVILA | 2012-12-17 |
* | Reduce translations by using same terminologies | Nguyễn Thái Ngọc Duy | 2012-08-22 |
* | i18n: archive: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 |
* | Merge branch 'rs/archive-tree-in-tip-simplify' | Junio C Hamano | 2012-05-23 |
|\ |
|
| * | archive: simplify refname handling | René Scharfe | 2012-05-18 |
* | | archive: delegate blob reading to backend | Nguyễn Thái Ngọc Duy | 2012-05-03 |
|/ |
|
* | Merge branch 'jk/maint-upload-archive' | Junio C Hamano | 2012-01-12 |
|\ |
|
| * | archive: re-allow HEAD:Documentation on a remote invocation | Carlos Martín Nieto | 2012-01-11 |
* | | Merge branch 'jk/maint-upload-archive' | Junio C Hamano | 2011-12-13 |
|\ \
| |/ |
|
| * | Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archive | Junio C Hamano | 2011-11-21 |
| |\ |
|
| | * | archive: don't let remote clients get unreachable commits | Jeff King | 2011-11-21 |
* | | | archive.c: use OPT_BOOL() | Junio C Hamano | 2011-09-27 |
|/ / |
|
* | | Rename git_checkattr() to git_check_attr() | Michael Haggerty | 2011-08-04 |
* | | upload-archive: allow user to turn off filters | Jeff King | 2011-06-22 |
* | | archive: refactor file extension format-guessing | Jeff King | 2011-06-22 |
* | | archive: move file extension format-guessing lower | Jeff King | 2011-06-22 |
* | | archive: pass archiver struct to write_archive callback | Jeff King | 2011-06-22 |
* | | archive: refactor list of archive formats | Jeff King | 2011-06-22 |
* | | archive: reorder option parsing and config reading | Jeff King | 2011-06-15 |