summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* blob: remove _fromchunks()cmn/createblob-streamCarlos Martín Nieto2016-03-223-216/+4
* CHANGELOG: add a note about _fromstream() and _fromstream_commit()Carlos Martín Nieto2016-03-221-0/+5
* blob: fix fromchunks iteration counterCarlos Martín Nieto2016-03-222-6/+6
* blob: introduce creating a blob by writing into a streamCarlos Martín Nieto2016-03-223-0/+238
* filebuf: allow using a custom buffer sizeCarlos Martín Nieto2016-03-222-1/+7
* Merge pull request #3559 from yongthecoder/masterCarlos Martín Nieto2016-03-221-2/+7
|\
| * Avoid subtraction overflow in git_indexer_commitYong Li2016-01-041-2/+7
* | Merge pull request #3701 from jfultz/fix-0.24.0-changelogCarlos Martín Nieto2016-03-221-1/+4
|\ \
| * | Fix some errors I found in the changelog for 0.24.0John Fultz2016-03-181-1/+4
* | | Merge pull request #3702 from libgit2/cmn/tree-reuseEdward Thomson2016-03-218-83/+76
|\ \ \
| * | | tree: store the entries in a growable arraycmn/tree-reuseCarlos Martín Nieto2016-03-202-60/+38
| * | | tree: re-use the id and filename in the odb objectCarlos Martín Nieto2016-03-208-52/+67
|/ / /
* | | Merge pull request #3699 from libgit2/cmn/win32-free-tlsEdward Thomson2016-03-181-0/+14
|\ \ \
| * | | win32: free thread-local data on thread exitcmn/win32-free-tlsCarlos Martin Nieto2016-03-181-0/+14
* | | | Merge pull request #3660 from mstrap/mingwEdward Thomson2016-03-181-0/+2
|\ \ \ \
| * | | | Option "LIBGIT2_PREFIX" to set the CMAKE's TARGET_PROPERTIES PREFIXMarc Strapetz2016-03-151-0/+2
* | | | | Merge pull request #3564 from ethomson/merge_driversCarlos Martín Nieto2016-03-1711-115/+1309
|\ \ \ \ \
| * | | | | merge drivers: handle configured but not found driverEdward Thomson2016-03-172-4/+31
| * | | | | merge driver: remove `check` callbackEdward Thomson2016-03-176-306/+81
| * | | | | merge driver: improve inline documentationEdward Thomson2016-03-171-18/+21
| * | | | | merge driver: correct global initializationEdward Thomson2016-03-175-94/+160
| * | | | | merge driver: get a pointer to favorEdward Thomson2016-03-172-4/+9
| * | | | | merge driver: correct indentationEdward Thomson2016-03-172-30/+30
| * | | | | merge driver: tests for set and unset merge attributeEdward Thomson2016-03-171-1/+36
| * | | | | merge driver: tests for custom default merge driversEdward Thomson2016-03-171-0/+59
| * | | | | merge driver: allow custom default driverEdward Thomson2016-03-175-43/+88
| * | | | | merge driver: test GIT_EMERGECONFLICTEdward Thomson2016-03-171-0/+90
| * | | | | merge driver: test GIT_PASSTHROUGHEdward Thomson2016-03-171-0/+95
| * | | | | merge driver: introduce custom merge driversEdward Thomson2016-03-176-129/+1061
| * | | | | Fix rebase bug and include test for merge=unionStan Hu2016-03-172-1/+37
| * | | | | Support union merges via .gitattributes fileStan Hu2016-03-171-0/+26
* | | | | | Merge pull request #3695 from ethomson/contributingCarlos Martín Nieto2016-03-171-1/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | CONTRIBUTING: document the optional testsEdward Thomson2016-03-171-1/+16
|/ / / / /
* | | | | Merge pull request #3673 from libgit2/cmn/commit-with-signatureEdward Thomson2016-03-173-0/+185
|\ \ \ \ \
| * | | | | commit: add function to attach a signature to a commitcmn/commit-with-signatureCarlos Martín Nieto2016-03-153-0/+185
* | | | | | Merge pull request #3685 from pks-t/pks/memleaksEdward Thomson2016-03-172-20/+19
|\ \ \ \ \ \
| * | | | | | tests: transport: fix memory leaks with registering transportsPatrick Steinhardt2016-03-111-18/+17
| * | | | | | tests: nsec: correctly free nsec_pathPatrick Steinhardt2016-03-111-2/+2
| |/ / / / /
* | | | | | Merge pull request #3687 from mstrap/CMAKE_C_FLAGS_DEBUGEdward Thomson2016-03-171-2/+2
|\ \ \ \ \ \
| * | | | | | CMake: do not overwrite but only append to CMAKE_C_FLAGS_DEBUGMarc Strapetz2016-03-151-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3693 from libgit2/cmn/extract-oneline-sigEdward Thomson2016-03-172-1/+25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | commit: fix extraction of single-line signaturescmn/extract-oneline-sigCarlos Martín Nieto2016-03-172-1/+25
|/ / / / /
* | | | | Merge pull request #3690 from libgit2/cmn/pool-limitEdward Thomson2016-03-165-9/+41
|\ \ \ \ \
| * | | | | Split the page size from the mmap alignmentcmn/pool-limitCarlos Martín Nieto2016-03-165-9/+41
|/ / / / /
* | | | | Merge pull request #3677 from pks-t/pks/coverity-fixes-round7Carlos Martín Nieto2016-03-146-14/+39
|\ \ \ \ \
| * | | | | config_cache: check return value of `git_config__lookup_entry`Patrick Steinhardt2016-03-111-1/+2
| * | | | | filebuf: handle write error in `lock_file`Patrick Steinhardt2016-03-111-1/+6
| * | | | | config_file: handle error when trying to lock strmapPatrick Steinhardt2016-03-111-8/+20
| * | | | | blame: handle error when resoling HEAD in normalize_optionsPatrick Steinhardt2016-03-111-3/+8
| * | | | | blame_git: handle error returned by `git_commit_parent`Patrick Steinhardt2016-03-111-1/+2