summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4178 from libgit2/ethomson/enfasten_sha1enterprise/backport-2.9-4136-4178Carlos Martín Nieto2017-03-285-230/+887
* Merge pull request #4136 from libgit2/ethomson/sha1dcCarlos Martín Nieto2017-03-2812-8/+1814
* Merge pull request #3955 from arthurschreiber/arthur/fix-regcomp_l-checkCarlos Martín Nieto2016-10-072-8/+30
|\
| * Fix the existence check for `regcomp_l`.Arthur Schreiber2016-10-072-8/+30
|/
* Merge pull request #3921 from libgit2/cmn/walk-limit-enoughEdward Thomson2016-10-0728-205/+407
|\
| * revwalk: don't show commits that become uninteresting after being enqueuedcmn/walk-limit-enoughCarlos Martín Nieto2016-10-061-8/+13
| * rebase: don't ask for time sortingCarlos Martín Nieto2016-10-061-1/+1
| * revwalk: update the description for the default sortingCarlos Martín Nieto2016-10-062-10/+4
| * revwalk: remove a useless enqueueing phase for topological and default sortingCarlos Martín Nieto2016-10-061-23/+22
| * Add revwalk note to CHANGELOGCarlos Martín Nieto2016-10-061-0/+2
| * revwalk: get rid of obsolete marking codeCarlos Martín Nieto2016-10-061-122/+9
| * revwalk: style changeCarlos Martín Nieto2016-10-061-4/+2
| * commit_list: fix the date comparison functionCarlos Martín Nieto2016-10-061-3/+8
| * revwalk: port over the topological sortingCarlos Martín Nieto2016-10-062-49/+109
| * pqueue: support not having a comparison functionCarlos Martín Nieto2016-10-061-3/+9
| * vector, pqueue: add git_vector_reverse and git_pqueue_reverseCarlos Martín Nieto2016-10-064-0/+51
| * revwalk: get closer to gitCarlos Martín Nieto2016-10-065-47/+182
| * revwalk: introduce tests that hide old commitsEdward Thomson2016-10-0615-4/+64
* | Merge pull request #3953 from arthurschreiber/arthur/fix-regcomp-locale-issuesCarlos Martín Nieto2016-10-068-12/+54
|\ \ | |/ |/|
| * Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber2016-10-068-12/+54
|/
* Merge pull request #3954 from libgit2/cmn/osx-ssh-keyCarlos Martín Nieto2016-10-051-2/+9
|\
| * 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
|/ / /