summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added libssh2 cmake moduleBrad Morgan2013-05-073-1/+58
* Fixed compilation issues when libssh2 is missingBrad Morgan2013-05-074-2/+23
* Added SSH public key authenticationBrad Morgan2013-05-073-1/+92
* CleanupBrad Morgan2013-05-051-7/+5
* RenamingBrad Morgan2013-05-051-6/+6
* RefactoringBrad Morgan2013-05-051-27/+66
* CleanupBrad Morgan2013-05-051-1/+1
* Added username and password auth for sshBrad Morgan2013-05-051-17/+41
* Added support for ssh:// urlsBrad Morgan2013-05-052-28/+53
* RefactoringBrad Morgan2013-05-051-59/+43
* Added ssh stream cleanupBrad Morgan2013-05-051-1/+10
* CleanupBrad Morgan2013-05-051-17/+7
* Push working over sshBrad Morgan2013-05-043-27/+149
* Adding ssh transport logicBrad Morgan2013-05-032-20/+86
* RenamingBrad Morgan2013-05-031-49/+49
* Added ssh transport fileBrad Morgan2013-05-033-2/+371
* Merge branch 'development'v0.18.0Vicent Marti2013-04-161359-14327/+69169
|\
| * libgit2 0.18.0 "Big Ben"Vicent Marti2013-04-161-2/+2
| * Merge pull request #1469 from libgit2/vmg/unified-revisionVicent Martí2013-04-1513-139/+239
| |\
| | * Fix examplesvmg/unified-revisionVicent Marti2013-04-161-9/+11
| | * Update docsVicent Marti2013-04-151-9/+7
| | * git_revision -> git_revspecVicent Marti2013-04-154-32/+32
| | * Is this crazy?Vicent Marti2013-04-154-64/+60
| | * Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti2013-04-1513-124/+228
| | |\
| | | * Clean up minor detailsBen Straub2013-04-153-5/+3
| | | * Clean up example code.Ben Straub2013-04-151-3/+3
| | | * Change git_revparse to output git_object pointersBen Straub2013-04-1510-66/+54
| | | * Redeploy git_revparse_single.Ben Straub2013-04-156-116/+77
| | | * Reintroduce git_revparse_single.Ben Straub2013-04-152-1/+15
| | | * Add rev-list example to makefilesBen Straub2013-04-092-1/+4
| | | * Deprecate git_revparse_single and _rangelikeBen Straub2013-04-0916-166/+156
| | | * Implement unified git_revparseBen Straub2013-04-083-22/+135
| | | * Propose unified rev-parse APIBen Straub2013-04-081-0/+37
| * | | Merge pull request #1470 from carlosmn/remote-ls-after-closeVicent Martí2013-04-154-23/+53
| |\ \ \ | | |/ / | |/| |
| | * | remote: don't try to update FETCH_HEAD if no extra heads existCarlos Martín Nieto2013-04-161-0/+4
| | * | Allow git_remote_ls after disconnecting from the remoteCarlos Martín Nieto2013-04-154-23/+49
| |/ /
| * | Merge pull request #1468 from carlosmn/obsd-sparc64Vicent Martí2013-04-153-10/+10
| |\ \
| | * | refdb tests: use the right variable sizeCarlos Martín Nieto2013-04-151-8/+8
| | * | Fix compilation on OpenBSDCarlos Martín Nieto2013-04-152-2/+2
| |/ /
| * | Merge pull request #1467 from carlosmn/commit-parseVicent Martí2013-04-152-3/+30
| |\ \
| | * | commit: correctly detect the start of the commit messageCarlos Martín Nieto2013-04-152-3/+30
| |/ /
| * | Merge pull request #1464 from ethomson/refdb_freeRussell Belfer2013-04-121-1/+9
| |\ \
| | * | dec refcount on refdb instead of always freeingEdward Thomson2013-04-121-1/+9
| |/ /
| * | Merge pull request #1450 from carlosmn/branch-upstreamVicent Martí2013-04-1112-179/+337
| |\ \
| | * | branch: add more upstream configuration managementCarlos Martín Nieto2013-04-113-1/+162
| | * | branch: refactor git_branch_remote_nameCarlos Martín Nieto2013-03-312-26/+23
| | * | branch: rename 'tracking' to 'upstream'Carlos Martín Nieto2013-03-3010-76/+76
| * | | Merge pull request #1367 from yorah/fix/pathspecs_behaviourVicent Martí2013-04-116-175/+268
| |\ \ \
| | * | | Notify '*' pathspec correctly when diffingyorah2013-04-116-175/+268
| |/ / /
| * | | object: Export git_object_dupVicent Marti2013-04-107-16/+19