summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4536 from libgit2/ethomson/index_dirtyEdward Thomson2018-06-306-51/+165
|\
| * settings: optional unsaved index safetyEdward Thomson2018-06-293-1/+10
| * index: return a unique error code on dirty indexEdward Thomson2018-06-291-1/+1
| * checkout: FORCE doesn't halt on dirty indexEdward Thomson2018-06-291-10/+19
| * index: commit the changes to the index properlyEdward Thomson2018-06-294-2/+15
| * 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: always set the index in checkout dataEdward Thomson2018-06-261-6/+6
* | Merge pull request #4709 from pks-t/pks/refspec-disposeEdward Thomson2018-06-297-16/+16
|\ \
| * | refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt2018-06-297-16/+16
* | | 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-291-0/+25
|\ \
| * | refspec: add public parsing apicynecx2018-06-221-0/+25
* | | Merge pull request #4688 from mystor/sorted_revwalk_resetEdward Thomson2018-06-271-2/+3
|\ \ \
| * | | Clear revwalk sorting when resettingNika Layzell2018-06-221-2/+3
* | | | 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
| |/
* | 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
* | config_parse: have `git_config_parse` own entry value and namePatrick Steinhardt2018-06-223-16/+17
|/
* Merge pull request #4685 from csware/no-git_buf_freeEdward Thomson2018-06-181-1/+1
|\
| * Fix last references to deprecated git_buf_freeSven Strickroth2018-06-181-1/+1
* | Merge pull request #4606 from libgit2/cmn/revwalk-iterationEdward Thomson2018-06-182-10/+44
|\ \ | |/ |/|
| * revwalk: formatting updatescmn/revwalk-iterationEdward Thomson2018-06-181-17/+17
| * revwalk: remove one useless layer of functionsCarlos Martín Nieto2018-04-111-32/+17
| * revwalk: avoid walking the entire history when output is unsortedCarlos Martín Nieto2018-04-012-10/+59
* | Merge pull request #4586 from emilio/mailmapEdward Thomson2018-06-185-4/+545
|\ \
| * | Require the length argument to git_mailmap_from_buffer and make mailmap_add_b...Nika Layzell2018-06-171-8/+4
| * | mailmap: git_buf_free => git_buf_disposeNika Layzell2018-06-141-9/+9
| * | mailmap: Hide EEXISTS to simplify git_mailmap_add_entry callersNika Layzell2018-06-141-2/+4
| * | mailmap: Free the mailmap vectorNika Layzell2018-06-141-0/+2
| * | mailmap: API and style cleanupNika Layzell2018-06-143-76/+85
| * | mailmap: Rewrite API to support accurate mailmap resolutionNika Layzell2018-06-144-138/+284
| * | mailmap: API and style cleanupNika Layzell2018-06-142-34/+51
| * | mailmap: Switch mailmap parsing to use the git_parse moduleNika Layzell2018-06-143-227/+155
| * | mailmap: Fix more bugs which snuck in when I rebasedNika Layzell2018-06-142-2/+3
| * | mailmap: Integrate mailmaps with blame and signaturesNika Layzell2018-06-144-4/+63
| * | mailmap: Make everything a bit more style conformingNika Layzell2018-06-141-25/+82