| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #3564 from ethomson/merge_drivers | Carlos Martín Nieto | 2016-03-17 | 11 | -115/+1309 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | merge drivers: handle configured but not found driver | Edward Thomson | 2016-03-17 | 2 | -4/+31 | |
| | * | | | | | | merge driver: remove `check` callback | Edward Thomson | 2016-03-17 | 6 | -306/+81 | |
| | * | | | | | | merge driver: improve inline documentation | Edward Thomson | 2016-03-17 | 1 | -18/+21 | |
| | * | | | | | | merge driver: correct global initialization | Edward Thomson | 2016-03-17 | 5 | -94/+160 | |
| | * | | | | | | merge driver: get a pointer to favor | Edward Thomson | 2016-03-17 | 2 | -4/+9 | |
| | * | | | | | | merge driver: correct indentation | Edward Thomson | 2016-03-17 | 2 | -30/+30 | |
| | * | | | | | | merge driver: tests for set and unset merge attribute | Edward Thomson | 2016-03-17 | 1 | -1/+36 | |
| | * | | | | | | merge driver: tests for custom default merge drivers | Edward Thomson | 2016-03-17 | 1 | -0/+59 | |
| | * | | | | | | merge driver: allow custom default driver | Edward Thomson | 2016-03-17 | 5 | -43/+88 | |
| | * | | | | | | merge driver: test GIT_EMERGECONFLICT | Edward Thomson | 2016-03-17 | 1 | -0/+90 | |
| | * | | | | | | merge driver: test GIT_PASSTHROUGH | Edward Thomson | 2016-03-17 | 1 | -0/+95 | |
| | * | | | | | | merge driver: introduce custom merge drivers | Edward Thomson | 2016-03-17 | 6 | -129/+1061 | |
| | * | | | | | | Fix rebase bug and include test for merge=union | Stan Hu | 2016-03-17 | 2 | -1/+37 | |
| | * | | | | | | Support union merges via .gitattributes file | Stan Hu | 2016-03-17 | 1 | -0/+26 | |
| * | | | | | | | Merge pull request #3695 from ethomson/contributing | Carlos Martín Nieto | 2016-03-17 | 1 | -1/+16 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | CONTRIBUTING: document the optional tests | Edward Thomson | 2016-03-17 | 1 | -1/+16 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3673 from libgit2/cmn/commit-with-signature | Edward Thomson | 2016-03-17 | 3 | -0/+185 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | commit: add function to attach a signature to a commitcmn/commit-with-signature | Carlos Martín Nieto | 2016-03-15 | 3 | -0/+185 | |
| * | | | | | | | Merge pull request #3685 from pks-t/pks/memleaks | Edward Thomson | 2016-03-17 | 2 | -20/+19 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | tests: transport: fix memory leaks with registering transports | Patrick Steinhardt | 2016-03-11 | 1 | -18/+17 | |
| | * | | | | | | | tests: nsec: correctly free nsec_path | Patrick Steinhardt | 2016-03-11 | 1 | -2/+2 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #3687 from mstrap/CMAKE_C_FLAGS_DEBUG | Edward Thomson | 2016-03-17 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | CMake: do not overwrite but only append to CMAKE_C_FLAGS_DEBUG | Marc Strapetz | 2016-03-15 | 1 | -2/+2 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3693 from libgit2/cmn/extract-oneline-sig | Edward Thomson | 2016-03-17 | 2 | -1/+25 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | commit: fix extraction of single-line signaturescmn/extract-oneline-sig | Carlos Martín Nieto | 2016-03-17 | 2 | -1/+25 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3690 from libgit2/cmn/pool-limit | Edward Thomson | 2016-03-16 | 5 | -9/+41 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Split the page size from the mmap alignmentcmn/pool-limit | Carlos Martín Nieto | 2016-03-16 | 5 | -9/+41 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3677 from pks-t/pks/coverity-fixes-round7 | Carlos Martín Nieto | 2016-03-14 | 6 | -14/+39 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | config_cache: check return value of `git_config__lookup_entry` | Patrick Steinhardt | 2016-03-11 | 1 | -1/+2 | |
| | * | | | | | | filebuf: handle write error in `lock_file` | Patrick Steinhardt | 2016-03-11 | 1 | -1/+6 | |
| | * | | | | | | config_file: handle error when trying to lock strmap | Patrick Steinhardt | 2016-03-11 | 1 | -8/+20 | |
| | * | | | | | | blame: handle error when resoling HEAD in normalize_options | Patrick Steinhardt | 2016-03-11 | 1 | -3/+8 | |
| | * | | | | | | blame_git: handle error returned by `git_commit_parent` | Patrick Steinhardt | 2016-03-11 | 1 | -1/+2 | |
| | * | | | | | | refdb_fs: fail if refcache returns NULL pointer | Patrick Steinhardt | 2016-03-11 | 1 | -0/+1 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3647 from pks-t/pks/coverity-fixes-round6 | Carlos Martín Nieto | 2016-03-14 | 8 | -17/+45 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | coverity: report errors when uploading tarball | Patrick Steinhardt | 2016-03-11 | 1 | -2/+16 | |
| | * | | | | | | diff_tform: fix potential NULL pointer access | Patrick Steinhardt | 2016-03-11 | 1 | -3/+5 | |
| | * | | | | | | submodule: avoid passing NULL pointers to strncmp | Patrick Steinhardt | 2016-03-11 | 1 | -1/+2 | |
| | * | | | | | | pack-objects: fix memory leak on overflow | Patrick Steinhardt | 2016-03-11 | 1 | -1/+3 | |
| | * | | | | | | index: assert required OID are non-NULL | Patrick Steinhardt | 2016-03-11 | 1 | -3/+9 | |
| | * | | | | | | object: avoid call of memset with ouf of bounds pointer | Patrick Steinhardt | 2016-03-11 | 1 | -6/+3 | |
| | * | | | | | | config_file: handle missing quotation marks in section header | Patrick Steinhardt | 2016-03-10 | 1 | -0/+5 | |
| | * | | | | | | describe: handle error code returned by git_pqueue_insert | Patrick Steinhardt | 2016-03-10 | 1 | -1/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3671 from libgit2/cmn/remove-mingw32 | Edward Thomson | 2016-03-14 | 4 | -25/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove CI support for mingw32cmn/remove-mingw32 | Carlos Martín Nieto | 2016-03-14 | 4 | -25/+1 | |
| * | | | | | | | Merge pull request #3683 from dbussink/dbussink/better-openssl-ciphers | Carlos Martín Nieto | 2016-03-14 | 6 | -1/+53 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Use general cl_git_fail because the error is generic | Dirkjan Bussink | 2016-03-14 | 1 | -2/+1 | |
| | * | | | | | | | Start error string with lower case character | Dirkjan Bussink | 2016-03-14 | 1 | -2/+2 | |
| | * | | | | | | | Setup better defaults for OpenSSL ciphers | Dirkjan Bussink | 2016-03-14 | 6 | -0/+53 | |
| |/ / / / / / / | ||||||
