Age | Commit message (Expand) | Author | Files | Lines |
2013-04-01 | Merge branch 'jk/pkt-line-cleanup' | Junio C Hamano | 1 | -7/+4 |
2013-02-24 | teach get_remote_heads to read from a memory buffer | Jeff King | 1 | -1/+1 |
2013-02-20 | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 1 | -4/+3 |
2013-02-20 | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 1 | -2/+0 |
2013-02-07 | fetch: use struct ref to represent refs to be fetched | Junio C Hamano | 1 | -8/+32 |
2012-10-29 | fetch-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -948/+0 |
2012-10-29 | fetch-pack: remove global (static) configuration variable "args" | Nguyễn Thái Ngọc Duy | 1 | -77/+83 |
2012-09-12 | fetch-pack: eliminate spurious error messages | Michael Haggerty | 1 | -5/+5 |
2012-09-12 | cmd_fetch_pack(): simplify computation of return value | Michael Haggerty | 1 | -11/+10 |
2012-09-12 | fetch-pack: report missing refs even if no existing refs were received | Michael Haggerty | 1 | -1/+1 |
2012-09-12 | cmd_fetch_pack(): return early if finish_connect() fails | Michael Haggerty | 1 | -3/+3 |
2012-09-12 | filter_refs(): simplify logic | Michael Haggerty | 1 | -19/+18 |
2012-09-12 | filter_refs(): build refs list as we go | Michael Haggerty | 1 | -27/+4 |
2012-09-12 | filter_refs(): delete matched refs from sought list | Michael Haggerty | 1 | -8/+15 |
2012-09-12 | fetch_pack(): update sought->nr to reflect number of unique entries | Michael Haggerty | 1 | -14/+1 |
2012-09-12 | filter_refs(): do not check the same sought_pos twice | Michael Haggerty | 1 | -1/+1 |
2012-09-12 | Change fetch_pack() and friends to take string_list arguments | Michael Haggerty | 1 | -49/+39 |
2012-09-12 | fetch_pack(): reindent function decl and defn | Michael Haggerty | 1 | -4/+4 |
2012-08-13 | fetch-pack: mention server version with verbose output | Jeff King | 1 | -1/+8 |
2012-08-10 | fetch-pack: do not ask for unadvertised capabilities | Junio C Hamano | 1 | -0/+6 |
2012-08-10 | do not send client agent unless server does first | Jeff King | 1 | -1/+6 |
2012-08-03 | include agent identifier in capability string | Jeff King | 1 | -0/+2 |
2012-05-29 | Merge branch 'jk/fetch-pack-remove-dups-optim' | Junio C Hamano | 1 | -22/+30 |
2012-05-29 | Merge branch 'mh/fetch-pack-constness' | Junio C Hamano | 1 | -74/+71 |
2012-05-24 | fetch-pack: sort incoming heads list earlier | Jeff King | 1 | -1/+1 |
2012-05-22 | fetch-pack: avoid quadratic loop in filter_refs | Jeff King | 1 | -6/+13 |
2012-05-22 | fetch-pack: sort the list of incoming refs | Jeff King | 1 | -0/+2 |
2012-05-22 | fetch-pack: avoid quadratic behavior in remove_duplicates | Jeff King | 1 | -15/+6 |
2012-05-22 | fetch-pack: sort incoming heads | Jeff King | 1 | -1/+9 |
2012-05-22 | cmd_fetch_pack(): respect constness of argv parameter | Michael Haggerty | 1 | -13/+10 |
2012-05-22 | cmd_fetch_pack(): combine the loop termination conditions | Michael Haggerty | 1 | -58/+55 |
2012-05-22 | cmd_fetch_pack(): handle non-option arguments outside of the loop | Michael Haggerty | 1 | -5/+7 |
2012-05-22 | cmd_fetch_pack(): declare dest to be const | Michael Haggerty | 1 | -3/+4 |
2012-04-24 | Merge branch 'it/fetch-pack-many-refs' | Junio C Hamano | 1 | -1/+41 |
2012-04-02 | fetch-pack: new --stdin option to read refs from stdin | Ivan Todoroski | 1 | -1/+41 |
2012-02-20 | Merge branch 'cb/transfer-no-progress' | Junio C Hamano | 1 | -1/+1 |
2012-02-13 | push/fetch/clone --no-progress suppresses progress output | Clemens Buchacher | 1 | -1/+1 |
2012-02-12 | everything_local(): mark alternate refs as complete | Michael Haggerty | 1 | -0/+6 |
2012-02-12 | fetch-pack.c: inline insert_alternate_refs() | Michael Haggerty | 1 | -6/+1 |
2012-02-12 | fetch-pack.c: rename some parameters from "path" to "refname" | Michael Haggerty | 1 | -5/+5 |
2011-12-13 | fetch-pack: match refs exactly | Jeff King | 1 | -4/+9 |
2011-12-13 | drop "match" parameter from get_remote_heads | Jeff King | 1 | -1/+1 |
2011-10-10 | Merge branch 'mh/check-ref-format-3' | Junio C Hamano | 1 | -1/+1 |
2011-10-05 | Change check_ref_format() to take a flags argument | Michael Haggerty | 1 | -1/+1 |
2011-10-05 | Merge branch 'jc/fetch-pack-fsck-objects' | Junio C Hamano | 1 | -1/+19 |
2011-09-04 | transfer.fsckobjects: unify fetch/receive.fsckobjects | Junio C Hamano | 1 | -2/+12 |
2011-09-04 | fetch.fsckobjects: verify downloaded objects | Junio C Hamano | 1 | -0/+8 |
2011-08-28 | Merge branch 'nd/decorate-grafts' | Junio C Hamano | 1 | -0/+30 |
2011-08-18 | fetch-pack: check for valid commit from server | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2011-08-18 | Move write_shallow_commits to fetch-pack.c | Nguyễn Thái Ngọc Duy | 1 | -0/+30 |