29 Commits (373a273309433d66d56505f0a125434c57fa508d)

Author SHA1 Message Date
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 17 years ago
Shawn O. Pearce fa74052922 Always obtain fetch-pack arguments from struct fetch_pack_args 17 years ago
Shawn O. Pearce e8a37b89f7 Fix builtin-fetch memory corruption by not overstepping array 17 years ago
Shawn O. Pearce 1788c39cd0 Remove pack.keep after ref updates in git-fetch 17 years ago
Shawn O. Pearce 133296f00c Remove unnecessary debugging from builtin-fetch 17 years ago
Daniel Barkalow 2d4177c01c Make fetch-pack a builtin with an internal API 17 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Michael S. Tsirkin 7841ce7985 connect: display connection progress 18 years ago
Johannes Schindelin b0e908977e Fixup no-progress for fetch & clone 18 years ago
Junio C Hamano 599065a3bb prefixcmp(): fix-up mechanical conversion. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Johannes Schindelin 83a5ad6126 fetch & clone: do not output progress when not on a tty 18 years ago
Junio C Hamano 01754769ab Don't force everybody to call setup_ident(). 18 years ago
Junio C Hamano e28714c527 Consolidate {receive,fetch}.unpackLimit 18 years ago
Junio C Hamano af7cf268f0 fetch-pack: remove --keep-auto and make it the default. 18 years ago
Junio C Hamano 9e10fd1ac0 Allow fetch-pack to decide keeping the fetched pack without exploding 18 years ago
Uwe Kleine-König 27dca07fb7 rename --exec to --upload-pack for fetch-pack and peek-remote 18 years ago
Uwe Kleine-König 18bd8821ca Update documentation of fetch-pack, push and send-pack 18 years ago
Junio C Hamano 54b9e0225a fetch-pack: do not use lockfile structure on stack. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 310b86d480 fetch-pack: do not barf when duplicate re patterns are given 18 years ago
Alexandre Julliard 4bcb310c25 fetch-pack: Do not fetch tags for shallow clones. 18 years ago
Alexandre Julliard d6491e3a21 fetch-pack: Properly remove the shallow file when it becomes empty. 18 years ago
Junio C Hamano fcd1e31906 Why does it mean we do not have to register shallow if we have one? 18 years ago
Junio C Hamano cf01bd52ef We should make sure that the protocol is still extensible. 18 years ago
Johannes Schindelin f53514bc2d allow deepening of a shallow repository 18 years ago
Johannes Schindelin 016e6ccbe0 allow cloning a repository "shallowly" 18 years ago
Johannes Schindelin ed09aef06f support fetching into a shallow repository 18 years ago
Nicolas Pitre da093d3750 improve fetch-pack's handling of kept packs 18 years ago