Sign in
googlers
/
jrn
/
git
/
69243c2b956d69636ae04c184bc8063a6fab728a
/
builtin-fetch-pack.c
1f759ee
fetch-pack: Prepare for a side-band demultiplexer in a thread.
by Johannes Sixt
· 17 years ago
3891f39
restore fetching with thin-pack capability
by Nicolas Pitre
· 17 years ago
4340a81
Merge branch 'js/forkexec'
by Junio C Hamano
· 17 years ago
09149c7
Correct handling of upload-pack in builtin-fetch-pack
by Daniel Barkalow
· 17 years ago
088fab5
Use the asyncronous function infrastructure in builtin-fetch-pack.c.
by Johannes Sixt
· 17 years ago
477822c
Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.
by Johannes Sixt
· 17 years ago
98158e9
Change git_connect() to return a struct child_process instead of a pid_t.
by Johannes Sixt
· 17 years ago
50ab5fd
Ensure builtin-fetch honors {fetch,transfer}.unpackLimit
by Shawn O. Pearce
· 17 years ago
fa74052
Always obtain fetch-pack arguments from struct fetch_pack_args
by Shawn O. Pearce
· 17 years ago
e8a37b8
Fix builtin-fetch memory corruption by not overstepping array
by Shawn O. Pearce
· 17 years ago
1788c39
Remove pack.keep after ref updates in git-fetch
by Shawn O. Pearce
· 17 years ago
133296f
Remove unnecessary debugging from builtin-fetch
by Shawn O. Pearce
· 17 years ago
2d4177c
Make fetch-pack a builtin with an internal API
by Daniel Barkalow
· 18 years ago
[Renamed (93%) from fetch-pack.c]
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
7841ce7
connect: display connection progress
by Michael S. Tsirkin
· 18 years ago
3ddad98
Merge branch 'js/fetch-progress' (early part)
by Junio C Hamano
· 18 years ago
b0e9089
Fixup no-progress for fetch & clone
by Johannes Schindelin
· 18 years ago
599065a
prefixcmp(): fix-up mechanical conversion.
by Junio C Hamano
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
83a5ad6
fetch & clone: do not output progress when not on a tty
by Johannes Schindelin
· 18 years ago
0175476
Don't force everybody to call setup_ident().
by Junio C Hamano
· 18 years ago
e28714c
Consolidate {receive,fetch}.unpackLimit
by Junio C Hamano
· 18 years ago
af7cf26
fetch-pack: remove --keep-auto and make it the default.
by Junio C Hamano
· 18 years ago
9e10fd1
Allow fetch-pack to decide keeping the fetched pack without exploding
by Junio C Hamano
· 18 years ago
27dca07
rename --exec to --upload-pack for fetch-pack and peek-remote
by Uwe Kleine-König
· 18 years ago
18bd882
Update documentation of fetch-pack, push and send-pack
by Uwe Kleine-König
· 18 years ago
54b9e02
fetch-pack: do not use lockfile structure on stack.
by Junio C Hamano
· 18 years ago
37818d7
Merge branch 'master' into js/shallow
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
310b86d
fetch-pack: do not barf when duplicate re patterns are given
by Junio C Hamano
· 18 years ago
4bcb310
fetch-pack: Do not fetch tags for shallow clones.
by Alexandre Julliard
· 18 years ago
d6491e3
fetch-pack: Properly remove the shallow file when it becomes empty.
by Alexandre Julliard
· 18 years ago
fcd1e31
Why does it mean we do not have to register shallow if we have one?
by Junio C Hamano
· 18 years ago
cf01bd5
We should make sure that the protocol is still extensible.
by Junio C Hamano
· 18 years ago
f53514b
allow deepening of a shallow repository
by Johannes Schindelin
· 18 years ago
016e6cc
allow cloning a repository "shallowly"
by Johannes Schindelin
· 18 years ago
ed09aef
support fetching into a shallow repository
by Johannes Schindelin
· 18 years ago
da093d3
improve fetch-pack's handling of kept packs
by Nicolas Pitre
· 18 years ago
407e1d6
Merge branch 'master' into np/index-pack
by Junio C Hamano
· 18 years ago
58a1e0e
Merge branch 'lj/refs'
by Junio C Hamano
· 18 years ago
d9c20ba
enhance clone and fetch -k experience
by Nicolas Pitre
· 18 years ago
e4fe4b8
let the GIT native protocol use offsets to delta base when possible
by Nicolas Pitre
· 18 years ago
8da1977
Tell between packed, unpacked and symbolic refs.
by Junio C Hamano
· 18 years ago
cb5d709
Add callback data to for_each_ref() family.
by Junio C Hamano
· 18 years ago
4d69065
Merge branch 'jc/archive'
by Junio C Hamano
· 18 years ago
8a5dbef
Test return value of finish_connect()
by Franck Bui-Huu
· 18 years ago
d47f3db
Prepare larger packet buffer for upload-pack protocol.
by Junio C Hamano
· 19 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
· 19 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
· 19 years ago
1974632
Remove TYPE_* constant macros and use object_type enums consistently.
by Linus Torvalds
· 19 years ago
583b7ea
upload-pack/fetch-pack: support side-band communication
by Junio C Hamano
· 19 years ago
885a86a
Shrink "struct object" a bit
by Linus Torvalds
· 19 years ago
f061e5f
fetch-pack: give up after getting too many "ack continue"
by Junio C Hamano
· 19 years ago
9546010
fetch-pack: output refs in the order they were given on the command line.
by Junio C Hamano
· 19 years ago
dfeff66
revamp git-clone.
by Junio C Hamano
· 19 years ago
962554c
Use setenv(), fix warnings
by Timo Hirvonen
· 19 years ago
b19696c
Use thin pack transfer in "git fetch".
by Junio C Hamano
· 19 years ago
5ee2ad6
Make "git clone" less of a deathly quiet experience
by Linus Torvalds
· 19 years ago
e921fb8
git-fetch-pack: really do not ask for funny refs
by Johannes Schindelin
· 19 years ago
2247efb
clone-pack: remove unused and undocumented --keep flag
by Junio C Hamano
· 19 years ago
ad89721
fetch-pack: -k option to keep downloaded pack.
by Junio C Hamano
· 19 years ago
5a32771
Make networking commands to work from a subdirectory.
by Junio C Hamano
· 19 years ago
9e5d2b4
git-fetch: fail if specified refspec does not match remote.
by Junio C Hamano
· 19 years ago
9534f40
Be careful when dereferencing tags.
by Junio C Hamano
· 19 years ago
c4c86f0
git-fetch-pack: Support multi_ack extension
by Johannes Schindelin
· 19 years ago
1baaae5
Make maximal use of the remote refs
by Johannes Schindelin
· 19 years ago
23d61f8
Subject: [PATCH] git-fetch-pack: Do not use git-rev-list
by Johannes Schindelin
· 19 years ago
af2d3aa
Revert recent fetch-pack/upload-pack updates.
by Junio C Hamano
· 19 years ago
40a1046
git-fetch-pack: Implement client part of the multi_ack extension
by Johannes Schindelin
· 19 years ago
69779a5
git-fetch-pack: Do not use git-rev-list
by Johannes Schindelin
· 19 years ago
f1f0a2b
Be more careful tangling object chains while marking commits.
by Junio C Hamano
· 19 years ago
4dab94d
Do not feed rev-list an invalid SHA1 expression.
by Junio C Hamano
· 19 years ago
0a8944d
[PATCH] Do not send "want" lines for complete objects
by Johannes Schindelin
· 19 years ago
49bb805
Do not ask for objects known to be complete.
by Junio C Hamano
· 19 years ago
2759cbc
git-fetch-pack: avoid unnecessary zero packing
by Linus Torvalds
· 19 years ago
1a7141f
Ignore funny refname sent from remote
by Junio C Hamano
· 19 years ago
33b8303
fetch-pack: start multi-head pulling.
by Junio C Hamano
· 20 years ago
d1c133f
Merge three separate "fetch refs" functions
by Linus Torvalds
· 20 years ago
8b3d9dc
[PATCH] Documentation: clone/fetch/upload.
by Junio C Hamano
· 20 years ago
516236c
Get rid of nasty utf-8 characters in printout
by Linus Torvalds
· 20 years ago
85c414b
git-fetch-pack: close output fd after dup'ing the input
by Linus Torvalds
· 20 years ago
41cb748
Move "get_ack()" to common git_connect functions
by Linus Torvalds
· 20 years ago
4f7770c
Remove multi-head support from fetch-pack
by Linus Torvalds
· 20 years ago
723c31f
Add "git_path()" and "head_ref()" helper functions.
by Linus Torvalds
· 20 years ago
75bfc6c
Make git-fetch-pack actually do all the unpacking etc.
by Linus Torvalds
· 20 years ago
fb9040c
Make git-fetch-pack and git-upload-pack negotiate needs/haves fully
by Linus Torvalds
· 20 years ago
def88e9
Commit first cut at "git-fetch-pack"
by Linus Torvalds
· 20 years ago