aboutsummaryrefslogtreecommitdiff
path: root/connected.c
Commit message (Expand)AuthorAge
* Convert check_connected to use struct object_idbrian m. carlson2017-10-16
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-23
* pack: move add_packed_git()Jonathan Tan2017-08-23
* check_connected: accept an env argumentJeff King2016-10-10
* check_connected: add progress flagJeff King2016-07-20
* check_connected: relay errors to alternate descriptorJeff King2016-07-20
* check_everything_connected: use a struct with named optionsJeff King2016-07-20
* check_everything_connected: convert to argv_arrayJeff King2016-07-20
* check_everything_connected: always pass --quiet to rev-listJeff King2016-07-20
* connected.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
* use strip_suffix instead of ends_with in simple casesJeff King2014-06-30
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\
| * connected.c: add new variant that runs with --shallow-fileNguyễn Thái Ngọc Duy2013-12-10
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-28
* fetch/receive: remove over-pessimistic connectivity checkJunio C Hamano2012-03-15
* check_everything_connected(): libifyJunio C Hamano2011-09-09