summaryrefslogtreecommitdiff
path: root/fetch-pack.h
AgeCommit message (Expand)Author
2017-03-02fetch-pack: move code to report unmatched refs to a functionMatt McCutchen
2016-06-13fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy
2016-06-13fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy
2016-06-13fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy
2016-06-13fetch-pack: use a separate flag for fetch in deepening modeNguyễn Thái Ngọc Duy
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2013-12-11fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy
2013-12-11clone: support remote shallow repositoryNguyễn Thái Ngọc Duy
2013-12-11fetch-pack.h: one statement per bitfield declarationNguyễn Thái Ngọc Duy
2013-12-09git fetch-pack: add --diag-urlTorsten Bögershausen
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano
2013-05-28clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy
2013-02-07fetch: use struct ref to represent refs to be fetchedJunio C Hamano
2012-09-12filter_refs(): delete matched refs from sought listMichael Haggerty
2012-09-12Change fetch_pack() and friends to take string_list argumentsMichael Haggerty
2012-09-12fetch_pack(): reindent function decl and defnMichael Haggerty
2012-04-02fetch-pack: new --stdin option to read refs from stdinIvan Todoroski
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2009-11-05Smart fetch over HTTP: client sideShawn O. Pearce
2008-03-05Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce
2008-02-05Reduce the number of connects when fetchingDaniel Barkalow
2007-09-19Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce
2007-09-19Use 'unsigned:1' when we mean boolean optionsShawn O. Pearce
2007-09-19Remove pack.keep after ref updates in git-fetchShawn O. Pearce
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow