summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add with overflow: correct documentationethomson/fix-intrinsicsEdward Thomson2019-01-201-2/+2
* add with overflow: use SizeTAdd on WindowsEdward Thomson2019-01-201-0/+10
* Remove unused git__add_uint64_overflowEdward Thomson2019-01-201-12/+0
* add with overflow intrinsics: simplify testsEdward Thomson2019-01-201-26/+18
* Let GCC use the add/mul overflow intrinsicslhchavez2019-01-091-10/+30
* Merge pull request #4922 from tiennou/fix/coverity-cidsEdward Thomson2019-01-086-1/+32
|\
| * coverity: attempt to model clar's assertionsEtienne Samson2019-01-041-0/+23
| * tests: add missing assertsEtienne Samson2019-01-041-0/+2
| * refs: assert that we're passed valid refs when renamingEtienne Samson2019-01-041-0/+2
| * diff: assert that we're passed a valid git_diff objectEtienne Samson2019-01-041-0/+2
| * submodule: grab the error while loading from configEtienne Samson2019-01-041-1/+1
| * config: assert that our parameters are validEtienne Samson2019-01-041-0/+2
|/
* Merge pull request #4919 from pks-t/pks/shutdown-cb-countEdward Thomson2019-01-037-20/+49
|\
| * global: move init callbacks into an arrayPatrick Steinhardt2019-01-021-14/+22
| * hash: convert `global_init` macros to real functionPatrick Steinhardt2019-01-026-6/+27
* | Merge pull request #4904 from libgit2/ethomson/crlfEdward Thomson2019-01-037654-238/+33402
|\ \
| * | checkout::crlf: ensure successethomson/crlfEdward Thomson2018-12-191-30/+33
| * | Additional core.autocrlf and core.safecrlf testsSven Strickroth2018-12-032-3/+52
| * | crlf: update to match git's logicEdward Thomson2018-12-033-201/+215
| * | index::crlf: better error reporting in core git testsEdward Thomson2018-12-031-8/+25
| * | index::crlf: simplify test caseEdward Thomson2018-12-031-60/+42
| * | crlf tests: use known-good data produced by gitSven Strickroth2018-12-031-1/+206
| * | crlf_data: add corpus of known-good odb-filtered dataEdward Thomson2018-12-036257-0/+32690
| * | crlf: re-use existing crlf script to create odbEdward Thomson2018-12-0322-118/+63
| * | crlf: script to generate expected crlf data for adding files to indexSven Strickroth2018-12-0322-3/+232
| * | checkout::crlf clear the crlf workdir for checkoutEdward Thomson2018-12-031-0/+24
| * | crlf_data: move to a "to_workdir" folderEdward Thomson2018-12-031371-5/+11
* | | Merge pull request #4915 from pks-t/pks/refdb-minor-refactoringsEdward Thomson2018-12-191-12/+11
|\ \ \
| * | | refdb_fs: refactor error handling in `refdb_reflog_fs__delete`Patrick Steinhardt2018-12-191-12/+11
|/ / /
* | | Merge pull request #4833 from csware/drop-empty-dirsPatrick Steinhardt2018-12-192-2/+88
|\ \ \
| * | | Remove empty directories when deleting refsSven Strickroth2018-10-132-2/+88
* | | | Merge pull request #4910 from libgit2/cmn/annotated-from-tagPatrick Steinhardt2018-12-194-12/+39
|\ \ \ \
| * | | | annotated_commit: peel to commit instead of assuming we have onecmn/annotated-from-tagCarlos Martín Nieto2018-12-141-4/+4
| * | | | refs: constify git_reference_peelCarlos Martín Nieto2018-12-142-8/+9
| * | | | annotated_commit: add failing test for looking up from annotated tagCarlos Martín Nieto2018-12-141-0/+26
|/ / / /
* | | | Merge pull request #4906 from QBobWatson/bugfixEdward Thomson2018-12-061-5/+9
|\ \ \ \
| * | | | Typesetting conventionsJoe Rabinoff2018-12-061-9/+9
| * | | | Removed one null checkJoe Rabinoff2018-12-041-3/+2
| * | | | Fix segfault in loose_backend__readstreamJoe Rabinoff2018-12-041-5/+10
* | | | | Merge pull request #4905 from palmin/proxy_stream_closeEdward Thomson2018-12-051-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | make proxy_stream_close close target stream even on errorsAnders Borum2018-12-041-0/+6
|/ / / /
* | | | Merge pull request #4807 from libgit2/ethomson/index_fixesEdward Thomson2018-12-01145-974/+1032
|\ \ \ \ | |_|_|/ |/| | |
| * | | object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-01122-728/+731
| * | | index: use new enum and structure namesEdward Thomson2018-12-0125-151/+152
| * | | object_type: update public API to use git_object_tEdward Thomson2018-12-018-42/+42
| * | | object_type: remove unused object type flagsEdward Thomson2018-12-011-2/+0
| * | | object_type: update enumeration namesEdward Thomson2018-12-011-11/+35
| * | | index: update enum and structure namesEdward Thomson2018-12-011-42/+74
|/ / /
* | | Merge pull request #4770 from tiennou/feature/merge-analysis-any-branchPatrick Steinhardt2018-11-306-30/+131
|\ \ \ | |/ / |/| |
| * | merge: assert that we're passed sane parametersEtienne Samson2018-10-191-2/+2