summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: take the newer ssh-keygen format into accountcmn/osx-ssh-keyCarlos Martín Nieto2016-10-051-2/+7
* cibuild: set -xCarlos Martín Nieto2016-10-051-0/+2
* Merge pull request #3931 from libgit2/ethomson/checkout_dont_calculate_oid_fo...Edward Thomson2016-10-011-0/+4
|\
| * checkout: don't try to calculate oid for directoriesethomson/checkout_dont_calculate_oid_for_dirsEdward Thomson2016-09-141-0/+4
* | Merge pull request #3929 from libgit2/vmg/timeEdward Thomson2016-09-132-0/+36
|\ \
| * | time: Export `git_time_monotonic`vmg/timeVicent Marti2016-09-132-0/+36
|/ /
* | Merge pull request #3925 from pks-t/pks/cmake-library-dirsPatrick Steinhardt2016-09-091-0/+1
|\ \
| * | cmake: add curl library pathPatrick Steinhardt2016-09-051-0/+1
* | | Merge pull request #3923 from libgit2/ethomson/diff-read-empty-binaryEdward Thomson2016-09-068-22/+86
|\ \ \
| * | | diff: treat binary patches with no data specialethomson/diff-read-empty-binaryEdward Thomson2016-09-057-19/+80
| * | | diff_print: change test for skipping binary printingEdward Thomson2016-09-021-3/+3
| * | | patch: error on diff callback failureEdward Thomson2016-09-021-0/+3
* | | | Merge pull request #3882 from pks-t/pks/fix-fetch-refspec-dst-parsingPatrick Steinhardt2016-09-062-2/+55
|\ \ \ \ | |/ / / |/| | |
| * | | refspec: do not set empty rhs for fetch refspecsPatrick Steinhardt2016-08-042-2/+55
* | | | Merge pull request #3922 from pks-t/pks/diff-only-load-binaries-when-requestedEdward Thomson2016-09-021-14/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | patch_generate: only calculate binary diffs if requestedPatrick Steinhardt2016-09-011-14/+18
| | |/ | |/|
* | | Merge pull request #3915 from pks-t/pks/index-collision-test-leakCarlos Martín Nieto2016-08-301-2/+0
|\ \ \ | |/ / |/| |
| * | tests: index: do not re-allocate indexPatrick Steinhardt2016-08-291-2/+0
* | | Merge pull request #3907 from steffhip/git_checkout_tree-fixPatrick Steinhardt2016-08-302-1/+5
|\ \ \
| * | | git_checkout_tree options fixStefan Huber2016-08-302-1/+5
|/ / /
* | | Merge pull request #3914 from pks-t/pks/libqgit2-binding-urlEdward Thomson2016-08-291-1/+1
|\ \ \ | |/ / |/| |
| * | README: adjust URL to libqgit2 repositoryPatrick Steinhardt2016-08-291-1/+1
|/ /
* | Merge pull request #3900 from pks-t/pks/http-close-substream-on-connectPatrick Steinhardt2016-08-291-0/+3
|\ \
| * | transports: http: reset `connected` flag when closing transportPatrick Steinhardt2016-08-171-0/+2
| * | transports: http: reset `connected` flag when re-connecting transportPatrick Steinhardt2016-08-171-0/+1
* | | Merge pull request #3908 from libgit2/ethomson/patch_from_diffEdward Thomson2016-08-2610-7/+95
|\ \ \
| * | | 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
|\ \ \ | |_|/ |/| |