summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-2410-7/+95
* Merge pull request #3904 from stinb/filesystem-iterator-double-freePatrick Steinhardt2016-08-241-5/+3
|\
| * filesystem_iterator: fixed double free on errorJason Haslam2016-08-221-5/+3
|/
* Merge pull request #3837 from novalis/dturner/indexv4Edward Thomson2016-08-178-29/+289
|\
| * index: support index v4David Turner2016-08-105-29/+191
| * varint: Add varint encoding/decodingDavid Turner2016-08-103-0/+98
* | Merge pull request #3895 from pks-t/pks/negate-basename-in-subdirsEdward Thomson2016-08-172-16/+83
|\ \ | |/ |/|
| * ignore: allow unignoring basenames in subdirectoriesPatrick Steinhardt2016-08-122-16/+83
* | Merge pull request #3891 from pks-t/pks/stransport-memory-management-improvem...Carlos Martín Nieto2016-08-091-1/+3
|\ \
| * | stransport: do not use `git_stream_free` on uninitialized stransportPatrick Steinhardt2016-08-091-1/+3
* | | Merge pull request #3893 from pks-t/pks/remove-unused-test-cbEdward Thomson2016-08-091-16/+0
|\ \ \ | |/ / |/| |
| * | tests: blob: remove unused callback functionPatrick Steinhardt2016-08-091-16/+0
| |/
* | Merge pull request #3887 from libgit2/ethomson/empty_blobCarlos Martín Nieto2016-08-084-51/+49
|\ \
| * | odb: actually insert the empty blob in testsethomson/empty_blobEdward Thomson2016-08-052-32/+34
| * | odb: only provide the empty treeEdward Thomson2016-08-052-19/+15
* | | Merge pull request #3890 from pks-t/pks/stransport-static-linkageEdward Thomson2016-08-081-8/+8
|\ \ \
| * | | stransport: make internal functions staticPatrick Steinhardt2016-08-081-8/+8
* | | | Merge pull request #3888 from libgit2/ethomson/doc_diff_from_bufferCarlos Martín Nieto2016-08-082-0/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | diff: document `git_diff_from_buffer`ethomson/doc_diff_from_bufferEdward Thomson2016-08-052-0/+22
|/ / /
* | | Merge pull request #3886 from libgit2/cmn/copypeertrust-nullEdward Thomson2016-08-051-0/+3
|\ \ \
| * | | SecureTransport: handle NULL trust on successcmn/copypeertrust-nullCarlos Martín Nieto2016-08-051-0/+3
* | | | Merge pull request #3881 from pks-t/pks/fix-clar-suite-prefix-computationCarlos Martín Nieto2016-08-051-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | clar: fix parsing of test suite prefixesPatrick Steinhardt2016-08-041-0/+6
| |/ /
* | | Merge pull request #3884 from pks-t/pks/patch-image-initializationEdward Thomson2016-08-052-1/+6
|\ \ \ | |_|/ |/| |
| * | apply: fix warning when initializing patch imagesPatrick Steinhardt2016-08-051-1/+1
| * | pool: provide macro to statically initialize git_poolPatrick Steinhardt2016-08-051-0/+5
|/ /
* | Merge pull request #3861 from libgit2/ethomson/refresh_objectsEdward Thomson2016-08-049-3/+220
|\ \
| * | odb: only freshen pack files every 2 secondsethomson/refresh_objectsEdward Thomson2016-08-046-10/+37
| * | odb: freshen existing objects when writingEdward Thomson2016-08-048-3/+193
|/ /
* | Merge pull request #3877 from libgit2/ethomson/paths_initCarlos Martín Nieto2016-08-042-52/+41
|\ \
| * | sysdir: use the standard `init` patternethomson/paths_initEdward Thomson2016-08-042-52/+41
* | | Merge pull request #3869 from richardipsum/fix-outdated-commentEdward Thomson2016-08-041-3/+3
|\ \ \
| * | | Make comment conform to style guideRichard Ipsum2016-07-231-1/+2
| * | | Fix outdated commentRichard Ipsum2016-07-231-2/+1
* | | | Merge pull request #3850 from wildart/custom-tlsEdward Thomson2016-08-044-10/+1
|\ \ \ \
| * | | | remove conditions that prevent use of custom TLS streamwildart2016-07-064-10/+1
* | | | | Merge pull request #3879 from libgit2/ethomson/mwindow_initEdward Thomson2016-08-044-26/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mwindow: init mwindow files in git_libgit2_initethomson/mwindow_initEdward Thomson2016-08-044-26/+12
| | |_|/ | |/| |
* | | | Merge pull request #3880 from libgit2/ethomson/diff_fileEdward Thomson2016-08-033-10/+12
|\ \ \ \ | |/ / / |/| | |
| * | | git_diff_file: move `id_abbrev`ethomson/diff_fileEdward Thomson2016-08-033-10/+12
|/ / /
* | | Merge pull request #3865 from libgit2/ethomson/leaksEdward Thomson2016-08-0214-354/+407
|\ \ \
| * | | crlf: set a safe crlf defaultEdward Thomson2016-07-241-0/+1
| * | | repository: don't cast to `int` for no reasonEdward Thomson2016-07-241-4/+4
| * | | index: cast to avoid warningEdward Thomson2016-07-241-2/+2
| * | | tests: use a `size_t`Edward Thomson2016-07-242-8/+6
| * | | packbuilder: `size_t` all the thingsEdward Thomson2016-07-245-81/+111
| * | | apply: safety check files that dont end with eolEdward Thomson2016-07-241-1/+4
| * | | apply: check allocation properlyEdward Thomson2016-07-241-1/+1
| * | | apply: compare preimage to imageEdward Thomson2016-07-241-1/+1
| * | | repo::open: remove dead code, free buffersEdward Thomson2016-07-242-256/+277