| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -13/+18 |
|\ |
|
| * | fetch: add --update-shallow to accept refs that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+1 |
| * | clone: support remote shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+4 |
| * | fetch-pack.h: one statement per bitfield declaration | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -12/+12 |
* | | git fetch-pack: add --diag-url | Torsten Bögershausen | 2013-12-09 | 1 | -0/+1 |
|/ |
|
* | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 | 1 | -0/+1 |
* | clone: open a shortcut for connectivity check | Nguyễn Thái Ngọc Duy | 2013-05-28 | 1 | -1/+3 |
* | fetch: use struct ref to represent refs to be fetched | Junio C Hamano | 2013-02-07 | 1 | -6/+5 |
* | filter_refs(): delete matched refs from sought list | Michael Haggerty | 2012-09-12 | 1 | -0/+7 |
* | Change fetch_pack() and friends to take string_list arguments | Michael Haggerty | 2012-09-12 | 1 | -2/+3 |
* | fetch_pack(): reindent function decl and defn | Michael Haggerty | 2012-09-12 | 1 | -6/+6 |
* | fetch-pack: new --stdin option to read refs from stdin | Ivan Todoroski | 2012-04-02 | 1 | -0/+1 |
* | standardize brace placement in struct definitions | Jonathan Nieder | 2011-03-16 | 1 | -2/+1 |
* | Smart fetch over HTTP: client side | Shawn O. Pearce | 2009-11-04 | 1 | -1/+2 |
* | Teach fetch-pack/upload-pack about --include-tag | Shawn O. Pearce | 2008-03-04 | 1 | -1/+2 |
* | Reduce the number of connects when fetching | Daniel Barkalow | 2008-02-05 | 1 | -0/+2 |
* | Always obtain fetch-pack arguments from struct fetch_pack_args | Shawn O. Pearce | 2007-09-19 | 1 | -3/+6 |
* | Use 'unsigned:1' when we mean boolean options | Shawn O. Pearce | 2007-09-19 | 1 | -6/+6 |
* | Remove pack.keep after ref updates in git-fetch | Shawn O. Pearce | 2007-09-19 | 1 | -1/+1 |
* | Make fetch-pack a builtin with an internal API | Daniel Barkalow | 2007-09-19 | 1 | -0/+21 |