74 Commits (09ff69bb39b386e24a39723d9e20263a915bc6d6)

Author SHA1 Message Date
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
Nicolas Pitre d9c20ba13d enhance clone and fetch -k experience 18 years ago
Nicolas Pitre e4fe4b8ef7 let the GIT native protocol use offsets to delta base when possible 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 18 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 18 years ago
Franck Bui-Huu 8a5dbef8ac Test return value of finish_connect() 18 years ago
Junio C Hamano d47f3db75c Prepare larger packet buffer for upload-pack protocol. 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Junio C Hamano 583b7ea31b upload-pack/fetch-pack: support side-band communication 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Junio C Hamano f061e5fdd6 fetch-pack: give up after getting too many "ack continue" 19 years ago
Junio C Hamano 9546010b7b fetch-pack: output refs in the order they were given on the command line. 19 years ago
Junio C Hamano dfeff66ed9 revamp git-clone. 19 years ago
Timo Hirvonen 962554c616 Use setenv(), fix warnings 19 years ago
Junio C Hamano b19696c2e7 Use thin pack transfer in "git fetch". 19 years ago
Linus Torvalds 5ee2ad654b Make "git clone" less of a deathly quiet experience 19 years ago
Johannes Schindelin e921fb82cf git-fetch-pack: really do not ask for funny refs 19 years ago
Junio C Hamano 2247efb40b clone-pack: remove unused and undocumented --keep flag 19 years ago
Junio C Hamano ad89721508 fetch-pack: -k option to keep downloaded pack. 19 years ago
Junio C Hamano 5a3277133d Make networking commands to work from a subdirectory. 19 years ago
Junio C Hamano 9e5d2b4096 git-fetch: fail if specified refspec does not match remote. 19 years ago
Junio C Hamano 9534f40bc4 Be careful when dereferencing tags. 19 years ago
Johannes Schindelin c4c86f07d0 git-fetch-pack: Support multi_ack extension 19 years ago
Johannes Schindelin 1baaae5e1f Make maximal use of the remote refs 19 years ago
Johannes Schindelin 23d61f8343 Subject: [PATCH] git-fetch-pack: Do not use git-rev-list 19 years ago
Junio C Hamano af2d3aa4d8 Revert recent fetch-pack/upload-pack updates. 19 years ago