aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use 'unsigned:1' when we mean boolean optionsShawn O. Pearce2007-09-19
* Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce2007-09-19
* Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce2007-09-19
* Don't attempt to merge non-existant remotes in t5515Shawn O. Pearce2007-09-19
* builtin-fetch: Don't segfault on "fetch +foo"Shawn O. Pearce2007-09-19
* Remove more debugging from builtin-fetchShawn O. Pearce2007-09-19
* Don't configure remote "." to fetch everything to itselfShawn O. Pearce2007-09-19
* Allow builtin-fetch to work on a detached HEADShawn O. Pearce2007-09-19
* Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-19
* Add transport.h to LIB_H as transport.o is in LIB_OBJSShawn O. Pearce2007-09-19
* Cleanup duplicate initialization code in transport_getShawn O. Pearce2007-09-19
* Don't bother passing ref log details to walker in builtin-fetchShawn O. Pearce2007-09-19
* Properly cleanup in http_cleanup so builtin-fetch does not segfaultShawn O. Pearce2007-09-19
* Backup the array passed to fetch_pack so we can free itemsShawn O. Pearce2007-09-19
* Fix builtin-fetch memory corruption by not overstepping arrayShawn O. Pearce2007-09-19
* Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce2007-09-19
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-19
* Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce2007-09-19
* Simplify fetch transport API to just one functionShawn O. Pearce2007-09-19
* Replace custom memory growth allocator with ALLOC_GROWShawn O. Pearce2007-09-19
* Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce2007-09-19
* Remove unnecessary debugging from builtin-fetchShawn O. Pearce2007-09-19
* Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce2007-09-19
* Correct builtin-fetch to handle + in refspecsShawn O. Pearce2007-09-19
* Make fetch a builtinDaniel Barkalow2007-09-19
* Add bundle transportJohannes Schindelin2007-09-19
* Move bundle specific stuff into bundle.[ch]Johannes Schindelin2007-09-19
* Add fetch methods to transport library.Daniel Barkalow2007-09-19
* Add matching and parsing for fetch-side refspec rulesDaniel Barkalow2007-09-19
* Push code for transport libraryDaniel Barkalow2007-09-19
* Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-19
* Report information on branches from remote.hDaniel Barkalow2007-09-19
* Add uploadpack configuration info to remote.Daniel Barkalow2007-09-19
* Modularize commit-walkerDaniel Barkalow2007-09-19
* Remove obsolete commit-walkersDaniel Barkalow2007-09-19
* Make function to refill http queue a callbackDaniel Barkalow2007-09-19
* Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow2007-09-19
* Merge branch 'maint' to sync with 1.5.3.2Junio C Hamano2007-09-19
|\
| * GIT 1.5.3.2v1.5.3.2Junio C Hamano2007-09-19
* | Merge branch 'maint'Junio C Hamano2007-09-18
|\ \ | |/
| * Fixed update-hook example allow-users format.Väinö Järvelä2007-09-18
| * Documentation/git-svn: updated design philosophy notesEric Wong2007-09-18
| * t/t4014: test "am -3" with mode-only change.Junio C Hamano2007-09-18
| * Fix lapsus in builtin-apply.cPierre Habouzit2007-09-18
| * git-push: documentation and tests for pushing only branchesJeff King2007-09-18
| * git-svnimport: Use separate arguments in the pipe for git-rev-parseMatthias Urlichs2007-09-18
* | git-commit.sh: Shell script cleanupDavid Kastrup2007-09-18
* | preserve executable bits in zip archivesDmitry Potapov2007-09-18
* | contrib/fast-import: add perl version of simple exampleJeff King2007-09-18
* | contrib/fast-import: add simple shell exampleNguyen Thai Ngoc Duy2007-09-18