aboutsummaryrefslogtreecommitdiffstats
path: root/connected.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03fetch-pack: write shallow, then check connectivityJonathan Tan1-2/+4
2018-02-13Merge branch 'jh/partial-clone'Junio C Hamano1-0/+2
2017-12-08fetch: support filtersJeff Hostetler1-0/+2
2017-10-16Convert check_connected to use struct object_idbrian m. carlson1-9/+9
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan1-1/+1
2017-08-23pack: move add_packed_git()Jonathan Tan1-0/+1
2016-10-10check_connected: accept an env argumentJeff King1-0/+1
2016-07-20check_connected: add progress flagJeff King1-0/+3
2016-07-20check_connected: relay errors to alternate descriptorJeff King1-2/+9
2016-07-20check_everything_connected: use a struct with named optionsJeff King1-28/+11
2016-07-20check_everything_connected: convert to argv_arrayJeff King1-12/+9
2016-07-20check_everything_connected: always pass --quiet to rev-listJeff King1-2/+1
2016-05-09connected.c: use error_errno()Nguyễn Thái Ngọc Duy1-6/+3
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+1
2014-06-30use strip_suffix instead of ends_with in simple casesJeff King1-3/+3
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano1-8/+34
2013-12-10connected.c: add new variant that runs with --shallow-fileNguyễn Thái Ngọc Duy1-8/+34
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-05-28clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy1-1/+33
2012-03-15fetch/receive: remove over-pessimistic connectivity checkJunio C Hamano1-4/+4
2011-09-09check_everything_connected(): libifyJunio C Hamano1-0/+62