22 Commits (e0a5f9aaae4eea67f513e382d9d917388313d2a6)

Author SHA1 Message Date
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 15 years ago
Shawn O. Pearce 78affc49de Add multi_ack_detailed capability to fetch-pack/upload-pack 15 years ago
Shawn O. Pearce 28754ab5f0 Move "get_ack()" back to fetch-pack 15 years ago
Shawn O. Pearce edace6f02e fetch-pack: Use a strbuf to compose the want list 15 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 16 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
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Ramsay Jones 6e1c23442a Fix some warnings (on cygwin) to allow -Werror 17 years ago
Johannes Schindelin 8cb560fc47 git fetch-pack: do not complain about "no common commits" in an empty repo 17 years ago
Johan Herland 48ec3e5c07 Incorporate fetched packs in future object traversal 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano 2d8bed969d fetch-pack: brown paper bag fix 17 years ago
Linus Torvalds 72269ad956 fetch-pack: do not stop traversing an already parsed commit 17 years ago
Daniel Barkalow 420e9af498 Fix tag following 17 years ago
Shawn O. Pearce 348e390b17 Teach fetch-pack/upload-pack about --include-tag 17 years ago
Martin Koegler f3ec549481 fetch-pack: check parse_commit/object results 17 years ago
Martin Koegler 7914053ba9 Remove unused object-ref code 17 years ago