summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revwalk: formatting updatescmn/revwalk-iterationEdward Thomson2018-06-181-17/+17
* revwalk: remove one useless layer of functionsCarlos Martín Nieto2018-04-111-32/+17
* revwalk: avoid walking the entire history when output is unsortedCarlos Martín Nieto2018-04-012-10/+59
* Merge pull request #4378 from cjhoward92/fix/submodule-add-check-indexPatrick Steinhardt2018-03-302-0/+109
|\
| * submodule: add more robust error handling when a submodule path is found on addCarson Howard2018-03-282-13/+16
| * submodule: add better error handling to is_path_occupiedCarson Howard2018-03-271-1/+4
| * submodule: change can_add_submodule to is_path_occupiedCarson Howard2018-03-271-6/+11
| * tests: submodule: insert index entries directly into indexCarson Howard2018-03-271-18/+22
| * submodule: update index check to check path before directory and fix testsCarson Howard2018-03-272-27/+35
| * submodule: fix styling errorsCarson Howard2018-03-272-61/+50
| * test: submodule: add: join path without slashesCarson Howard2018-03-271-3/+3
| * test: submodule: add: use p_mkdir to create directoriesCarson Howard2018-03-271-1/+1
| * submodule: check index for prefix before adding submoduleCarson Howard2018-03-272-0/+97
* | Merge pull request #4602 from pks-t/pks/mempack-memleakEdward Thomson2018-03-291-0/+1
|\ \
| * | odb: mempack: fix leaking objects when freeing mempacksPatrick Steinhardt2018-03-291-0/+1
|/ /
* | Merge pull request #4598 from cjhoward92/fix/remove-unused-merge-resultPatrick Steinhardt2018-03-281-3/+0
|\ \ | |/ |/|
| * types: remove unused git_merge_resultCarson Howard2018-03-271-3/+0
|/
* Merge pull request #4531 from tiennou/fix/checkout-default-safeEdward Thomson2018-03-274-8/+4
|\
| * checkout: change default strategy to SAFEEtienne Samson2018-03-264-8/+4
|/
* Merge pull request #4570 from newren/masterPatrick Steinhardt2018-03-261-0/+1
|\
| * Add myself to git.git-authorsElijah Newren2018-03-071-0/+1
* | Merge pull request #4594 from pks-t/pks/mempack-assertv0.27.0Edward Thomson2018-03-232-1/+61
|\ \
| * | odb: fix writing to fake write streamsPatrick Steinhardt2018-03-232-1/+9
| * | tests: add tests for the mempack ODB backendPatrick Steinhardt2018-03-231-0/+52
|/ /
* | 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
|/ / /