summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* git_checkout_tree options fixStefan Huber2016-08-301-1/+1
* Merge pull request #3900 from pks-t/pks/http-close-substream-on-connectPatrick Steinhardt2016-08-291-0/+3
|\
| * transports: http: reset `connected` flag when closing transportPatrick Steinhardt2016-08-171-0/+2
| * transports: http: reset `connected` flag when re-connecting transportPatrick Steinhardt2016-08-171-0/+1
* | Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-249-7/+50
* | filesystem_iterator: fixed double free on errorJason Haslam2016-08-221-5/+3
* | Merge pull request #3837 from novalis/dturner/indexv4Edward Thomson2016-08-174-29/+179
|\ \
| * | index: support index v4David Turner2016-08-102-29/+120
| * | varint: Add varint encoding/decodingDavid Turner2016-08-102-0/+59
| |/
* | Merge pull request #3895 from pks-t/pks/negate-basename-in-subdirsEdward Thomson2016-08-171-16/+45
|\ \ | |/ |/|
| * ignore: allow unignoring basenames in subdirectoriesPatrick Steinhardt2016-08-121-16/+45
* | stransport: do not use `git_stream_free` on uninitialized stransportPatrick Steinhardt2016-08-091-1/+3
* | Merge pull request #3887 from libgit2/ethomson/empty_blobCarlos Martín Nieto2016-08-081-5/+0
|\ \
| * | odb: only provide the empty treeEdward Thomson2016-08-051-5/+0
* | | Merge pull request #3890 from pks-t/pks/stransport-static-linkageEdward Thomson2016-08-081-8/+8
|\ \ \ | |/ / |/| |
| * | stransport: make internal functions staticPatrick Steinhardt2016-08-081-8/+8
* | | SecureTransport: handle NULL trust on successcmn/copypeertrust-nullCarlos Martín Nieto2016-08-051-0/+3
* | | apply: fix warning when initializing patch imagesPatrick Steinhardt2016-08-051-1/+1
* | | pool: provide macro to statically initialize git_poolPatrick Steinhardt2016-08-051-0/+5
| |/ |/|
* | odb: only freshen pack files every 2 secondsethomson/refresh_objectsEdward Thomson2016-08-045-10/+23
* | odb: freshen existing objects when writingEdward Thomson2016-08-045-3/+96
* | Merge pull request #3877 from libgit2/ethomson/paths_initCarlos Martín Nieto2016-08-042-52/+41
|\ \
| * | sysdir: use the standard `init` patternethomson/paths_initEdward Thomson2016-08-042-52/+41
* | | Merge pull request #3869 from richardipsum/fix-outdated-commentEdward Thomson2016-08-041-3/+3
|\ \ \
| * | | Make comment conform to style guideRichard Ipsum2016-07-231-1/+2
| * | | Fix outdated commentRichard Ipsum2016-07-231-2/+1
* | | | Merge pull request #3850 from wildart/custom-tlsEdward Thomson2016-08-043-6/+1
|\ \ \ \
| * | | | remove conditions that prevent use of custom TLS streamwildart2016-07-063-6/+1
* | | | | Merge pull request #3879 from libgit2/ethomson/mwindow_initEdward Thomson2016-08-044-26/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mwindow: init mwindow files in git_libgit2_initethomson/mwindow_initEdward Thomson2016-08-044-26/+12
| | |_|/ | |/| |
* | | | git_diff_file: move `id_abbrev`ethomson/diff_fileEdward Thomson2016-08-031-3/+3
|/ / /
* | | Merge pull request #3865 from libgit2/ethomson/leaksEdward Thomson2016-08-028-86/+113
|\ \ \
| * | | crlf: set a safe crlf defaultEdward Thomson2016-07-241-0/+1
| * | | repository: don't cast to `int` for no reasonEdward Thomson2016-07-241-4/+4
| * | | index: cast to avoid warningEdward Thomson2016-07-241-2/+2
| * | | packbuilder: `size_t` all the thingsEdward Thomson2016-07-243-77/+100
| * | | apply: safety check files that dont end with eolEdward Thomson2016-07-241-1/+4
| * | | apply: check allocation properlyEdward Thomson2016-07-241-1/+1
| * | | apply: compare preimage to imageEdward Thomson2016-07-241-1/+1
| | |/ | |/|
* | | remote: Handle missing config values when deleting a remoteDavid Turner2016-07-151-4/+10
|/ /
* | Merge pull request #3851 from txdv/get-user-agentEdward Thomson2016-07-051-0/+8
|\ \
| * | Add get user agent functionality.Andrius Bentkus2016-07-051-0/+8
| |/
* | Merge pull request #3846 from rkrp/fix_bug_parsing_int64minEdward Thomson2016-07-051-3/+3
|\ \ | |/ |/|
| * Fixed bug while parsing INT64_MINKrishna Ram Prakash R2016-06-291-3/+3
* | Merge pull request #3836 from joshtriplett/cleanup-find_repoEdward Thomson2016-07-011-22/+30
|\ \
| * | find_repo: Clean up and simplify logicJosh Triplett2016-06-241-22/+30
* | | Merge pull request #3711 from joshtriplett/git_repository_discover_defaultEdward Thomson2016-07-011-17/+197
|\ \ \ | |/ /
| * | Add GIT_REPOSITORY_OPEN_FROM_ENV flag to respect $GIT_* environment varsJosh Triplett2016-06-241-0/+169
| * | Add GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appending /.gitJosh Triplett2016-06-241-7/+10
| * | Fix repository discovery with ceiling_dirs at current directoryJosh Triplett2016-06-241-17/+25