summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include git2/transaction.hcmn/v22-updateCarlos Martín Nieto2015-05-311-0/+1
* Attributes: don't match files for foldersCarlos Martín Nieto2015-05-183-44/+100
* Do not call regfree() on an empty regex that is not successfully created by r...Yong Li2015-05-181-3/+2
* Fix wrong format string in git_reflog_drop() error messageLinquize2015-05-181-1/+1
* attr_file: fix subdirectory attr case.Mike McQuaid2015-05-181-1/+8
* ignore: fix negative ignores without wildcards.Patrick Steinhardt2015-05-182-5/+98
* Fix checking of return value for regcomp.Patrick Steinhardt2015-05-184-6/+18
* revwalk: don't insert uninteresting commits into the queueCarlos Martín Nieto2015-05-181-0/+4
* revwalk: detect when we're out of interesting commitsCarlos Martín Nieto2015-05-181-2/+22
* Fix git_checkout_tree() to do index filemodes correctly on Windows.John Fultz2015-05-182-2/+37
* Make sure to also update delta->nfiles when merging diffsPierre-Olivier Latour2015-05-181-2/+8
* Bump version to 0.22.2v0.22.2Carlos Martín Nieto2015-03-241-2/+2
* Merge pull request #3005 from libgit2/cmn/maint-updateCarlos Martín Nieto2015-03-2427-36/+243
|\
| * git: make sure to close the network streamCarlos Martín Nieto2015-03-211-0/+1
| * checkout: free last created directoryEdward Thomson2015-03-211-0/+1
| * Initialize refs vector in git_remote_update_tips().Sebastian Bauer2015-03-211-1/+1
| * Lower case the include directive of windows headerClaudiu Olteanu2015-03-211-1/+1
| * http: do not try to use the cert callback on unencrypted streamsCarlos Martín Nieto2015-03-212-1/+7
| * indexer: set an error message on duplicate objects in packCarlos Martín Nieto2015-03-211-0/+1
| * Put back the number of expected references to 6 from the test repoCarlos Martín Nieto2015-03-211-3/+3
| * Fixed active refspecs not reset by git_remote_upload()Pierre-Olivier Latour2015-03-211-0/+4
| * http: enforce the credential typesCarlos Martín Nieto2015-03-211-0/+5
| * branch: do capture the error codeCarlos Martín Nieto2015-03-211-1/+1
| * git_branch_delete() should ignore errors from non-existing reflogsPierre-Olivier Latour2015-03-211-1/+6
| * Fix Mac build without OpenSSLLeo Yang2015-03-211-1/+2
| * Fix race in git_packfile_unpack.Jason Haslam2015-03-211-2/+9
| * Reinit `reader` pointer after reading included config fileYury G. Kudryashov2015-03-211-0/+1
| * Check rebase options version on public entry pointsJameson Miller2015-03-211-1/+3
| * mkdir: respect the root pathEdward Thomson2015-03-211-11/+18
| * stat: don't remove trailing '/' from root on win32Edward Thomson2015-03-212-6/+19
| * repo: ensure we can create repo at filesystem rootEdward Thomson2015-03-211-0/+26
| * Fix branch creation when branch name matches namespace of previously deleted ...Jeff Hostetler2015-03-212-0/+113
| * Clarified git_repository_is_empty() documentationPierre-Olivier Latour2015-03-211-2/+2
| * Add libssh2's library and include directories.Raphael Kubo da Costa2015-03-211-1/+2
| * Ensure the diff hunk callback is specified before trying to dereference itJacques Germishuys2015-03-211-1/+2
| * Ensure git_index_entry is not NULL before trying to free itJacques Germishuys2015-03-211-0/+3
| * openssl: Add all required includes for AF_INET6 and in6_addr.Raphael Kubo da Costa2015-03-211-0/+3
| * Fixed git_repository_set_bare() not setting "core.bare" correctlyPierre-Olivier Latour2015-03-211-1/+1
| * Make sure sys/repository.h includes the required headersPierre-Olivier Latour2015-03-211-0/+3
| * Fixed typo in git_repository_reinit_filesystem() documentationPierre-Olivier Latour2015-03-211-1/+1
| * Make binary detection work similar to vanilla gitSven Strickroth2015-03-212-2/+5
* | Merge pull request #3015 from ethomson/maint/v0.22Carlos Martín Nieto2015-03-246-2/+35
|\ \ | |/ |/|
| * checkout: report correct invalid pathEdward Thomson2015-03-241-1/+1
| * win32: further cleanups for 8.3 disablingEdward Thomson2015-03-244-9/+30
| * win32: cleanup 8.3 disabled testsEdward Thomson2015-03-243-40/+16
| * Fix test failures when 8.3 is disabledLinquize2015-03-243-5/+41
|/
* Merge pull request #2930 from akikoskinen/maint/v0.22Edward Thomson2015-03-172-4/+5
|\
| * Include ws2tcpip.h in order to get in6_addrAki Koskinen2015-02-271-0/+1
| * Include openssl headers lastAki Koskinen2015-02-271-4/+4
|/
* Fixed error when including git2/include/sys/stream.hJohn Haley2015-02-111-0/+2