summaryrefslogtreecommitdiffstats
path: root/fetch-pack.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-13/+18
|\
| * fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+1
| * clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+4
| * fetch-pack.h: one statement per bitfield declarationNguyễn Thái Ngọc Duy2013-12-101-12/+12
* | git fetch-pack: add --diag-urlTorsten Bögershausen2013-12-091-0/+1
|/
* cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+1
* clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-281-1/+3
* fetch: use struct ref to represent refs to be fetchedJunio C Hamano2013-02-071-6/+5
* filter_refs(): delete matched refs from sought listMichael Haggerty2012-09-121-0/+7
* Change fetch_pack() and friends to take string_list argumentsMichael Haggerty2012-09-121-2/+3
* fetch_pack(): reindent function decl and defnMichael Haggerty2012-09-121-6/+6
* fetch-pack: new --stdin option to read refs from stdinIvan Todoroski2012-04-021-0/+1
* standardize brace placement in struct definitionsJonathan Nieder2011-03-161-2/+1
* Smart fetch over HTTP: client sideShawn O. Pearce2009-11-041-1/+2
* Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce2008-03-041-1/+2
* Reduce the number of connects when fetchingDaniel Barkalow2008-02-051-0/+2
* Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce2007-09-191-3/+6
* Use 'unsigned:1' when we mean boolean optionsShawn O. Pearce2007-09-191-6/+6
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-191-1/+1
* Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-191-0/+21