summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't configure remote "." to fetch everything to itselfShawn O. Pearce2007-09-191-4/+0
* Allow builtin-fetch to work on a detached HEADShawn O. Pearce2007-09-191-1/+2
* Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-194-11/+20
* Add transport.h to LIB_H as transport.o is in LIB_OBJSShawn O. Pearce2007-09-191-1/+1
* Cleanup duplicate initialization code in transport_getShawn O. Pearce2007-09-191-17/+10
* Don't bother passing ref log details to walker in builtin-fetchShawn O. Pearce2007-09-191-1/+1
* Properly cleanup in http_cleanup so builtin-fetch does not segfaultShawn O. Pearce2007-09-191-2/+5
* Backup the array passed to fetch_pack so we can free itemsShawn O. Pearce2007-09-191-2/+5
* Fix builtin-fetch memory corruption by not overstepping arrayShawn O. Pearce2007-09-191-1/+0
* Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce2007-09-191-1/+16
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-195-13/+44
* Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce2007-09-193-22/+29
* Simplify fetch transport API to just one functionShawn O. Pearce2007-09-193-39/+27
* Replace custom memory growth allocator with ALLOC_GROWShawn O. Pearce2007-09-191-8/+3
* Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce2007-09-191-20/+0
* Remove unnecessary debugging from builtin-fetchShawn O. Pearce2007-09-192-11/+0
* Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce2007-09-191-1/+1
* Correct builtin-fetch to handle + in refspecsShawn O. Pearce2007-09-191-1/+1
* Make fetch a builtinDaniel Barkalow2007-09-1917-15/+571
* Add bundle transportJohannes Schindelin2007-09-191-1/+51
* Move bundle specific stuff into bundle.[ch]Johannes Schindelin2007-09-194-360/+375
* Add fetch methods to transport library.Daniel Barkalow2007-09-192-3/+302
* Add matching and parsing for fetch-side refspec rulesDaniel Barkalow2007-09-192-1/+148
* Push code for transport libraryDaniel Barkalow2007-09-194-62/+280
* Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-195-22/+86
* Report information on branches from remote.hDaniel Barkalow2007-09-192-11/+164
* Add uploadpack configuration info to remote.Daniel Barkalow2007-09-192-0/+6
* Modularize commit-walkerDaniel Barkalow2007-09-199-230/+271
* Remove obsolete commit-walkersDaniel Barkalow2007-09-198-677/+4
* Make function to refill http queue a callbackDaniel Barkalow2007-09-194-7/+36
* Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow2007-09-194-39/+40
* Merge branch 'maint' to sync with 1.5.3.2Junio C Hamano2007-09-192-0/+59
|\
| * GIT 1.5.3.2v1.5.3.2Junio C Hamano2007-09-193-2/+60
* | Merge branch 'maint'Junio C Hamano2007-09-188-17/+31
|\ \ | |/
| * Fixed update-hook example allow-users format.Väinö Järvelä2007-09-181-4/+4
| * Documentation/git-svn: updated design philosophy notesEric Wong2007-09-181-5/+6
| * t/t4014: test "am -3" with mode-only change.Junio C Hamano2007-09-181-2/+5
| * Fix lapsus in builtin-apply.cPierre Habouzit2007-09-181-1/+1
| * git-push: documentation and tests for pushing only branchesJeff King2007-09-183-4/+14
| * git-svnimport: Use separate arguments in the pipe for git-rev-parseMatthias Urlichs2007-09-181-1/+1
* | git-commit.sh: Shell script cleanupDavid Kastrup2007-09-181-58/+14
* | preserve executable bits in zip archivesDmitry Potapov2007-09-181-2/+4
* | contrib/fast-import: add perl version of simple exampleJeff King2007-09-181-0/+64
* | contrib/fast-import: add simple shell exampleNguyen Thai Ngoc Duy2007-09-181-0/+38
* | rev-list --bisect: Bisection "distance" clean up.Christian Couder2007-09-181-11/+7
* | rev-list --bisect: Move some bisection code into best_bisection.Christian Couder2007-09-181-17/+26
* | rev-list --bisect: Move finding bisection into do_find_bisection.Christian Couder2007-09-181-42/+48
* | Merge branch 'cr/reset'Junio C Hamano2007-09-1814-44/+718
|\ \
| * \ Merge branch 'jc/cachetree' into cr/resetJunio C Hamano2007-09-1411-81/+184
| |\ \
| | * | Simplify cache APIJunio C Hamano2007-09-146-19/+4