summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AppVeyor: Prettify build scriptntk/appveyornulltoken2015-01-311-6/+1
* Merge pull request #2832 from ethomson/appveyor_badgeEdward Thomson2015-01-302-7/+43
|\
| * structinit test: only run on DEBUG buildsEdward Thomson2015-01-211-1/+16
| * structinit test: show which byte differsEdward Thomson2015-01-211-5/+20
| * Windows CI: use 32 and 64 bit for AppVeyor buildsEdward Thomson2015-01-211-1/+7
* | Merge pull request #2853 from swisspol/empty_docCarlos Martín Nieto2015-01-301-2/+2
|\ \
| * | Clarified git_repository_is_empty() documentationPierre-Olivier Latour2015-01-271-2/+2
|/ /
* | Merge pull request #2819 from libgit2/cmn/config-get-pathEdward Thomson2015-01-264-0/+123
|\ \
| * | config: add parsing and getter for pathscmn/config-get-pathCarlos Martín Nieto2015-01-144-0/+123
* | | Merge pull request #2837 from swisspol/set_indexEdward Thomson2015-01-261-1/+1
|\ \ \
| * | | Allow passing a NULL index to git_repository_set_index()Pierre-Olivier Latour2015-01-231-1/+1
| | |/ | |/|
* | | Merge pull request #2839 from swisspol/typoEdward Thomson2015-01-261-1/+1
|\ \ \
| * | | Fixed typo in git_repository_reinit_filesystem() documentationPierre-Olivier Latour2015-01-231-1/+1
| |/ /
* | | Merge pull request #2847 from jacquesg/coverityEdward Thomson2015-01-263-1/+8
|\ \ \
| * | | Ensure the diff hunk callback is specified before trying to dereference itJacques Germishuys2015-01-251-1/+2
| * | | Return early if allocating a git_pathspec_match_list failedJacques Germishuys2015-01-251-0/+3
| * | | Ensure git_index_entry is not NULL before trying to free itJacques Germishuys2015-01-251-0/+3
* | | | Merge pull request #2840 from swisspol/sys_repository_includeEdward Thomson2015-01-261-0/+3
|\ \ \ \
| * | | | Make sure sys/repository.h includes the required headersPierre-Olivier Latour2015-01-231-0/+3
| | |/ / | |/| |
* | | | Merge pull request #2841 from swisspol/set_bareEdward Thomson2015-01-261-1/+1
|\ \ \ \
| * | | | Fixed git_repository_set_bare() not setting "core.bare" correctlyPierre-Olivier Latour2015-01-231-1/+1
| |/ / /
* | | | Merge pull request #2844 from rakuco/netinet-include-fixesEdward Thomson2015-01-261-0/+3
|\ \ \ \
| * | | | openssl: Add all required includes for AF_INET6 and in6_addr.Raphael Kubo da Costa2015-01-241-0/+3
| | |/ / | |/| |
* | | | Merge pull request #2848 from JIghtuse/describe_mem_fixEdward Thomson2015-01-261-2/+4
|\ \ \ \
| * | | | describe example: fix memory allocation sizeBoris Egorov2015-01-251-2/+4
| |/ / /
* | | | Merge pull request #2846 from JIghtuse/masterCarlos Martín Nieto2015-01-261-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | pathspec: do not try to dereference NULLBoris Egorov2015-01-251-0/+3
|/ / /
* | | Merge pull request #2834 from ethomson/memleakEdward Thomson2015-01-221-0/+1
|\ \ \ | |/ / |/| |
| * | checkout: free last created directoryEdward Thomson2015-01-231-0/+1
|/ /
* | Merge pull request #2829 from jacquesg/dead-codeEdward Thomson2015-01-212-2/+2
|\ \
| * | Treat a NULL string as if it's emptyJacques Germishuys2015-01-201-1/+1
| * | Remove logically dead code (we're already asserting)Jacques Germishuys2015-01-201-1/+1
* | | Merge pull request #2823 from ethomson/appveyor_badgeEdward Thomson2015-01-201-1/+1
|\ \ \
| * | | README: Point to libgit2 account's AppVeyor badgeEdward Thomson2015-01-161-1/+1
* | | | checkout tests: cleanup realpath impl on Win32Edward Thomson2015-01-201-36/+6
* | | | checkout tests: emulate p_realpath poorly on Win32Edward Thomson2015-01-201-1/+64
* | | | checkout: remove files before writing new onesEdward Thomson2015-01-206-27/+207
* | | | checkout: drop newline in error messageEdward Thomson2015-01-201-1/+1
* | | | checkout tests: nasty symlinksEdward Thomson2015-01-2018-3/+50
* | | | checkout: don't recreate previous directoryEdward Thomson2015-01-201-3/+19
* | | | mkdir: walk up tree to mkdirEdward Thomson2015-01-202-11/+26
* | | | git_path_join_unrooted: return base lenEdward Thomson2015-01-204-15/+81
* | | | checkout: introduce git_checkout_perfdataEdward Thomson2015-01-205-50/+174
* | | | Merge pull request #2704Edward Thomson2015-01-2012-3/+39
|\ \ \ \ | |_|/ / |/| | |
| * | | Add files and tests with many UTF-8 chars and few UTF-8 charsLinquize2015-01-209-1/+31
| * | | Make binary detection work similar to vanilla gitSven Strickroth2015-01-203-2/+8
|/ / /
* | | Merge pull request #2828 from ethomson/treediff_dont_patchCarlos Martín Nieto2015-01-201-5/+6
|\ \ \ | |/ / |/| |
| * | diff: only compute patches when requestedEdward Thomson2015-01-201-5/+6
|/ /
* | Merge pull request #2821 from maksqwe/strlen_optimizationCarlos Martín Nieto2015-01-151-1/+1
|\ \ | |/ |/|
| * Remove strlen() calls from loop conditionMaks Naumov2015-01-151-1/+1
|/