summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples: adjust merge to git_commit_create_oncmn/commit-onCarlos Martín Nieto2018-03-221-6/+6
* commit: rearrange _fromstate and _on_head variantsCarlos Martín Nieto2018-03-222-28/+34
* Update CHANGELOG with the commit function changesCarlos Martín Nieto2018-03-221-0/+11
* commit: provide functions with and without a reference nameCarlos Martín Nieto2018-03-2215-40/+97
* commit: introduce _fromstate()Carlos Martín Nieto2018-03-222-0/+106
* Merge pull request #4588 from libgit2/ethomson/bitbucketEdward Thomson2018-03-201-1/+1
|\
| * online tests: update auth for bitbucket testethomson/bitbucketEdward Thomson2018-03-201-1/+1
|/
* Merge pull request #4563 from libgit2/ethomson/ssh-unescapev0.27.0-rc3Edward Thomson2018-03-206-64/+163
|\
| * buf: add tests for percent decodingethomson/ssh-unescapeEdward Thomson2018-03-191-0/+49
| * gitno_extract_url_parts: decode hostnamesEdward Thomson2018-03-191-1/+1
| * Remove now unnecessary `gitno_unescape`Edward Thomson2018-03-192-20/+0
| * gitno_extract_url_parts: use `git_buf`sEdward Thomson2018-03-191-42/+73
| * ssh urls: use `git_buf_decode_percent`Edward Thomson2018-03-191-8/+6
| * Introduce `git_buf_decode_percent`Edward Thomson2018-03-192-1/+34
| * Update testsSteven King Jr2018-03-191-0/+2
| * Unescape repo before constructing ssh requestSteven King Jr2018-03-191-1/+5
| * Rename unescape and make non-staticSteven King Jr2018-03-192-3/+5
|/
* Merge pull request #4584 from libgit2/ethomson/bitbucketEdward Thomson2018-03-191-4/+34
|\
| * online::clone: skip creds fallback testEdward Thomson2018-03-191-4/+34
|/
* Merge pull request #4544 from josharian/docsPatrick Steinhardt2018-03-131-18/+35
|\
| * pathspec: improve git_pathspec_flag_t doc renderingJosh Bleecher Snyder2018-02-231-18/+35
* | Merge pull request #4575 from pks-t/pks/index-secfixes-masterEdward Thomson2018-03-121-18/+27
|\ \
| * | index: error out on unreasonable prefix-compressed path lengthsPatrick Steinhardt2018-03-101-0/+4
| * | index: fix out-of-bounds read with invalid index entry prefix lengthPatrick Steinhardt2018-03-101-9/+10
| * | index: convert `read_entry` to return entry size via an out-paramPatrick Steinhardt2018-03-101-9/+13
* | | Merge pull request #4396 from libgit2/cmn/config-regex-is-normalisedEdward Thomson2018-03-121-2/+26
|\ \ \ | |/ / |/| |
| * | config: explicitly state that subsections are case-sensitivecmn/config-regex-is-normalisedCarlos Martín Nieto2018-03-111-6/+11
| * | config: specify how we match the regular expressionsCarlos Martín Nieto2017-11-181-0/+19
* | | Merge pull request #4571 from jacquesg/overflowPatrick Steinhardt2018-03-082-3/+4
|\ \ \
| * | | cmake: enable shift count overflow warningJacques Germishuys2018-03-081-0/+1
| * | | diff: ensure an unsigned number is shiftedJacques Germishuys2018-03-081-3/+3
|/ / /
* | | Merge pull request #4567 from pks-t/pks/zlib-updateEdward Thomson2018-03-0715-724/+1816
|\ \ \
| * | | deps: upgrade embedded zlib to version 1.2.11Patrick Steinhardt2018-03-0715-724/+1816
|/ / /
* | | Merge pull request #4541 from libgit2/cmn/odb-streaming-read-changelogEdward Thomson2018-03-041-0/+4
|\ \ \
| * | | CHANGELOG: mention the change to `git_odb_open_rstream`cmn/odb-streaming-read-changelogCarlos Martín Nieto2018-03-021-0/+4
| | |/ | |/|
* | | Merge pull request #4559 from jacquesg/worktree-constEdward Thomson2018-03-042-4/+4
|\ \ \
| * | | worktree: rename parameter creason to reasonJacques Germishuys2018-03-031-3/+3
| * | | worktree: lock reason should be constJacques Germishuys2018-03-022-2/+2
|/ / /
* | | Merge pull request #4552 from libgit2/cmn/config-header-commonPatrick Steinhardt2018-02-281-8/+10
|\ \ \
| * | | config: return an error if config_refresh is called on a snapshotcmn/config-header-commonCarlos Martín Nieto2018-02-281-1/+1
| * | | config: harden our use of the backend objects a bitCarlos Martín Nieto2018-02-281-2/+5
| * | | config: move the level field into the headerCarlos Martín Nieto2018-02-281-5/+4
| * | | config: move the repository to the diskfile headerCarlos Martín Nieto2018-02-281-4/+4
* | | | Merge pull request #4554 from pks-t/pks/curl-initEdward Thomson2018-02-283-2/+23
|\ \ \ \
| * | | | curl: explicitly initialize and cleanup global curl statePatrick Steinhardt2018-02-283-2/+23
| |/ / /
* | | | Merge pull request #4553 from libgit2/cmn/tree-write-initialisePatrick Steinhardt2018-02-281-0/+1
|\ \ \ \
| * | | | tree: initialize the id we use for testing submodule insertionscmn/tree-write-initialiseCarlos Martín Nieto2018-02-281-0/+1
| |/ / /
* | | | Merge pull request #4555 from libgit2/ethomson/strncmp_stdcallPatrick Steinhardt2018-02-281-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | win32: strncmp -> git__strncmpethomson/strncmp_stdcallEdward Thomson2018-02-281-1/+1
|/ / /
* | | Merge pull request #4545 from libgit2/ethomson/checkout_filemodev0.27.0-rc2Edward Thomson2018-02-278-17/+112
|\ \ \