summaryrefslogtreecommitdiffstats
path: root/connected.c
Commit message (Expand)AuthorAgeFilesLines
* fetch-pack: write shallow, then check connectivityJonathan Tan2018-07-031-2/+4
* Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+2
|\
| * fetch: support filtersJeff Hostetler2017-12-081-0/+2
* | Convert check_connected to use struct object_idbrian m. carlson2017-10-161-9/+9
|/
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-231-1/+1
* pack: move add_packed_git()Jonathan Tan2017-08-231-0/+1
* check_connected: accept an env argumentJeff King2016-10-101-0/+1
* check_connected: add progress flagJeff King2016-07-201-0/+3
* check_connected: relay errors to alternate descriptorJeff King2016-07-201-2/+9
* check_everything_connected: use a struct with named optionsJeff King2016-07-201-28/+11
* check_everything_connected: convert to argv_arrayJeff King2016-07-201-12/+9
* check_everything_connected: always pass --quiet to rev-listJeff King2016-07-201-2/+1
* connected.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-6/+3
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
* use strip_suffix instead of ends_with in simple casesJeff King2014-06-301-3/+3
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-8/+34
|\
| * connected.c: add new variant that runs with --shallow-fileNguyễn Thái Ngọc Duy2013-12-101-8/+34
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-1/+1
|/
* clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-281-1/+33
* fetch/receive: remove over-pessimistic connectivity checkJunio C Hamano2012-03-151-4/+4
* check_everything_connected(): libifyJunio C Hamano2011-09-091-0/+62