summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* zciEdward Thomson2019-02-141-0/+1
* aEdward Thomson2019-02-141-0/+1
* fooEdward Thomson2019-02-141-0/+1
* wheeEdward Thomson2019-02-111-44/+20
* huhEdward Thomson2019-02-111-20/+44
* huhEdward Thomson2019-02-111-0/+4
* huhEdward Thomson2019-02-111-1/+0
* fooEdward Thomson2019-02-111-5/+2
* zzzEdward Thomson2019-02-111-2/+2
* zzzEdward Thomson2019-02-111-0/+2
* fooEdward Thomson2019-02-111-14/+10
* zEdward Thomson2019-02-111-2/+2
* barEdward Thomson2019-02-111-12/+14
* fooEdward Thomson2019-02-111-44/+20
* centOS builds on Azure PipelinesEdward Thomson2019-01-145-378/+37
* Merge pull request #4934 from stinb/proxy-crashEdward Thomson2019-01-142-0/+10
|\
| * proxy: fix crash on remote connection with GIT_PROXY_AUTO but no proxy is det...Jason Haslam2019-01-142-0/+10
* | Merge pull request #4924 from lhchavez/werrorEdward Thomson2019-01-102-10/+9
|\ \
| * | Make ENABLE_WERROR actually worklhchavez2019-01-102-10/+9
| |/
* | Merge pull request #4931 from tiennou/cmake/osx-deprecated-warnEdward Thomson2019-01-101-3/+0
|\ \ | |/ |/|
| * cmake: remove unconditional -Wno-deprecated-declaration on APPLEEtienne Samson2019-01-101-3/+0
|/
* Merge pull request #4926 from csware/warning-c4133Edward Thomson2019-01-091-1/+1
|\
| * Fix warning 'function': incompatible types - from 'git_cvar_value *' to 'int ...Sven Strickroth2019-01-071-1/+1
* | Merge pull request #4928 from lhchavez/fix-warningsEdward Thomson2019-01-092-9/+9
|\ \
| * | Fix Linux warningslhchavez2019-01-082-9/+9
|/ /
* | 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
|\ \ \