summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-09-19Merge branch 'maint'Junio C Hamano
2007-09-19Fixed update-hook example allow-users format.Väinö Järvelä
2007-09-19Documentation/git-svn: updated design philosophy notesEric Wong
2007-09-18t/t4014: test "am -3" with mode-only change.Junio C Hamano
2007-09-18git-commit.sh: Shell script cleanupDavid Kastrup
2007-09-18preserve executable bits in zip archivesDmitry Potapov
2007-09-18Fix lapsus in builtin-apply.cPierre Habouzit
2007-09-18git-push: documentation and tests for pushing only branchesJeff King
2007-09-18git-svnimport: Use separate arguments in the pipe for git-rev-parseMatthias Urlichs
2007-09-18contrib/fast-import: add perl version of simple exampleJeff King
2007-09-18contrib/fast-import: add simple shell exampleNguyen Thai Ngoc Duy