summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tests: worktree: move submodule tests into own suitePatrick Steinhardt2017-03-152-65/+69
* | | | Merge pull request #4030 from libgit2/ethomson/fsyncEdward Thomson2017-03-2228-44/+426
|\ \ \ \
| * | | | Honor `core.fsyncObjectFiles`ethomson/fsyncEdward Thomson2017-03-0213-55/+173
| * | | | win32: don't fsync parent directories on WindowsEdward Thomson2017-02-283-3/+28
| * | | | fsync: call it "synchronous" object writingEdward Thomson2017-02-2810-19/+19
| * | | | fsync parent directories when fsyncingEdward Thomson2017-02-286-5/+63
| * | | | git_futils_writebuffer: default only when flags==0Edward Thomson2017-02-282-12/+12
| * | | | refdb_fs: optionally fsync packed refsEdward Thomson2017-02-282-2/+20
| * | | | refdb_fs: optionally fsync loose referencesEdward Thomson2017-02-282-4/+40
| * | | | git_futils_writebuffer: optionally fsyncEdward Thomson2017-02-282-1/+20
| * | | | packbuilder: honor git_object__synchronized_writingEdward Thomson2017-02-282-1/+28
| * | | | odb_loose: fsync testsEdward Thomson2017-02-285-1/+50
| * | | | Add `ENABLE_SYNCHRONIZED_OBJECT_CREATION` optionEdward Thomson2017-02-285-1/+16
| * | | | odb_loose: actually honor the fsync optionEdward Thomson2017-02-282-7/+14
| * | | | git_filebuf: optionally fsync when committingEdward Thomson2017-02-282-1/+11
* | | | | Merge pull request #4167 from pks-t/pks/ci-fixesEdward Thomson2017-03-226-12/+26
|\ \ \ \ \
| * | | | | diff_parse: check return value of `git_diff_init_options`Patrick Steinhardt2017-03-211-1/+5
| * | | | | patch_parse: check if advancing over header newline succeedsPatrick Steinhardt2017-03-211-2/+2
| * | | | | odb_pack: initialize `git_rawobj` structurePatrick Steinhardt2017-03-211-1/+1
| * | | | | config_file: check if section header buffer runs out of memoryPatrick Steinhardt2017-03-211-2/+8
| * | | | | blame_git: check return value of object lookupPatrick Steinhardt2017-03-211-5/+9
| * | | | | openssl_stream: fix releasing OpenSSL locksPatrick Steinhardt2017-03-201-1/+1
* | | | | | Merge pull request #4172 from rcjsuen/patch-1Edward Thomson2017-03-221-6/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Use proper documentation tagsRemy Suen2017-03-221-6/+6
|/ / / / /
* | | | | Merge pull request #4139 from richardipsum/readme-running-testsEdward Thomson2017-03-211-0/+8
|\ \ \ \ \
| * | | | | README: Mention how to run testsRichard Ipsum2017-03-051-0/+8
* | | | | | Merge pull request #4171 from rcjsuen/patch-1Patrick Steinhardt2017-03-201-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix typo in remote.h APIRemy Suen2017-03-201-1/+1
|/ / / / /
* | | | | Merge pull request #4166 from pks-t/pks/map-free-fixEdward Thomson2017-03-209-15/+9
|\ \ \ \ \
| * | | | | map: remove `*map_free` macrosPatrick Steinhardt2017-03-208-13/+8
| * | | | | checkout: fix double-free of checkout_data's mkdir_mapPatrick Steinhardt2017-03-201-2/+1
* | | | | | Merge pull request #4169 from csware/absolute-symlinkPatrick Steinhardt2017-03-202-1/+30
|\ \ \ \ \ \
| * | | | | | tests: filebuf: test writing to symlink with absolute pathsPatrick Steinhardt2017-03-201-0/+29
| * | | | | | filebuf: fix resolving absolute symlinksSven Strickroth22017-03-201-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4160 from pks-t/pks/diff-fixesPatrick Steinhardt2017-03-205-82/+120
|\ \ \ \ \ \
| * | | | | | diff_parse: correctly set options for parsed diffsPatrick Steinhardt2017-03-142-1/+24
| * | | | | | patch_parse: fix parsing minimal trailing diff linePatrick Steinhardt2017-03-142-2/+24
| * | | | | | patch_generate: move `git_diff_foreach` to diff.cPatrick Steinhardt2017-03-142-36/+35
| * | | | | | patch_generate: fix `git_diff_foreach` only working with generated diffsPatrick Steinhardt2017-03-142-23/+38
| * | | | | | patch_generate: remove duplicated logicPatrick Steinhardt2017-03-141-29/+8
* | | | | | | Merge pull request #4162 from pks-t/pks/merge-source-fixesPatrick Steinhardt2017-03-202-10/+10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | merge_driver: fix const-correctness for source gettersPatrick Steinhardt2017-03-152-10/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4161 from pks-t/pks/submodule-index-fixEdward Thomson2017-03-151-1/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | submodule: catch when submodule is not staged on updatePatrick Steinhardt2017-03-141-1/+9
| |/ / / /
* | | | | Merge branch 'gumenikav/merge_driver_source_info'Patrick Steinhardt2017-03-151-0/+29
|\ \ \ \ \
| * | | | | merge_driver: add unresolved getters for git_merge_driver_sourceGumenik Alexandr2017-03-151-0/+29
* | | | | | Merge pull request #4146 from pks-t/pks/winhttp-errorsPatrick Steinhardt2017-03-141-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | winhttp: disambiguate error messages when sending requestsPatrick Steinhardt2017-03-011-1/+1
* | | | | | Merge pull request #4157 from adamniedzielski/4099-git-sort-time-uninterestingCarlos Martín Nieto2017-03-112-3/+26
|\ \ \ \ \ \
| * | | | | | Skip uninteresting commits in revwalk timesort iteratorAdam Niedzielski2017-03-092-3/+26