summaryrefslogtreecommitdiffstats
path: root/trace.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-19Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce5-26/+26
2007-09-19Use 'unsigned:1' when we mean boolean optionsShawn O. Pearce1-6/+6
2007-09-19Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce2-12/+17
2007-09-19Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce11-23/+51
2007-09-19Don't attempt to merge non-existant remotes in t5515Shawn O. Pearce1-2/+1
2007-09-19builtin-fetch: Don't segfault on "fetch +foo"Shawn O. Pearce1-2/+1
2007-09-19Remove more debugging from builtin-fetchShawn O. Pearce1-2/+0
2007-09-19Don't configure remote "." to fetch everything to itselfShawn O. Pearce1-4/+0
2007-09-19Allow builtin-fetch to work on a detached HEADShawn O. Pearce1-1/+2
2007-09-19Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce4-11/+20
2007-09-19Add transport.h to LIB_H as transport.o is in LIB_OBJSShawn O. Pearce1-1/+1
2007-09-19Cleanup duplicate initialization code in transport_getShawn O. Pearce1-17/+10
2007-09-19Don't bother passing ref log details to walker in builtin-fetchShawn O. Pearce1-1/+1
2007-09-19Properly cleanup in http_cleanup so builtin-fetch does not segfaultShawn O. Pearce1-2/+5
2007-09-19Backup the array passed to fetch_pack so we can free itemsShawn O. Pearce1-2/+5
2007-09-19Fix builtin-fetch memory corruption by not overstepping arrayShawn O. Pearce1-1/+0
2007-09-19Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce1-1/+16
2007-09-19Remove pack.keep after ref updates in git-fetchShawn O. Pearce5-13/+44
2007-09-19Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce3-22/+29
2007-09-19Simplify fetch transport API to just one functionShawn O. Pearce3-39/+27
2007-09-19Replace custom memory growth allocator with ALLOC_GROWShawn O. Pearce1-8/+3
2007-09-19Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce1-20/+0
2007-09-19Remove unnecessary debugging from builtin-fetchShawn O. Pearce2-11/+0
2007-09-19Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce1-1/+1
2007-09-19Correct builtin-fetch to handle + in refspecsShawn O. Pearce1-1/+1
2007-09-19Make fetch a builtinDaniel Barkalow17-15/+571
2007-09-19Add bundle transportJohannes Schindelin1-1/+51
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin4-360/+375
2007-09-19Add fetch methods to transport library.Daniel Barkalow2-3/+302
2007-09-19Add matching and parsing for fetch-side refspec rulesDaniel Barkalow2-1/+148
2007-09-19Push code for transport libraryDaniel Barkalow4-62/+280
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow5-22/+86
2007-09-19Report information on branches from remote.hDaniel Barkalow2-11/+164
2007-09-19Add uploadpack configuration info to remote.Daniel Barkalow2-0/+6
2007-09-19Modularize commit-walkerDaniel Barkalow9-230/+271
2007-09-19Remove obsolete commit-walkersDaniel Barkalow8-677/+4
2007-09-19Make function to refill http queue a callbackDaniel Barkalow4-7/+36
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow4-39/+40
2007-09-19GIT 1.5.3.2v1.5.3.2Junio C Hamano3-2/+60
2007-09-19Fixed update-hook example allow-users format.Väinö Järvelä1-4/+4
2007-09-19Documentation/git-svn: updated design philosophy notesEric Wong1-5/+6
2007-09-19t/t4014: test "am -3" with mode-only change.Junio C Hamano1-2/+5
2007-09-18git-commit.sh: Shell script cleanupDavid Kastrup1-58/+14
2007-09-18preserve executable bits in zip archivesDmitry Potapov1-2/+4
2007-09-18Fix lapsus in builtin-apply.cPierre Habouzit1-1/+1
2007-09-18git-push: documentation and tests for pushing only branchesJeff King3-4/+14
2007-09-18git-svnimport: Use separate arguments in the pipe for git-rev-parseMatthias Urlichs1-1/+1