summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix attribute lookup in index for bare reposrb/attr-with-bareRussell Belfer2014-09-152-0/+28
* Merge pull request #2554 from linquize/fetch-head-tagVicent Marti2014-09-151-2/+6
|\
| * When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-09-061-2/+6
* | signature: don't allow empty emailscmn/signature-empty-emailCarlos Martín Nieto2014-09-101-2/+2
* | Merge pull request #2511 from libgit2/cmn/remote-default-restrictVicent Marti2014-09-092-25/+30
|\ \
| * | clone: handle overly restrictive refspecscmn/remote-default-restrictCarlos Martín Nieto2014-09-021-23/+22
| * | clone: correct handling of an unborn HEADCarlos Martín Nieto2014-09-021-19/+2
| * | 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: restrict default branch to branches namespaceCarlos Martín Nieto2014-08-291-0/+3
| |/
* | reflog: Error handling on empty reflogVicent Marti2014-09-051-18/+15
* | 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-031-32/+4
|\ \
| * | remote: get rid of git_remote_valid_url()Carlos Martín Nieto2014-08-311-13/+2
| * | 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-034-41/+163
|\ \ \
| * | | Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-022-41/+97
| * | | Introduce git_path_make_relativeEdward Thomson2014-09-022-0/+66
| |/ /
* | | Several CppCat warnings fixedArkady Shapkin2014-09-034-6/+3
|/ /
* | Merge pull request #2481 from libgit2/cmn/oidarrayVicent Marti2014-08-293-1/+92
|\ \ | |/ |/|
| * merge: expose multiple merge basescmn/oidarrayCarlos Martín Nieto2014-07-273-1/+92
* | Merge pull request #2539 from libgit2/cmn/ahead-behind-orderVicent Marti2014-08-281-2/+2
|\ \
| * | graph: fix ahead-behind logiccmn/ahead-behind-orderCarlos Martín Nieto2014-08-281-2/+2
* | | Merge pull request #2538 from libgit2/ntk/propagate_url_parsing_errorVicent Marti2014-08-271-3/+3
|\ \ \
| * | | winhttp: Prevent swallowing of url parsing errornulltoken2014-08-271-3/+3
* | | | 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-271-20/+26
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow to override default ssh transport_cbSven Strickroth2014-08-261-20/+26
* | | | | Merge remote-tracking branch 'upstream/master' into cmn/ssh-retryCarlos Martín Nieto2014-08-2770-756/+1895
|\ \ \ \ \
| * | | | | 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-262-1/+22
| |\ \ \ \ \
| | * | | | | For negative matches, always use leading dir matchRussell Belfer2014-08-081-1/+2
| | * | | | | Fix rejection of parent dir of negated ignoresRussell Belfer2014-08-082-0/+20
| * | | | | | 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-251-3/+5
| |\ \ \ \ \
| | * | | | | Allow mkdir helper to skip parent errorsrb/mkdir-allow-parent-failuresRussell Belfer2014-08-221-3/+5
| | |/ / / /
| * | | | | Merge pull request #2527 from jacquesg/refspec-crashVicent Marti2014-08-251-2/+14
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Check that the refspec matches before modifying the out bufferJacques Germishuys2014-08-211-6/+6
| | * | | | Check if the refspec matches before transformingJacques Germishuys2014-08-171-2/+14
| | | |/ / | | |/| |
| * | | | Merge pull request #2528 from libgit2/vmg/tostr_sVicent Marti2014-08-183-0/+20
| |\ \ \ \
| | * | | | oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-183-0/+20
| * | | | | http: make sure we can consume the data we requestcmn/http-recv-bufferCarlos Martín Nieto2014-08-161-4/+20
| | |/ / / | |/| | |
| * | | | git_remote_ls() should return an error if the transport is not availableJacques Germishuys2014-08-151-0/+7
| * | | | Introduce proper http authentication APIEdward Thomson2014-08-155-282/+528
| * | | | Add GSSAPI support for SPNEGO/Kerberos auth over HTTPEdward Thomson2014-08-151-30/+287