37 Commits (9dcb9f24f8f97c5d0d3224791506161dfeac5a69)

Author SHA1 Message Date
Clemens Buchacher 01fdc21f6e push/fetch/clone --no-progress suppresses progress output 13 years ago
Michael Haggerty f257659132 everything_local(): mark alternate refs as complete 13 years ago
Michael Haggerty c41a802fe9 fetch-pack.c: inline insert_alternate_refs() 13 years ago
Michael Haggerty 65385ef7d4 fetch-pack.c: rename some parameters from "path" to "refname" 13 years ago
Jeff King 1e7ba0f9ca fetch-pack: match refs exactly 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Junio C Hamano dab76d3aa6 transfer.fsckobjects: unify fetch/receive.fsckobjects 14 years ago
Junio C Hamano 5e838ea7aa fetch.fsckobjects: verify downloaded objects 14 years ago
Nguyễn Thái Ngọc Duy ec099546a9 fetch-pack: check for valid commit from server 14 years ago
Nguyễn Thái Ngọc Duy 294e15fc19 Move write_shallow_commits to fetch-pack.c 14 years ago
Jeff King 114a6a889f refactor refs_from_alternate_cb to allow passing extra data 14 years ago
Jeff King ea5f220821 fetch: avoid repeated commits in mark_complete 14 years ago
Junio C Hamano 4e10cf9a17 Revert two "no-done" reverts 14 years ago
Junio C Hamano 44d8dc54e7 Fix potential local deadlock during fetch-pack 14 years ago
Junio C Hamano 8e9182e091 enable "no-done" extension only when fetching over smart-http 14 years ago
Junio C Hamano 07514c83c2 Revert "fetch-pack: Implement no-done capability" 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Junio C Hamano 066bf4c2e4 fetch-pack: use smaller handshake window for initial request 14 years ago
Junio C Hamano 6afca450c3 fetch-pack: progressively use larger handshake windows 14 years ago
Junio C Hamano c12f5917e4 fetch-pack: factor out hardcoded handshake window size 14 years ago
Junio C Hamano e52d719266 fetch-pack: objects in our alternates are available to us 14 years ago
Shawn O. Pearce 761ecf0bc7 fetch-pack: Implement no-done capability 14 years ago
Shawn O. Pearce f2cba9299b fetch-pack: Finish negotation if remote replies "ACK %s ready" 14 years ago
Jeff King bbc30f9963 add packet tracing debug code 14 years ago
Thiago Farina 47e44ed1dc commit: Add commit_list prefix in two function names. 14 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Erik Faye-Lund ae6a5609c0 run-command: support custom fd-set in async 15 years ago
Shawn O. Pearce 249b2004d8 Smart fetch over HTTP: client side 16 years ago
Shawn O. Pearce 78affc49de Add multi_ack_detailed capability to fetch-pack/upload-pack 16 years ago
Shawn O. Pearce 28754ab5f0 Move "get_ack()" back to fetch-pack 16 years ago
Shawn O. Pearce edace6f02e fetch-pack: Use a strbuf to compose the want list 16 years ago
Johannes Sixt 3ef67cf250 fetch-pack: close output channel after sideband demultiplexer terminates 16 years ago
Nicolas Pitre f04833ef9f honor repack.usedeltabaseoffset when fetching packs 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Miklos Vajna 78509d2197 builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ") 16 years ago
Kjetil Barvik 5bcf109cdf checkout bugfix: use stat.mtime instead of stat.ctime in two places 16 years ago
Johannes Sixt 34df8abaf3 recv_sideband: Bands #2 and #3 always go to stderr 16 years ago
Junio C Hamano 110c46a909 Not all systems use st_[cm]tim field for ns resolution file timestamp 16 years ago
Benjamin Kramer eb3a9dd327 Remove unused function scope local variables 16 years ago
Kjetil Barvik c06ff4908b Record ns-timestamps if possible, but do not use it without USE_NSEC 16 years ago
Kjetil Barvik 8cd6192e16 fix compile error when USE_NSEC is defined 16 years ago
Thomas Rast d551bbaf3a fetch-pack: Avoid memcpy() with src==dst 16 years ago
Junio C Hamano acd3b9eca8 Enhance hold_lock_file_for_{update,append}() API 17 years ago
Junio C Hamano 40c155ff14 push: prepare sender to receive extended ref information from the receiver 17 years ago
Heikki Orsila 05207a2881 Start conforming code to "git subcmd" style part 2 17 years ago
David Soria Parra 85e7283069 cast pid_t's to uintmax_t to improve portability 17 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Johannes Schindelin ebcce310f2 git fetch-pack: do not complain about "no common commits" in an empty repo 17 years ago