summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sha1: don't inline `git_hash_global_init` for win32ethomson/win32_hashEdward Thomson2019-04-042-14/+16
* Merge pull request #5020 from implausible/fix/gitignore-negationPatrick Steinhardt2019-03-292-12/+25
|\
| * ignore: move tests from status to attr ignore suiteSteven King Jr2019-03-202-40/+25
| * ignore: add additional test casesSteven King Jr2019-03-151-3/+5
| * ignore: Do not match on prefix of negated patternsSteve King Jr2019-03-142-15/+23
| * Implement failing test for gitignore of complex subdirectory negationTyler Ang-Wanek2019-03-141-0/+18
* | Merge pull request #5024 from stewid/xdiff-fix-typoPatrick Steinhardt2019-03-291-1/+1
|\ \
| * | xdiff: fix typoStefan Widgren2019-03-201-1/+1
| |/
* | Merge pull request #5032 from eaigner/checkout-force-safe-docfixEdward Thomson2019-03-281-2/+14
|\ \
| * | docs: clarify relation of safe and forced checkout strategyErik Aigner2019-03-251-2/+14
* | | Merge pull request #5026 from tenderlove/define-hash-global-init-consnstentlyEdward Thomson2019-03-243-17/+15
|\ \ \ | |_|/ |/| |
| * | Each hash implementation should define `git_hash_global_init`Aaron Patterson2019-03-223-17/+15
|/ /
* | Merge pull request #5012 from dritter/dritter-patch-1Edward Thomson2019-03-061-1/+1
|\ \
| * | Update URL to git2-rsDominik Ritter2019-03-051-1/+1
|/ /
* | Merge pull request #5008 from libgit2/ethomson/remote_completionEdward Thomson2019-03-022-3/+6
|\ \
| * | remote: Rename git_remote_completion_type to _tethomson/remote_completionEdward Thomson2019-02-252-3/+6
* | | Merge pull request #5005 from libgit2/ethomson/odb_backend_allocationsEdward Thomson2019-03-022-3/+58
|\ \ \
| * | | odb: provide a free function for custom backendsethomson/odb_backend_allocationsEdward Thomson2019-02-232-0/+17
| * | | odb: rename git_odb_backend_malloc for consistencyEdward Thomson2019-02-232-3/+41
* | | | Revert "foo"Edward Thomson2019-02-282-186/+142
* | | | fooEdward Thomson2019-02-282-142/+186
* | | | Merge branch 'threading-docs'Edward Thomson2019-02-271-26/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | threading: clarify openssl default vs mbedtlsEdward Thomson2019-02-271-4/+5
| * | | threading: clarify concurrency of accessEdward Thomson2019-02-271-1/+1
| * | | Update threading.mdthreading-docsEtienne Samson2019-02-071-24/+15
* | | | Merge pull request #5000 from augfab/branch_lookup_allEdward Thomson2019-02-252-4/+41
|\ \ \ \ | |_|/ / |/| | |
| * | | branch: have git_branch_lookup accept GIT_BRANCH_ALLAugustin Fabre2019-02-221-2/+16
| * | | branch: add test for git_branch_lookup to accept GIT_BRANCH_ALLAugustin Fabre2019-02-221-2/+25
* | | | Merge pull request #4997 from libgit2/ethomson/transfer_progressEdward Thomson2019-02-2229-107/+157
|\ \ \ \
| * | | | remote: deprecate git_push_transfer_progressethomson/transfer_progressEdward Thomson2019-02-221-0/+9
| * | | | remote: rename git_push_transfer_progress callbackEdward Thomson2019-02-222-3/+4
| * | | | indexer: deprecate git_transfer_progressEdward Thomson2019-02-222-4/+29
| * | | | indexer: use git_indexer_progress throughoutEdward Thomson2019-02-2227-74/+74
| * | | | indexer: rename git_transfer_progressEdward Thomson2019-02-222-30/+45
|/ / / /
* | | | Merge pull request #4901 from pks-t/pks/uniform-map-apiEdward Thomson2019-02-2234-861/+1122
|\ \ \ \
| * | | | idxmap: remove legacy low-level interfacePatrick Steinhardt2019-02-152-71/+10
| * | | | oidmap: remove legacy low-level interfacePatrick Steinhardt2019-02-153-257/+71
| * | | | offmap: remove legacy low-level interfacePatrick Steinhardt2019-02-152-88/+9
| * | | | strmap: remove legacy low-level interfacePatrick Steinhardt2019-02-153-153/+24
| * | | | cache: use iteration interface for cache evictionPatrick Steinhardt2019-02-151-10/+10
| * | | | indexer: use map iterator to delete expected OIDsPatrick Steinhardt2019-02-151-16/+12
| * | | | maps: provide high-level iteration interfacePatrick Steinhardt2019-02-158-25/+180
| * | | | maps: use high-level function to check existence of keysPatrick Steinhardt2019-02-158-24/+44
| * | | | maps: provide return value when deleting entriesPatrick Steinhardt2019-02-1510-48/+119
| * | | | idxmap: have `resize` functions return proper error codePatrick Steinhardt2019-02-153-27/+60
| * | | | idxmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-153-7/+71
| * | | | idxmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-153-9/+60
| * | | | offmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-153-5/+35
| * | | | offmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-153-5/+20
| * | | | oidmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-1510-67/+120