59 Commits (a6d15bc33529f923b205930d0a58fe6226570dc1)

Author SHA1 Message Date
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
Johannes Sixt e72ae28895 start_command(), .in/.out/.err = -1: Callers must close the file descriptor 17 years ago
Daniel Barkalow ba227857d2 Reduce the number of connects when fetching 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Johannes Sixt 1f759eeede fetch-pack: Prepare for a side-band demultiplexer in a thread. 17 years ago
Nicolas Pitre 3891f390ea restore fetching with thin-pack capability 17 years ago
Daniel Barkalow 09149c7809 Correct handling of upload-pack in builtin-fetch-pack 17 years ago
Johannes Sixt 088fab5fc4 Use the asyncronous function infrastructure in builtin-fetch-pack.c. 17 years ago
Johannes Sixt 477822c35d Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec. 17 years ago
Johannes Sixt 98158e9cfd Change git_connect() to return a struct child_process instead of a pid_t. 17 years ago
Shawn O. Pearce 50ab5fd3fc Ensure builtin-fetch honors {fetch,transfer}.unpackLimit 18 years ago
Shawn O. Pearce fa74052922 Always obtain fetch-pack arguments from struct fetch_pack_args 18 years ago
Shawn O. Pearce e8a37b89f7 Fix builtin-fetch memory corruption by not overstepping array 18 years ago
Shawn O. Pearce 1788c39cd0 Remove pack.keep after ref updates in git-fetch 18 years ago
Shawn O. Pearce 133296f00c Remove unnecessary debugging from builtin-fetch 18 years ago
Daniel Barkalow 2d4177c01c Make fetch-pack a builtin with an internal API 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Michael S. Tsirkin 7841ce7985 connect: display connection progress 18 years ago