summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | merge: make analysis possible against a non-HEAD referenceEtienne Samson2018-10-195-28/+127
| * | | repository: assert that we're passed a valid head pointerEtienne Samson2018-10-161-0/+2
* | | | Merge pull request #4888 from TheBB/add-cbPatrick Steinhardt2018-11-293-10/+33
|\ \ \ \
| * | | | revwalk: Allow changing hide_cbEivind Fonn2018-11-283-10/+33
* | | | | Merge pull request #4895 from pks-t/pks/unused-warningsPatrick Steinhardt2018-11-2935-308/+365
|\ \ \ \ \
| * | | | | cmake: enable warnings for unused const variablesPatrick Steinhardt2018-11-281-1/+1
| * | | | | tests: mailmap: avoid definition of unused static variablesPatrick Steinhardt2018-11-282-23/+23
| * | | | | khash: move khash include into implementation filesPatrick Steinhardt2018-11-288-43/+54
| * | | | | khash: remove intricate knowledge of khash typesPatrick Steinhardt2018-11-2822-60/+57
| * | | | | khash: implement map-specific foreach macrosPatrick Steinhardt2018-11-284-5/+46
| * | | | | khash: implement begin/end via functions instead of macrosPatrick Steinhardt2018-11-286-5/+41
| * | | | | submodule: remove string map implementation that strips trailing slashesPatrick Steinhardt2018-11-281-29/+0
| * | | | | idxmap: remove unused foreach macrosPatrick Steinhardt2018-11-281-3/+0
| * | | | | cmake: enable warnings for unused functionsPatrick Steinhardt2018-11-281-1/+1
| * | | | | iterator: remove unused function `tree_iterator_entry_cmp`Patrick Steinhardt2018-11-281-8/+0
| * | | | | tests: path: only compile test_canonicalize on Win32 platformsPatrick Steinhardt2018-11-281-5/+2
| * | | | | tests: move apply_helpers functions into own compilation unitPatrick Steinhardt2018-11-282-126/+141
* | | | | | Merge pull request #4870 from libgit2/ethomson/proxyEdward Thomson2018-11-2828-769/+1209
|\ \ \ \ \ \
| * | | | | | http: reset replay_count upon connectionethomson/proxyEdward Thomson2018-11-281-0/+1
| * | | | | | stream registration: take an enum typeEdward Thomson2018-11-286-27/+83
| * | | | | | http: don't allow SSL connections to a proxyEdward Thomson2018-11-281-1/+9
| * | | | | | http: only load proxy configuration during connectionEdward Thomson2018-11-281-2/+4