summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ci: introduce nightly arm docker buildsEdward Thomson2018-10-212-0/+32
| * | | ci: reorganize naming for consistencyEdward Thomson2018-10-211-12/+12
| * | | ci: move configuration yaml to its own directoryEdward Thomson2018-10-215-9/+9
|/ / /
* | | Merge pull request #4852 from libgit2/ethomson/unc_pathsEdward Thomson2018-10-206-97/+172
|\ \ \
| * | | win32: refactor `git_win32_path_remove_namespace`ethomson/unc_pathsEdward Thomson2018-10-191-25/+36
| * | | win32: more tests for `git_win32_remove_path`Edward Thomson2018-10-191-0/+28
| * | | win32: rename `git_win32__canonicalize_path`Edward Thomson2018-10-196-113/+116
| * | | Fix comment style and update test codeGabriel DeBacker2018-10-041-4/+7
| * | | Fix issue with path canonicalization for Win32 pathsGabriel DeBacker2018-09-302-2/+32
* | | | Merge pull request #4840 from libgit2/cmn/validity-tree-from-unowned-indexEdward Thomson2018-10-205-29/+58
|\ \ \ \
| * | | | checkout: fix test fixture missing objectscmn/validity-tree-from-unowned-indexEdward Thomson2018-10-203-0/+0
| * | | | tree: unify the entry validity checksCarlos Martín Nieto2018-10-081-29/+34
| * | | | index: add failing test for writing an invalid tree from an unowned indexCarlos Martín Nieto2018-10-081-0/+24
* | | | | Merge branch 'issue-4203'Edward Thomson2018-10-202-1/+35
|\ \ \ \ \
| * | | | | merge: don't leak the index during reloadsethomson/issue-4203Edward Thomson2018-10-201-3/+4
| * | | | | merge: add error handling for index reloadEtiene Dalcol2017-11-111-3/+4
| * | | | | tests: add test case for index reloads on mergeEtiene Dalcol2017-11-111-0/+29
| * | | | | merge: reload index before git_mergeGreg Collinge2017-11-111-0/+3
* | | | | | Merge pull request #4841 from tiennou/ci/ninja-buildEdward Thomson2018-10-202-1/+4
|\ \ \ \ \ \
| * | | | | | ci: make the Ubuntu/OpenSSL build explicitEtienne Samson2018-10-191-0/+2
| * | | | | | ci: use Ninja on macOSEtienne Samson2018-10-192-1/+2
* | | | | | | Merge pull request #4853 from libgit2/cmn/not-opaqueEdward Thomson2018-10-191-2/+2
|\ \ \ \ \ \ \
| * | | | | | | docs: fix transparent/opaque confusion in the conventions filecmn/not-opaqueCarlos Martín Nieto2018-10-191-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #4819 from libgit2/cmn/config-nonewlinePatrick Steinhardt2018-10-192-6/+56
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | config: variables might appear on the same line as a section headercmn/config-nonewlineCarlos Martín Nieto2018-10-151-6/+26
| * | | | | | config: add failing test for no newline after section headerCarlos Martín Nieto2018-10-151-0/+30
| |/ / / / /
* | | | | | Merge pull request #4849 from libgit2/cmn/expose-gitfile-checkEdward Thomson2018-10-172-38/+66
|\ \ \ \ \ \
| * | | | | | path: export the dotgit-checking functionscmn/expose-gitfile-checkCarlos Martín Nieto2018-10-152-38/+66
| |/ / / / /
* | | | | | Merge pull request #4850 from libgit2/ethomson/libssh2_not_libsshEdward Thomson2018-10-171-1/+1
|\ \ \ \ \ \
| * | | | | | cmake: correct comment from libssh to libssh2ethomson/libssh2_not_libsshEdward Thomson2018-10-171-1/+1
|/ / / / / /
* | | | | | Merge pull request #4845 from pks-t/pks/object-fuzzerCarlos Martín Nieto2018-10-157-1/+442
|\ \ \ \ \ \
| * | | | | | fuzzers: add object parsing fuzzerPatrick Steinhardt2018-10-115-0/+432
| * | | | | | object: properly propagate errors on parsing failuresPatrick Steinhardt2018-10-111-1/+3
| * | | | | | fuzzers: initialize libgit2 in standalone driverPatrick Steinhardt2018-10-111-0/+7
* | | | | | | Merge commit 'afd10f0' (Follow 308 redirects)Carlos Martín Nieto2018-10-151-1/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Follow 308 redirects (as used by GitLab)Zander Brown2018-10-131-1/+2
| |/ / / / /
* | | | | | Merge pull request #4842 from nelhage/fuzz-config-memoryPatrick Steinhardt2018-10-124-31/+23
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Apply code review feedbackNelson Elhage2018-10-112-8/+5
| * | | | | fuzzers: Port config_file_fuzzer to the new in-memory backendNelson Elhage2018-10-091-25/+18
| * | | | | config: Refactor `git_config_backend_from_string` to take a lengthNelson Elhage2018-10-093-6/+8
* | | | | | Merge pull request #4828 from csware/git_futils_rmdir_r_failingEdward Thomson2018-10-071-0/+22
|\ \ \ \ \ \
| * | | | | | tests: sanitize file hierarchy after running rmdir testsPatrick Steinhardt2018-10-051-0/+6
| * | | | | | tests: Add some more tests for git_futils_rmdir_rSven Strickroth2018-10-051-0/+16
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4830 from pks-t/pks/diff-stats-rename-commonEdward Thomson2018-10-0714-5/+45
|\ \ \ \ \ \
| * | | | | | diff_stats: use git's formatting of renames with common directoriesPatrick Steinhardt2018-10-042-5/+19
| * | | | | | tests: verify diff stats with renames in subdirectoryPatrick Steinhardt2018-10-0413-1/+27
| |/ / / / /
* | | | | | Merge pull request #4839 from palmin/ignore-unsupported-http-authEdward Thomson2018-10-071-1/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ignore unsupported http authentication schemesAnders Borum2018-10-061-1/+4
|/ / / / /
* | | | | Merge pull request #4837 from pks-t/cmn/reject-option-submodule-url-pathPatrick Steinhardt2018-10-052-8/+103
|\ \ \ \ \
| * | | | | submodule: ignore path and url attributes if they look like optionsCarlos Martín Nieto2018-10-051-8/+23