summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-30Introduce remove_dir_recursively()Johannes Schindelin
2007-09-30bundle transport: fix an alloc_ref() callJunio C Hamano
2007-09-30Allow abbreviations in the first refspec to be mergedDaniel Barkalow
2007-09-25Prevent send-pack from segfaulting when a branch doesn't matchShawn O. Pearce
2007-09-25Cleanup unnecessary break in remote.cShawn O. Pearce
2007-09-25Cleanup style nit of 'x == NULL' in remote.cShawn O. Pearce
2007-09-19Fix memory leaks when disconnecting transport instancesShawn O. Pearce
2007-09-19Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce
2007-09-19Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce
2007-09-19Refactor struct transport_ops inlined into struct transportShawn O. Pearce
2007-09-19Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce
2007-09-19Use 'unsigned:1' when we mean boolean optionsShawn O. Pearce
2007-09-19Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce
2007-09-19Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce
2007-09-19Don't attempt to merge non-existant remotes in t5515Shawn O. Pearce
2007-09-19builtin-fetch: Don't segfault on "fetch +foo"Shawn O. Pearce
2007-09-19Remove more debugging from builtin-fetchShawn O. Pearce
2007-09-19Don't configure remote "." to fetch everything to itselfShawn O. Pearce
2007-09-19Allow builtin-fetch to work on a detached HEADShawn O. Pearce
2007-09-19Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce
2007-09-19Add transport.h to LIB_H as transport.o is in LIB_OBJSShawn O. Pearce
2007-09-19Cleanup duplicate initialization code in transport_getShawn O. Pearce
2007-09-19Don't bother passing ref log details to walker in builtin-fetchShawn O. Pearce
2007-09-19Properly cleanup in http_cleanup so builtin-fetch does not segfaultShawn O. Pearce
2007-09-19Backup the array passed to fetch_pack so we can free itemsShawn O. Pearce
2007-09-19Fix builtin-fetch memory corruption by not overstepping arrayShawn O. Pearce
2007-09-19Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce
2007-09-19Remove pack.keep after ref updates in git-fetchShawn O. Pearce
2007-09-19Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce
2007-09-19Simplify fetch transport API to just one functionShawn O. Pearce
2007-09-19Replace custom memory growth allocator with ALLOC_GROWShawn O. Pearce
2007-09-19Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce
2007-09-19Remove unnecessary debugging from builtin-fetchShawn O. Pearce
2007-09-19Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce
2007-09-19Correct builtin-fetch to handle + in refspecsShawn O. Pearce
2007-09-19Make fetch a builtinDaniel Barkalow
2007-09-19Add bundle transportJohannes Schindelin
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin
2007-09-19Add fetch methods to transport library.Daniel Barkalow
2007-09-19Add matching and parsing for fetch-side refspec rulesDaniel Barkalow
2007-09-19Push code for transport libraryDaniel Barkalow
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow
2007-09-19Report information on branches from remote.hDaniel Barkalow
2007-09-19Add uploadpack configuration info to remote.Daniel Barkalow
2007-09-19Modularize commit-walkerDaniel Barkalow
2007-09-19Remove obsolete commit-walkersDaniel Barkalow
2007-09-19Make function to refill http queue a callbackDaniel Barkalow
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow
2007-09-19Merge branch 'maint' to sync with 1.5.3.2Junio C Hamano
2007-09-19GIT 1.5.3.2v1.5.3.2Junio C Hamano