summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce a GitHub Issue Templateethomson/issue_templateEdward Thomson2016-11-141-0/+14
* Merge pull request #3897 from pks-t/pks/squelch-example-warningsPatrick Steinhardt2016-10-107-508/+720
|\
| * script: cibuild: build examplesPatrick Steinhardt2016-10-101-1/+1
| * examples: add: fix type casting warningPatrick Steinhardt2016-10-101-5/+4
| * examples: diff: parse correct types for line-diffoptsPatrick Steinhardt2016-10-103-3/+31
| * examples: fix warnings in network/fetch.cPatrick Steinhardt2016-10-101-7/+7
| * examples: general: fix remaining warningsPatrick Steinhardt2016-10-101-9/+14
| * examples: general: convert C99 comments to C90 commentsPatrick Steinhardt2016-10-101-42/+54
| * examples: general: extract function demonstrating OID parsingPatrick Steinhardt2016-10-101-26/+44
| * examples: general: extract function demonstrating ODBPatrick Steinhardt2016-10-101-51/+77
| * examples: general: extract function demonstrating commit writingPatrick Steinhardt2016-10-101-36/+51
| * examples: general: extract functions demonstrating object parsingPatrick Steinhardt2016-10-101-131/+194
| * examples: general: extract function demonstrating revwalkingPatrick Steinhardt2016-10-101-39/+53
| * examples: general: extract function demonstrating index walkingPatrick Steinhardt2016-10-101-24/+33
| * examples: general: extract function demonstrating reference listingsPatrick Steinhardt2016-10-101-22/+36
| * examples: general: extract function demonstrating config filesPatrick Steinhardt2016-10-101-14/+23
| * examples: general: use tabs instead of spacesPatrick Steinhardt2016-10-101-457/+457
|/
* Merge branch 'pr/3809'Edward Thomson2016-10-0912-13/+58
|\
| * make git_diff_stats_to_buf not show 0 insertions or 0 deletionsSim Domingo2016-10-0912-13/+58
* | Merge pull request #3958 from libgit2/ethomson/settings_docsEdward Thomson2016-10-091-1/+2
|\ \
| * | docs: GIT_OPT_ENABLE_STRICT_OBJECT_CREATION is enabledethomson/settings_docsEdward Thomson2016-10-091-1/+2
* | | Merge pull request #3956 from pks-t/pks/object-parsing-hardeningEdward Thomson2016-10-092-4/+10
|\ \ \ | |/ / |/| |
| * | commit: always initialize commit messagePatrick Steinhardt2016-10-091-3/+4
| * | tree: validate filename and OID length when parsing objectPatrick Steinhardt2016-10-071-1/+6
* | | 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
|\ \ \ \