summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | worktree: skip building a buffer when validatingEtienne Samson2018-06-291-4/+1
| * | | | tests: worktree/bare: test some pathsEtienne Samson2018-06-291-0/+18
| * | | | tests: add a helper to build sandbox subpaths quicklyEtienne Samson2018-06-293-20/+39
| * | | | tests: worktree/bare: fix git_worktree_validateEtienne Samson2018-06-292-1/+3
| * | | | tests: worktree/bare: check git_worktree_listEtienne Samson2018-06-291-0/+5
| * | | | tests: worktree/bare: gather all testsEtienne Samson2018-06-292-32/+47
* | | | | Merge pull request #4699 from nelhage/fetch-null-dstPatrick Steinhardt2018-07-062-1/+6
|\ \ \ \ \
| * | | | | formatting fixNelson Elhage2018-06-291-1/+2
| * | | | | Add a test.Nelson Elhage2018-06-251-0/+4
| * | | | | git_refspec_transform: Handle NULL dstNelson Elhage2018-06-251-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #4536 from libgit2/ethomson/index_dirtyEdward Thomson2018-06-3015-73/+431
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | docs: add unsaved index safety to changelogethomson/index_dirtyEdward Thomson2018-06-291-0/+12
| * | | | settings: optional unsaved index safetyEdward Thomson2018-06-295-3/+35
| * | | | index: return a unique error code on dirty indexEdward Thomson2018-06-293-1/+24
| * | | | checkout: FORCE doesn't halt on dirty indexEdward Thomson2018-06-293-26/+19
| * | | | index: commit the changes to the index properlyEdward Thomson2018-06-299-15/+59
| * | | | index: test dirty index bitEdward Thomson2018-06-291-0/+53
| * | | | index: add a dirty bit reflecting unsaved changesEdward Thomson2018-06-292-6/+40
| * | | | stash: use _an_ index not _the_ indexEdward Thomson2018-06-291-28/+77
| * | | | checkout tests: validate GIT_CHECKOUT_NO_REFRESHEdward Thomson2018-06-291-0/+64
| * | | | checkout: always set the index in checkout dataEdward Thomson2018-06-261-6/+6
| * | | | index::addall tests: write the indexEdward Thomson2018-06-261-0/+17
| * | | | index::reuc tests: test that checkout succeedsEdward Thomson2018-06-261-8/+8
| * | | | index::names tests: add conflicts with high stagesEdward Thomson2018-06-261-0/+37
* | | | | Merge pull request #4709 from pks-t/pks/refspec-disposeEdward Thomson2018-06-298-21/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt2018-06-298-21/+21
* | | | | Merge pull request #4701 from nikital/masterPatrick Steinhardt2018-06-291-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | streams: openssl: Handle error in SSL_CTX_newNikita Leshenko2018-06-251-0/+4
| |/ / /
* | | | Merge pull request #4519 from cynecx/refspec-parsingPatrick Steinhardt2018-06-293-0/+54
|\ \ \ \ | |_|_|/ |/| | |
| * | | refspec: add public parsing apicynecx2018-06-223-0/+54
* | | | Merge pull request #4688 from mystor/sorted_revwalk_resetEdward Thomson2018-06-272-2/+28
|\ \ \ \
| * | | | Clear revwalk sorting when resettingNika Layzell2018-06-222-2/+28
| | |_|/ | |/| |
* | | | Merge pull request #4691 from pks-t/pks/http-parser-fallthroughEdward Thomson2018-06-271-0/+2
|\ \ \ \
| * | | | deps: fix implicit fallthrough warning in http-parserPatrick Steinhardt2018-06-221-0/+2
| |/ / /
* | | | Merge pull request #4698 from nelhage/fix-leaksEdward Thomson2018-06-273-14/+25
|\ \ \ \
| * | | | git_pkt_free: Allow freeing NULLNelson Elhage2018-06-252-10/+8
| * | | | git_smart__connect: free symrefs on errorNelson Elhage2018-06-251-1/+3
| * | | | git_smart__update_heads: free the old symref_targetNelson Elhage2018-06-251-1/+3
| * | | | Fix another missing git_pkt_freeNelson Elhage2018-06-251-1/+3
| * | | | wait_while_ack: use git_pkt_freeNelson Elhage2018-06-251-10/+17
| |/ / /
* | | | Merge branch 'nelhage/smart-no-pack'Edward Thomson2018-06-261-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | smart protocol: correct error message capitalizationEdward Thomson2018-06-261-1/+1
| * | | PACK packets are illegal while downloading refsNelson Elhage2018-06-241-0/+6
| |/ /
* | | Merge pull request #4695 from nelhage/git_pkt-type-confusionPatrick Steinhardt2018-06-251-1/+6
|\ \ \
| * | | Fix type confusion in git_smart__connectNelson Elhage2018-06-241-1/+6
| |/ /
* | | Merge pull request #4696 from nelhage/git_pkt_ref-check-lenPatrick Steinhardt2018-06-251-0/+5
|\ \ \ | |_|/ |/| |
| * | Verify ref_pkt's are long enoughNelson Elhage2018-06-241-0/+5
| |/
* | Merge pull request #4411 from pks-t/pks/config-parse-cleanupsEdward Thomson2018-06-223-41/+41
|\ \ | |/ |/|
| * config_file: avoid free'ing OOM buffersPatrick Steinhardt2018-06-221-6/+2
| * config_parse: always sanitize out-parameters in `parse_variable`Patrick Steinhardt2018-06-221-20/+23