summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adding .mailmap fileValentin Haenel2012-12-151-0/+3
* Merge pull request #1143 from ben/clone-optionsVicent Martí2012-12-147-104/+111
|\
| * Move non-options back out of options structBen Straub2012-12-147-58/+60
| * Deploy git_clone_options to network sampleBen Straub2012-12-141-5/+10
| * Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-146-121/+88
| * Introduce git_clone_optionsBen Straub2012-12-141-0/+33
|/
* travis: update the apt-get dbCarlos Martín Nieto2012-12-141-1/+2
* tests: Fix unused temp repoVicent Marti2012-12-141-5/+0
* test: Fix clone testsVicent Marti2012-12-141-2/+5
* Merge remote-tracking branch 'origin/clone-auth' into developmentVicent Marti2012-12-1410-80/+199
|\
| * Enable authenticated clones in network sampleBen Straub2012-12-131-1/+17
| * Stop premature remote freeing when cloningBen Straub2012-12-134-3/+13
| * Fix network exampleBen Straub2012-12-131-2/+11
| * Define constant for default fetch specBen Straub2012-12-136-7/+15
| * Convert clone to use dangling remotesBen Straub2012-12-127-39/+66
| * API to set a dangling remote's repositoryBen Straub2012-12-123-2/+29
| * Allow creation of dangling remotesBen Straub2012-12-123-38/+60
* | Merge remote-tracking branch 'jamill/transport_localpaths' into developmentVicent Marti2012-12-142-9/+34
|\ \
| * | Fix comment so it doesn't go over 100 charsJameson Miller2012-12-131-4/+6
| * | Add test to clone with absolute pathJameson Miller2012-12-131-0/+8
| * | Transport resolution on Win32 should handle absolute local pathsJameson Miller2012-12-131-9/+24
|/ /
* | Merge pull request #1139 from ethomson/index_bugfixBen Straub2012-12-121-4/+5
|\ \ | |/ |/|
| * don't walk off the end of the indexEdward Thomson2012-12-121-4/+5
|/
* Merge pull request #1136 from pclouds/tree-cache-countsVicent Martí2012-12-121-1/+1
|\
| * tree cache: loosen negative entry count checkNguyễn Thái Ngọc Duy2012-12-121-1/+1
|/
* Merge pull request #1135 from ymendel/patch-1Vicent Martí2012-12-111-0/+1
|\
| * ignore mkmf.logYossef Mendelssohn2012-12-111-0/+1
|/
* Merge pull request #1133 from arrbee/more-iterator-cleanupVicent Martí2012-12-1015-154/+311
|\
| * Fix iterator reset and add reset rangesRussell Belfer2012-12-108-119/+253
| * Clean up iterator APIsRussell Belfer2012-12-1011-35/+58
|/
* Add git_cred_acquire_cb payload to winhttp transportBen Straub2012-12-101-1/+1
* Merge pull request #1132 from ben/cred-acquire-payloadVicent Martí2012-12-1010-10/+25
|\
| * Add a payload param to git_cred_acquire_cbBen Straub2012-12-1010-10/+25
|/
* Clean up GCC build warningsBen Straub2012-12-102-3/+2
* Merge pull request #1126 from carlosmn/indexer-bufferVicent Martí2012-12-101-10/+9
|\
| * indexer: move the temporary buffers into the indexer objectCarlos Martín Nieto2012-12-071-10/+9
* | Merge pull request #1127 from libgit2/fix-mwindow-threadingVicent Martí2012-12-105-15/+54
|\ \ | |/ |/|
| * orite C89Justin Spahr-Summers2012-12-091-2/+2
| * Treat git_mutex_lock as successful when threads are disabledJustin Spahr-Summers2012-12-091-1/+1
| * Always check the result of git_mutex_lockJustin Spahr-Summers2012-12-093-14/+51
| * git__mwindow_mutex needs to be initialized even with pthreadsJustin Spahr-Summers2012-12-091-0/+2
|/
* Merge pull request #1091 from carlosmn/stream-objectVicent Martí2012-12-075-59/+282
|\
| * indexer: correctly deal with objects larger than the window sizeCarlos Martín Nieto2012-11-301-19/+26
| * indexer: make use of streaming also for deltasCarlos Martín Nieto2012-11-301-49/+78
| * indexer: use the packfile streaming APICarlos Martín Nieto2012-11-303-30/+137
| * pack: introduce a streaming API for raw objectsCarlos Martín Nieto2012-11-302-0/+80
* | Merge pull request #1123 from carlosmn/lax-treeVicent Martí2012-12-073-36/+48
|\ \
| * | tree: relax the filemode parserCarlos Martín Nieto2012-12-073-36/+48
|/ /
* | Allow compilation as C++Ben Straub2012-12-068-9/+9
* | travis: Try this keyVicent Marti2012-12-061-1/+1