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