Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added libssh2 cmake module | Brad Morgan | 2013-05-07 | 3 | -1/+58 |
* | Fixed compilation issues when libssh2 is missing | Brad Morgan | 2013-05-07 | 4 | -2/+23 |
* | Added SSH public key authentication | Brad Morgan | 2013-05-07 | 3 | -1/+92 |
* | Cleanup | Brad Morgan | 2013-05-05 | 1 | -7/+5 |
* | Renaming | Brad Morgan | 2013-05-05 | 1 | -6/+6 |
* | Refactoring | Brad Morgan | 2013-05-05 | 1 | -27/+66 |
* | Cleanup | Brad Morgan | 2013-05-05 | 1 | -1/+1 |
* | Added username and password auth for ssh | Brad Morgan | 2013-05-05 | 1 | -17/+41 |
* | Added support for ssh:// urls | Brad Morgan | 2013-05-05 | 2 | -28/+53 |
* | Refactoring | Brad Morgan | 2013-05-05 | 1 | -59/+43 |
* | Added ssh stream cleanup | Brad Morgan | 2013-05-05 | 1 | -1/+10 |
* | Cleanup | Brad Morgan | 2013-05-05 | 1 | -17/+7 |
* | Push working over ssh | Brad Morgan | 2013-05-04 | 3 | -27/+149 |
* | Adding ssh transport logic | Brad Morgan | 2013-05-03 | 2 | -20/+86 |
* | Renaming | Brad Morgan | 2013-05-03 | 1 | -49/+49 |
* | Added ssh transport file | Brad Morgan | 2013-05-03 | 3 | -2/+371 |
* | Merge branch 'development'v0.18.0 | Vicent Marti | 2013-04-16 | 1359 | -14327/+69169 |
|\ | |||||
| * | libgit2 0.18.0 "Big Ben" | Vicent Marti | 2013-04-16 | 1 | -2/+2 |
| * | Merge pull request #1469 from libgit2/vmg/unified-revision | Vicent Martí | 2013-04-15 | 13 | -139/+239 |
| |\ | |||||
| | * | Fix examplesvmg/unified-revision | Vicent Marti | 2013-04-16 | 1 | -9/+11 |
| | * | Update docs | Vicent Marti | 2013-04-15 | 1 | -9/+7 |
| | * | git_revision -> git_revspec | Vicent Marti | 2013-04-15 | 4 | -32/+32 |
| | * | Is this crazy? | Vicent Marti | 2013-04-15 | 4 | -64/+60 |
| | * | Merge remote-tracking branch 'ben/unified-revparse' into development | Vicent Marti | 2013-04-15 | 13 | -124/+228 |
| | |\ | |||||
| | | * | Clean up minor details | Ben Straub | 2013-04-15 | 3 | -5/+3 |
| | | * | Clean up example code. | Ben Straub | 2013-04-15 | 1 | -3/+3 |
| | | * | Change git_revparse to output git_object pointers | Ben Straub | 2013-04-15 | 10 | -66/+54 |
| | | * | Redeploy git_revparse_single. | Ben Straub | 2013-04-15 | 6 | -116/+77 |
| | | * | Reintroduce git_revparse_single. | Ben Straub | 2013-04-15 | 2 | -1/+15 |
| | | * | Add rev-list example to makefiles | Ben Straub | 2013-04-09 | 2 | -1/+4 |
| | | * | Deprecate git_revparse_single and _rangelike | Ben Straub | 2013-04-09 | 16 | -166/+156 |
| | | * | Implement unified git_revparse | Ben Straub | 2013-04-08 | 3 | -22/+135 |
| | | * | Propose unified rev-parse API | Ben Straub | 2013-04-08 | 1 | -0/+37 |
| * | | | Merge pull request #1470 from carlosmn/remote-ls-after-close | Vicent Martí | 2013-04-15 | 4 | -23/+53 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | remote: don't try to update FETCH_HEAD if no extra heads exist | Carlos Martín Nieto | 2013-04-16 | 1 | -0/+4 |
| | * | | Allow git_remote_ls after disconnecting from the remote | Carlos Martín Nieto | 2013-04-15 | 4 | -23/+49 |
| |/ / | |||||
| * | | Merge pull request #1468 from carlosmn/obsd-sparc64 | Vicent Martí | 2013-04-15 | 3 | -10/+10 |
| |\ \ | |||||
| | * | | refdb tests: use the right variable size | Carlos Martín Nieto | 2013-04-15 | 1 | -8/+8 |
| | * | | Fix compilation on OpenBSD | Carlos Martín Nieto | 2013-04-15 | 2 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #1467 from carlosmn/commit-parse | Vicent Martí | 2013-04-15 | 2 | -3/+30 |
| |\ \ | |||||
| | * | | commit: correctly detect the start of the commit message | Carlos Martín Nieto | 2013-04-15 | 2 | -3/+30 |
| |/ / | |||||
| * | | Merge pull request #1464 from ethomson/refdb_free | Russell Belfer | 2013-04-12 | 1 | -1/+9 |
| |\ \ | |||||
| | * | | dec refcount on refdb instead of always freeing | Edward Thomson | 2013-04-12 | 1 | -1/+9 |
| |/ / | |||||
| * | | Merge pull request #1450 from carlosmn/branch-upstream | Vicent Martí | 2013-04-11 | 12 | -179/+337 |
| |\ \ | |||||
| | * | | branch: add more upstream configuration management | Carlos Martín Nieto | 2013-04-11 | 3 | -1/+162 |
| | * | | branch: refactor git_branch_remote_name | Carlos Martín Nieto | 2013-03-31 | 2 | -26/+23 |
| | * | | branch: rename 'tracking' to 'upstream' | Carlos Martín Nieto | 2013-03-30 | 10 | -76/+76 |
| * | | | Merge pull request #1367 from yorah/fix/pathspecs_behaviour | Vicent Martí | 2013-04-11 | 6 | -175/+268 |
| |\ \ \ | |||||
| | * | | | Notify '*' pathspec correctly when diffing | yorah | 2013-04-11 | 6 | -175/+268 |
| |/ / / | |||||
| * | | | object: Export git_object_dup | Vicent Marti | 2013-04-10 | 7 | -16/+19 |