11565 Commits (cd547b4886c5338a70eb8a674bfc40eac5cab3d9)
 

Author SHA1 Message Date
Johannes Schindelin cd547b4886 fetch/push: readd rsync support 17 years ago
Johannes Schindelin 7155b727c9 Introduce remove_dir_recursively() 17 years ago
Junio C Hamano 90446a0009 bundle transport: fix an alloc_ref() call 17 years ago
Daniel Barkalow cfb8f898a8 Allow abbreviations in the first refspec to be merged 17 years ago
Shawn O. Pearce 4491e62ae9 Prevent send-pack from segfaulting when a branch doesn't match 17 years ago
Shawn O. Pearce 7dfee372b0 Cleanup unnecessary break in remote.c 17 years ago
Shawn O. Pearce 009c5bcd24 Cleanup style nit of 'x == NULL' in remote.c 17 years ago
Shawn O. Pearce f4e95765b0 Fix memory leaks when disconnecting transport instances 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 824d5776c3 Refactor struct transport_ops inlined into struct transport 17 years ago
Shawn O. Pearce 28b91f8ad9 Rename remote.uri to remote.url within remote handling internals 17 years ago
Shawn O. Pearce bbaf458428 Use 'unsigned:1' when we mean boolean options 17 years ago
Shawn O. Pearce ab865e6eec Avoid printing unnecessary warnings during fetch and push 17 years ago
Shawn O. Pearce 85682c1903 Correct handling of branch.$name.merge in builtin-fetch 17 years ago
Shawn O. Pearce d8b3a2bf18 Don't attempt to merge non-existant remotes in t5515 17 years ago
Shawn O. Pearce 27e13374bf builtin-fetch: Don't segfault on "fetch +foo" 17 years ago
Shawn O. Pearce f38395905b Remove more debugging from builtin-fetch 17 years ago
Shawn O. Pearce ad23603c3a Don't configure remote "." to fetch everything to itself 17 years ago
Shawn O. Pearce b3abdd9d21 Allow builtin-fetch to work on a detached HEAD 17 years ago
Shawn O. Pearce e5f4e21463 Remove unnecessary 'fetch' argument from transport_get API 17 years ago
Shawn O. Pearce be6042cfa5 Add transport.h to LIB_H as transport.o is in LIB_OBJS 17 years ago
Shawn O. Pearce 8eb554ae62 Cleanup duplicate initialization code in transport_get 17 years ago
Shawn O. Pearce b6abb48a15 Don't bother passing ref log details to walker in builtin-fetch 17 years ago
Shawn O. Pearce 3278cd0a39 Properly cleanup in http_cleanup so builtin-fetch does not segfault 17 years ago
Shawn O. Pearce e4cd6c7a20 Backup the array passed to fetch_pack so we can free items 17 years ago
Shawn O. Pearce e8a37b89f7 Fix builtin-fetch memory corruption by not overstepping array 17 years ago
Shawn O. Pearce e4022ed2c8 Always ensure the pack.keep file is removed by git-fetch 17 years ago
Shawn O. Pearce 1788c39cd0 Remove pack.keep after ref updates in git-fetch 17 years ago
Shawn O. Pearce 106764e651 Refactor index-pack "keep $sha1" handling for reuse 17 years ago
Shawn O. Pearce 425b139313 Simplify fetch transport API to just one function 17 years ago
Shawn O. Pearce 7a2bff4593 Replace custom memory growth allocator with ALLOC_GROW 17 years ago
Shawn O. Pearce f1ae391e17 Remove unused unpacklimit variable from builtin-fetch 17 years ago
Shawn O. Pearce 133296f00c Remove unnecessary debugging from builtin-fetch 17 years ago
Shawn O. Pearce 4ad1eada97 Fix off by one bug in reflog messages written by builtin-fetch 17 years ago
Shawn O. Pearce 1aad91f5a7 Correct builtin-fetch to handle + in refspecs 17 years ago
Daniel Barkalow b888d61c83 Make fetch a builtin 17 years ago
Johannes Schindelin c7a8a16239 Add bundle transport 17 years ago
Johannes Schindelin 30415d50cc Move bundle specific stuff into bundle.[ch] 17 years ago
Daniel Barkalow c29727d524 Add fetch methods to transport library. 17 years ago
Daniel Barkalow d71ab17470 Add matching and parsing for fetch-side refspec rules 17 years ago
Daniel Barkalow 9b288516ee Push code for transport library 17 years ago
Daniel Barkalow 2d4177c01c Make fetch-pack a builtin with an internal API 17 years ago
Daniel Barkalow cf818348f1 Report information on branches from remote.h 17 years ago
Daniel Barkalow 0012ba2108 Add uploadpack configuration info to remote. 17 years ago
Daniel Barkalow 30ae764b1e Modularize commit-walker 17 years ago
Daniel Barkalow fbdeef948b Remove obsolete commit-walkers 17 years ago
Daniel Barkalow fc57b6aaa5 Make function to refill http queue a callback 17 years ago
Daniel Barkalow 45c1741235 Refactor http.h USE_CURL_MULTI fill_active_slots(). 17 years ago
Junio C Hamano 077d6f72c7 Merge branch 'maint' to sync with 1.5.3.2 17 years ago