summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| * | | | Allow to override default ssh transport_cbSven Strickroth2014-08-261-20/+26
* | | | | Adjust clone tests to USERNAME cred typeCarlos Martín Nieto2014-08-271-0/+3
* | | | | Merge branch 'cmn/ssh-retry'Carlos Martín Nieto2014-08-2710-39/+343
|\ \ \ \ \
| * | | | | Add ssh retry changes to CHANGELOGCarlos Martín Nieto2014-08-271-0/+6
| * | | | | Merge remote-tracking branch 'upstream/master' into cmn/ssh-retryCarlos Martín Nieto2014-08-27184-2119/+5260
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2537 from libgit2/reduce-cache-contentionVicent Marti2014-08-272-10/+10
|\ \ \ \ \ \
| * | | | | | Refactor git_cache to use an rwlockJustin Spahr-Summers2014-08-262-10/+10
|/ / / / / /
* | | | | | Merge pull request #2508 from libgit2/rb/fix-ignore-slash-starVicent Marti2014-08-263-1/+117
|\ \ \ \ \ \
| * | | | | | Demonstrate a trailing slash failure.rb/fix-ignore-slash-starRob Rix2014-08-081-0/+57
| * | | | | | For negative matches, always use leading dir matchRussell Belfer2014-08-081-1/+2
| * | | | | | status: failing test with slash-starCarlos Martín Nieto2014-08-081-0/+38
| * | | | | | Fix rejection of parent dir of negated ignoresRussell Belfer2014-08-082-0/+20
* | | | | | | Merge pull request #2533 from jakebolewski/jcb/addjuliaVicent Marti2014-08-261-0/+2
|\ \ \ \ \ \ \
| * | | | | | | add Julia to the language bindings listjake bolewski2014-08-251-0/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2535 from libgit2/cmn/unpack-offsetVicent Marti2014-08-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | pack: return the correct final offsetcmn/unpack-offsetCarlos Martín Nieto2014-08-261-1/+1
|/ / / / / /
* | | | | | Merge pull request #2532 from arthurschreiber/arthur/fix-merge-base-commit-checkVicent Marti2014-08-251-1/+4
|\ \ \ \ \ \
| * | | | | | merge base: Correctly raise an error if a non-commit object is passed.Arthur Schreiber2014-08-251-1/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2531 from libgit2/rb/mkdir-allow-parent-failuresVicent Marti2014-08-252-3/+36
|\ \ \ \ \ \
| * | | | | | Allow mkdir helper to skip parent errorsrb/mkdir-allow-parent-failuresRussell Belfer2014-08-222-3/+36
| |/ / / / /
* | | | | | Merge pull request #2527 from jacquesg/refspec-crashVicent Marti2014-08-252-7/+57
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Check that the refspec matches before modifying the out bufferJacques Germishuys2014-08-211-6/+6
| * | | | | Check if the refspec matches before transformingJacques Germishuys2014-08-172-7/+57
| | |_|/ / | |/| | |
* | | | | Merge pull request #2528 from libgit2/vmg/tostr_sVicent Marti2014-08-187-18/+33
|\ \ \ \ \
| * | | | | oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-187-18/+33
* | | | | | Revert "test: Remove symlinks from the source tree"Vicent Marti2014-08-181-0/+1
* | | | | | test: Remove symlinks from the source treeVicent Marti2014-08-181-1/+0
* | | | | | Merge pull request #2525 from libgit2/cmn/http-recv-bufferVicent Marti2014-08-181-4/+20
|\ \ \ \ \ \