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