summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git_repository_init: stop traversing at windows rootethomson/windows_init_traversalEdward Thomson2019-04-172-3/+18
* Merge pull request #5045 from cheese1/patch-1Edward Thomson2019-04-081-1/+1
|\
| * fix typocheese12019-04-071-1/+1
|/
* Merge pull request #5039 from libgit2/ethomson/win32_hashEdward Thomson2019-04-072-14/+16
|\
| * sha1: don't inline `git_hash_global_init` for win32ethomson/win32_hashEdward Thomson2019-04-042-14/+16
* | Merge pull request #5040 from pks-t/pks/ignore-treat-dirpaths-as-dirEdward Thomson2019-04-072-1/+19
|\ \
| * | ignore: treat paths with trailing "/" as directoriesPatrick Steinhardt2019-04-052-1/+19
|/ /
* | Merge pull request #4874 from tiennou/test/4615Edward Thomson2019-04-045-0/+181
|\ \
| * | tests: test largefiles on win32Edward Thomson2019-04-041-4/+0
| * | p_fallocate: compatibility fixes for macOSEdward Thomson2019-02-221-1/+22
| * | p_fallocate: add a test for our implementationEdward Thomson2019-02-221-0/+41
| * | p_fallocate: don't duplicate definitions for win32Edward Thomson2019-02-221-17/+17
| * | p_fallocate: add Windows emulationEdward Thomson2019-02-221-2/+48
| * | tests: test that largefiles can be read through the tree APIEtienne Samson2019-01-304-0/+77
* | | Merge pull request #5034 from pks-t/pks/symlinked-user-configEdward Thomson2019-04-042-0/+62
|\ \ \
| * | | tests: config: assure that we can read symlinked global configurationPatrick Steinhardt2019-03-291-0/+17
| * | | tests: config: verify that the global config is actually readablePatrick Steinhardt2019-03-291-0/+12
| * | | tests: repo: verify that we can open repos with symlinked global configPatrick Steinhardt2019-03-291-0/+30
| * | | tests: config: make sure to clean up after each testPatrick Steinhardt2019-03-291-0/+3
* | | | Merge pull request #5035 from pks-t/pks/diff-with-space-in-filenamesEdward Thomson2019-04-043-18/+39
|\ \ \ \
| * | | | tests: diff: test parsing diffs with a new file with spaces in its pathErik Aigner2019-03-292-0/+27
| * | | | patch_parse: fix parsing addition/deletion of file with spacePatrick Steinhardt2019-03-291-2/+2
| * | | | patch_parse: improve formattingPatrick Steinhardt2019-03-291-18/+12
| |/ / /
* | | | Merge pull request #5018 from romkatv/stringsEdward Thomson2019-04-042-19/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | optimize string comparisonsromkatv2019-03-292-19/+15
* | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |