summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake: move ENABLE_WARNINGS to a moduleethomson/cmake_fixesEdward Thomson2018-02-052-15/+15
* cmake: Move IDE source munging to a moduleEdward Thomson2018-02-022-23/+23
* cmake: move nanosecond detection to a moduleEdward Thomson2018-02-022-21/+21
* cmake: enable policy CMP0042Edward Thomson2018-02-021-0/+3
* cmake: test for CMP0051 instead of version checkEdward Thomson2018-02-021-1/+1
* Merge pull request #4499 from pks-t/pks/setuid-configEdward Thomson2018-02-021-7/+74
|\
| * sysdir: do not use environment in setuid casePatrick Steinhardt2018-02-021-7/+74
* | Merge pull request #4512 from libgit2/ethomson/header_guardsEdward Thomson2018-02-0248-86/+92
|\ \
| * | consistent header guardsethomson/header_guardsEdward Thomson2018-02-0148-86/+92
* | | Merge pull request #4510 from pks-t/pks/attr-file-bare-statEdward Thomson2018-02-022-4/+20
|\ \ \ | |/ / |/| |
| * | attr: avoid stat'ting files for bare repositoriesPatrick Steinhardt2018-02-012-4/+20
* | | Merge pull request #4040 from tiennou/examples/mergePatrick Steinhardt2018-02-017-36/+447
|\ \ \
| * | | examples: zero out our options memory before useEtienne Samson2018-01-251-0/+2
| * | | examples: our/their can be NULLEtienne Samson2018-01-251-2/+4
| * | | examples: fix remaining review commentsEtienne Samson2018-01-251-0/+2
| * | | examples: move support code into static functionsEtienne Samson2018-01-251-81/+97
| * | | examples: hoist the merge analysis back into mainEtienne Samson2018-01-251-58/+39
| * | | examples: minor review fixupsEtienne Samson2018-01-251-10/+12
| * | | examples: add mergeEtienne Samson2018-01-251-0/+391
| * | | examples: Dead code & warningsEtienne Samson2018-01-251-7/+0
| * | | examples: Move xrealloc to common example codeEtienne Samson2018-01-253-10/+15
| * | | examples: Switch to the nifty argv helpers from commonEtienne Samson2018-01-252-19/+36
| | |/ | |/|
* | | Merge pull request #4507 from tomas/patch-1Edward Thomson2018-01-311-2/+7
|\ \ \
| * | | Set ctime/mtime nanosecs to 0 if USE_NSEC is not definedTomás Pollak2018-01-311-0/+3
| * | | Honor 'GIT_USE_NSEC' option in `filesystem_iterator_set_current`Tomás Pollak2018-01-301-2/+4
* | | | Merge pull request #4488 from libgit2/ethomson/conflict_marker_sizeEdward Thomson2018-01-317-8/+23
|\ \ \ \
| * | | | CHANGELOG: include merge_file conflict marker sizeethomson/conflict_marker_sizeEdward Thomson2018-01-211-0/+6
| * | | | merge: recursive uses larger conflict markersEdward Thomson2018-01-214-8/+9
| * | | | merge: allow custom conflict marker sizeEdward Thomson2018-01-212-0/+8
| | |/ / | |/| |
* | | | Merge pull request #4490 from libgit2/ethomson/apfs_precompose_fixesEdward Thomson2018-01-311-1/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | status::renames: write NFD instead of NFC filenameethomson/apfs_precompose_fixesEdward Thomson2018-01-211-1/+7
| |/ /
* | | Merge pull request #4474 from pks-t/pks/null-oidEdward Thomson2018-01-294-1/+60
|\ \ \
| * | | odb: reject reading and writing null OIDsPatrick Steinhardt2018-01-262-1/+43
| * | | tree: reject writing null-OID entries to a treePatrick Steinhardt2018-01-262-0/+17
| | |/ | |/|
* | | Merge pull request #4502 from pks-t/pks/security-reportingEdward Thomson2018-01-291-0/+6
|\ \ \ | |/ / |/| |
| * | README.md: add notes on how to report security issuesPatrick Steinhardt2018-01-291-0/+6
|/ /
* | Merge pull request #4497 from medranocalvo/export-mempackPatrick Steinhardt2018-01-252-4/+6
|\ \ | |/ |/|
| * odb: export mempack backendAdrián Medraño Calvo2018-01-222-4/+6
|/
* Merge pull request #4484 from pks-t/pks/fail-creating-branch-HEADEdward Thomson2018-01-201-0/+6
|\
| * branch: refuse creating branches named 'HEAD'Patrick Steinhardt2018-01-191-0/+6
* | Merge pull request #4478 from libgit2/cmn/packed-refs-sortedEdward Thomson2018-01-201-1/+1
|\ \
| * | refs: include " sorted " in our packed-refs headercmn/packed-refs-sortedCarlos Martín Nieto2018-01-121-1/+1
* | | Merge pull request #4483 from libgit2/cmn/prettify-docsEdward Thomson2018-01-201-3/+2
|\ \ \
| * | | message: update docs for git_message_prettifycmn/prettify-docsCarlos Martín Nieto2018-01-191-3/+2
| | |/ | |/|
* | | Merge pull request #4481 from pks-t/pks/tests-online-clone-url-memleakCarlos Martín Nieto2018-01-191-0/+2
|\ \ \ | |/ / |/| |
| * | tests: online::clone: fix memory leak due to not freeing URLPatrick Steinhardt2018-01-181-0/+2
|/ /
* | Merge pull request #4451 from libgit2/charliesome/trailer-infoBrian Lopez2018-01-173-0/+622
|\ \
| * | rename find_trailer to extract_trailer_blockcharliesome/trailer-infoBrian Lopez2018-01-171-2/+2
| * | update code docsBrian Lopez2018-01-161-4/+15
| * | just use git_message_trailer in testsBrian Lopez2018-01-161-15/+10