| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-07-03 | fetch-pack: write shallow, then check connectivity | Jonathan Tan | 1 | -2/+4 |
| 2018-02-13 | Merge branch 'jh/partial-clone' | Junio C Hamano | 1 | -0/+2 |
| 2017-12-08 | fetch: support filters | Jeff Hostetler | 1 | -0/+2 |
| 2017-10-16 | Convert check_connected to use struct object_id | brian m. carlson | 1 | -9/+9 |
| 2017-08-23 | pack: move {,re}prepare_packed_git and approximate_object_count | Jonathan Tan | 1 | -1/+1 |
| 2017-08-23 | pack: move add_packed_git() | Jonathan Tan | 1 | -0/+1 |
| 2016-10-10 | check_connected: accept an env argument | Jeff King | 1 | -0/+1 |
| 2016-07-20 | check_connected: add progress flag | Jeff King | 1 | -0/+3 |
| 2016-07-20 | check_connected: relay errors to alternate descriptor | Jeff King | 1 | -2/+9 |
| 2016-07-20 | check_everything_connected: use a struct with named options | Jeff King | 1 | -28/+11 |
| 2016-07-20 | check_everything_connected: convert to argv_array | Jeff King | 1 | -12/+9 |
| 2016-07-20 | check_everything_connected: always pass --quiet to rev-list | Jeff King | 1 | -2/+1 |
| 2016-05-09 | connected.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -6/+3 |
| 2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
| 2014-06-30 | use strip_suffix instead of ends_with in simple cases | Jeff King | 1 | -3/+3 |
| 2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -8/+34 |
| 2013-12-10 | connected.c: add new variant that runs with --shallow-file | Nguyễn Thái Ngọc Duy | 1 | -8/+34 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -1/+1 |
| 2013-05-28 | clone: open a shortcut for connectivity check | Nguyễn Thái Ngọc Duy | 1 | -1/+33 |
| 2012-03-15 | fetch/receive: remove over-pessimistic connectivity check | Junio C Hamano | 1 | -4/+4 |
| 2011-09-09 | check_everything_connected(): libify | Junio C Hamano | 1 | -0/+62 |