summaryrefslogtreecommitdiffstats
path: root/fetch-pack.h
AgeCommit message (Expand)AuthorLines
2012-09-12filter_refs(): delete matched refs from sought listMichael Haggerty-0/+7
2012-09-12Change fetch_pack() and friends to take string_list argumentsMichael Haggerty-2/+3
2012-09-12fetch_pack(): reindent function decl and defnMichael Haggerty-6/+6
2012-04-02fetch-pack: new --stdin option to read refs from stdinIvan Todoroski-0/+1
2011-03-16standardize brace placement in struct definitionsJonathan Nieder-2/+1
2009-11-04Smart fetch over HTTP: client sideShawn O. Pearce-1/+2
2008-03-04Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce-1/+2
2008-02-05Reduce the number of connects when fetchingDaniel Barkalow-0/+2
2007-09-19Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce-3/+6
2007-09-19Use 'unsigned:1' when we mean boolean optionsShawn O. Pearce-6/+6
2007-09-19Remove pack.keep after ref updates in git-fetchShawn O. Pearce-1/+1
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow-0/+21