summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix attribute lookup in index for bare reposrb/attr-with-bareRussell Belfer2014-09-154-0/+77
* Merge pull request #2563 from alexcrichton/rust-bindingsVicent Marti2014-09-151-0/+2
|\
| * Add Rust to the language bindings listAlex Crichton2014-09-151-0/+2
|/
* Merge pull request #2554 from linquize/fetch-head-tagVicent Marti2014-09-153-2/+33
|\
| * When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-09-063-2/+33
* | Merge pull request #2558 from libgit2/cmn/signature-empty-emailVicent Marti2014-09-102-4/+4
|\ \
| * | signature: don't allow empty emailscmn/signature-empty-emailCarlos Martín Nieto2014-09-102-4/+4
|/ /
* | Merge pull request #2511 from libgit2/cmn/remote-default-restrictVicent Marti2014-09-095-27/+138
|\ \
| * | clone: handle overly restrictive refspecscmn/remote-default-restrictCarlos Martín Nieto2014-09-022-35/+23
| * | clone: correct handling of an unborn HEADCarlos Martín Nieto2014-09-022-19/+17
| * | remote: add test for single-branch cloneCarlos Martín Nieto2014-09-021-0/+61
| * | remote: add tests for remote-branch edge casesCarlos Martín Nieto2014-09-021-0/+29
| * | clone: support remotes with references but no branchesCarlos Martín Nieto2014-08-291-2/+19
| * | remote: short-circuit the default branch check if there is noneCarlos Martín Nieto2014-08-291-0/+3
| * | remote: assert what we want to happen when ther is no default branchCarlos Martín Nieto2014-08-291-0/+14
| * | travis: no need to clean out the test repositoryCarlos Martín Nieto2014-08-291-2/+0
| * | remote: restrict default branch to branches namespaceCarlos Martín Nieto2014-08-291-0/+3
| |/
* | reflog: Error handling on empty reflogVicent Marti2014-09-051-18/+15
* | Merge pull request #2553 from libgit2/cmn/ssh-errorsVicent Marti2014-09-051-1/+7
|\ \
| * | ssh: store error message immediately after a failed agent callcmn/ssh-errorsCarlos Martín Nieto2014-09-041-1/+7
|/ /
* | Merge pull request #2543 from libgit2/cmn/known-transportsVicent Marti2014-09-033-56/+23
|\ \
| * | remote: test for supported URLs in a single placeCarlos Martín Nieto2014-08-311-16/+9
| * | remote: get rid of git_remote_valid_url()Carlos Martín Nieto2014-08-313-32/+23
| * | transport: return ENOTFOUND for HTTPS and SSH when they're not supportedCarlos Martín Nieto2014-08-311-0/+6
| * | transport: distinguish between unknown and unsupported transportsCarlos Martín Nieto2014-08-311-24/+1
* | | Merge pull request #2530 from libgit2/jamill/relative_gitlinkVicent Marti2014-09-0310-41/+377
|\ \ \
| * | | Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-027-41/+256
| * | | Introduce git_path_make_relativeEdward Thomson2014-09-023-0/+121
* | | | Merge pull request #2552 from KindDragon/masterVicent Marti2014-09-034-6/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Several CppCat warnings fixedArkady Shapkin2014-09-034-6/+3
* | | | Merge pull request #2550 from KindDragon/patch-2Vicent Marti2014-09-031-0/+14
|\ \ \ \
| * | | | .editorconfig added to repositoryArkadiy Shapkin2014-09-031-0/+14
| |/ / /
* | | | Merge pull request #2545 from linquize/no-sshVicent Marti2014-09-031-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Skip SSH clone tests if libgit2 not built with GIT_SSH definedLinquize2014-09-011-0/+9
| | |/ | |/|
* | | Merge pull request #2548 from linquize/warning5Vicent Marti2014-09-011-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix warningLinquize2014-09-011-1/+1
| |/
* | Merge pull request #2544 from linquize/test-pushVicent Marti2014-08-311-2/+1
|\ \
| * | MSVC does not support zero size arrayLinquize2014-08-311-2/+1
|/ /
* | Merge pull request #2481 from libgit2/cmn/oidarrayVicent Marti2014-08-297-1/+169
|\ \ | |/ |/|
| * merge: expose multiple merge basescmn/oidarrayCarlos Martín Nieto2014-07-277-1/+169
* | Merge pull request #2539 from libgit2/cmn/ahead-behind-orderVicent Marti2014-08-282-20/+20
|\ \
| * | graph: fix ahead-behind logiccmn/ahead-behind-orderCarlos Martín Nieto2014-08-281-2/+2
| * | Fix ahead-behind testsCarlos Martín Nieto2014-08-281-18/+18
* | | Merge pull request #2538 from libgit2/ntk/propagate_url_parsing_errorVicent Marti2014-08-272-3/+9
|\ \ \
| * | | winhttp: Prevent swallowing of url parsing errornulltoken2014-08-272-3/+9
* | | | Merge pull request #2502 from rnowosielski/remote_set_timeoutVicent Marti2014-08-271-1/+17
|\ \ \ \
| * | | | Set timeout on remote (WinHTTP) should return error in case of failure. Conne...Rafal Nowosielski2014-08-271-7/+15
| * | | | Set timeout on remote (WinHTTP) to infinite #2147Rafal Nowosielski2014-08-231-0/+8
* | | | | Merge pull request #2490 from csware/ssh-wintunnelVicent Marti2014-08-272-20/+92
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Added some testsSven Strickroth2014-08-271-0/+66