summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce git_commit_extract_signaturegpgsignCarlos Martín Nieto2016-02-093-0/+147
* Merge pull request #3573 from pmq20/master-12jan16Carlos Martín Nieto2016-01-162-9/+2
|\
| * Make packfile_unpack_compressed a private APIP.S.V.R2016-01-132-9/+2
* | Merge pull request #3569 from arthurschreiber/arthur/fix-windows-issuesCarlos Martín Nieto2016-01-132-2/+3
|\ \ | |/ |/|
| * Wrap path in quotes to support paths containing whitespace.Arthur Schreiber2016-01-091-1/+1
| * Add winhttp dependencies to pc file.Arthur Schreiber2016-01-091-1/+2
|/
* Merge pull request #3562 from mgorny/ssh-read-stderr-failCarlos Martín Nieto2015-12-291-3/+8
|\
| * ssh_stream_read(): fix possible *bytes_read < 0 branchMichał Górny2015-12-261-3/+8
* | Merge pull request #3558 from libgit2/cmn/index-nolockCarlos Martín Nieto2015-12-282-131/+15
|\ \
| * | index: get rid of the lockingcmn/index-nolockCarlos Martín Nieto2015-12-282-131/+15
* | | Merge pull request #3565 from ethomson/templatesCarlos Martín Nieto2015-12-282-40/+136
|\ \ \
| * | | git_repository_init: include dotfiles when copying templatesEdward Thomson2015-12-262-2/+15
| * | | repo::init tests: test a template dir with leading dotEdward Thomson2015-12-261-9/+37
| * | | repo::init tests: test init.templatedir settingEdward Thomson2015-12-261-38/+93
* | | | Merge pull request #3552 from ReadmeCritic/masterEdward Thomson2015-12-261-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Update libgit2-glib linkReadmeCritic2015-12-261-1/+1
| * | | Update README URLs based on HTTP redirectsReadmeCritic2015-12-171-7/+7
* | | | Merge pull request #3546 from Cruel/masterEdward Thomson2015-12-262-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix a couple function signaturesThomas Edvalson2015-12-142-2/+2
* | | | Merge pull request #3560 from drusk/readme_typoEdward Thomson2015-12-231-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed minor typo in README.md.drusk2015-12-231-1/+1
|/ / /
* | | Merge pull request #3554 from olshevskiy87/masterCarlos Martín Nieto2015-12-213-3/+3
|\ \ \ | |_|/ |/| |
| * | typos in commentsDmitriy Olshevskiy2015-12-213-3/+3
|/ /
* | Merge pull request #3551 from libgit2/vmg/commit-leakVicent Marti2015-12-171-1/+1
|\ \
| * | commit: Fix memory leak in test suitevmg/commit-leakVicent Marti2015-12-171-1/+1
|/ /
* | Merge pull request #3550 from libgit2/vmg/index-fill-2Vicent Marti2015-12-174-14/+32
|\ \
| * | index: Also size-hint the hash tablevmg/index-fill-2Vicent Marti2015-12-162-4/+3
| * | index: Preallocate the entries vector with size hintVicent Marti2015-12-163-0/+16
| * | index: Adjust namemask & mode when fillingVicent Marti2015-12-161-14/+17
* | | Merge pull request #3548 from tepas/patch-1Carlos Martín Nieto2015-12-161-2/+2
|\ \ \ | |/ / |/| |
| * | fix git_blob_create_fromchunks documentationtepas2015-12-161-2/+2
| |/
* | Merge pull request #3549 from libgit2/vmg/index-fillCarlos Martín Nieto2015-12-163-5/+41
|\ \ | |/ |/|
| * merge: Use `git_index__fill` to populate the indexvmg/index-fillVicent Marti2015-12-163-5/+41
|/
* Merge pull request #3528 from chescock/Passthrough-from-credential-callbackEdward Thomson2015-12-141-1/+4
|\
| * Treat GIT_PASSTHROUGH as though git_cred_acquire_cb isn't set.Chris Hescock2015-12-011-1/+4
* | Merge pull request #3521 from pks-t/blame-line-overflowEdward Thomson2015-12-1414-44/+60
|\ \
| * | blame: use size_t for line counts in git_blame__entryPatrick Steinhardt2015-12-012-19/+25
| * | blame: use size_t for line counts in git_blame_hunkPatrick Steinhardt2015-12-0112-25/+35
* | | Merge pull request #3522 from pks-t/email-format-commit-messageCarlos Martín Nieto2015-12-1013-3/+139
|\ \ \
| * | | diff: include commit message when formatting patchPatrick Steinhardt2015-12-019-3/+58
| * | | commit: introduce `git_commit_body`Patrick Steinhardt2015-12-014-0/+81
| |/ /
* | | Merge pull request #3538 from pks-t/pks/index-memory-leakCarlos Martín Nieto2015-12-101-1/+1
|\ \ \
| * | | index: always queue `remove_entry` for removalPatrick Steinhardt2015-12-081-1/+1
| | |/ | |/|
* | | Merge pull request #3542 from libgit2/cmn/reset-dir-fileCarlos Martín Nieto2015-12-092-6/+58
|\ \ \
| * | | reset: perform the checkout before moving HEAD or the indexcmn/reset-dir-fileCarlos Martín Nieto2015-12-092-6/+58
|/ / /
* | | CHANGELOG: add some things we missedCarlos Martín Nieto2015-12-091-1/+11
* | | Merge pull request #3539 from libgit2/typedef-submodule-cbCarlos Martín Nieto2015-12-082-2/+13
|\ \ \
| * | | Play nice with the docs.typedef-submodule-cbjoshaber2015-12-081-5/+4
| * | | Use a typedef for the submodule_foreach callback.joshaber2015-12-082-2/+14
* | | | Merge pull request #3537 from libgit2/cmn/tree-is-sortedEdward Thomson2015-12-082-1/+6
|\ \ \ \ | |/ / / |/| | |