| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Fixed handling of GIT_DELTA_CONFLICTED in git_diff_find_similar() | Pierre-Olivier Latour | 2015-06-10 | 1 | -4/+4 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3203 from ethomson/gitattributes | Carlos Martín Nieto | 2015-06-10 | 1 | -2/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | gitattributes: let clients use native line endings | Edward Thomson | 2015-06-10 | 1 | -2/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #3201 from libgit2/cmn/coverity | Edward Thomson | 2015-06-10 | 4 | -19/+21 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | filter: close the descriptor in case of errorcmn/coverity | Carlos Martín Nieto | 2015-06-10 | 1 | -2/+3 | |
| | * | | | | | object: correct the expected ID size in prefix lookup | Carlos Martín Nieto | 2015-06-10 | 1 | -5/+5 | |
| | * | | | | | pack: use git_buf when building the index name | Carlos Martín Nieto | 2015-06-10 | 1 | -10/+11 | |
| | * | | | | | merge: actually increment the counts, not the pointers | Carlos Martín Nieto | 2015-06-10 | 1 | -2/+2 | |
| |/ / / / / | ||||||
| * | | | | | cache: add a check for a failed allocation | Carlos Martín Nieto | 2015-06-10 | 1 | -0/+1 | |
| * | | | | | Merge pull request #3198 from libgit2/cmn/coverity | Edward Thomson | 2015-06-09 | 5 | -10/+11 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Initialize a few variables | Carlos Martín Nieto | 2015-06-09 | 3 | -3/+3 | |
| | * | | | | ssh: move NULL check to the free function | Carlos Martín Nieto | 2015-06-09 | 1 | -5/+5 | |
| | * | | | | remote: some error-handling issues from Coverity | Carlos Martín Nieto | 2015-06-07 | 1 | -2/+3 | |
| * | | | | | Merge pull request #3165 from ethomson/downcase | Carlos Martín Nieto | 2015-06-08 | 8 | -24/+75 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | git__tolower: test that some non-ASCII downcasing isn't | Edward Thomson | 2015-05-29 | 1 | -0/+4 | |
| | * | | | | | git__tolower: a tolower() that isn't dumb | Edward Thomson | 2015-05-29 | 7 | -24/+33 | |
| | * | | | | | git__strcasecmp: treat input bytes as unsigned | Edward Thomson | 2015-05-29 | 2 | -2/+40 | |
| * | | | | | | Merge pull request #3188 from thentenaar/clean-up-after-openssl | Carlos Martín Nieto | 2015-06-08 | 1 | -0/+16 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | global: Ensure we free our SSL context. | Tim Hentenaar | 2015-06-08 | 1 | -0/+16 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3185 from libgit2/cmn/foreach-cancel-loose | Carlos Martín Nieto | 2015-06-07 | 2 | -2/+24 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | path: error out if the callback returns an errorcmn/foreach-cancel-loose | Carlos Martín Nieto | 2015-06-06 | 2 | -2/+24 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3175 from git-up/build_warnings | Carlos Martín Nieto | 2015-06-07 | 8 | -10/+21 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixed build warnings on Xcode 6.1 | Pierre-Olivier Latour | 2015-06-02 | 8 | -10/+21 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3179 from arielb2/master | Carlos Martín Nieto | 2015-06-07 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | print_usage functions is defined but not used | Ariel O. Barria | 2015-06-03 | 1 | -0/+2 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3172 from Therzok/patch-2 | Carlos Martín Nieto | 2015-06-04 | 1 | -1/+7 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Change error when running out of ssh agent keys | Marius Ungureanu | 2015-06-02 | 1 | -1/+7 | |
| |/ / / / | ||||||
| * | | | | Include git2/transaction.h | Carlos Martín Nieto | 2015-05-31 | 1 | -0/+1 | |
| * | | | | Merge pull request #3152 from tkelman/patch-1 | Carlos Martín Nieto | 2015-05-31 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | build maint branches on appveyor | Tony Kelman | 2015-05-22 | 1 | -0/+1 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #3048 from pks-t/insteadof | Carlos Martín Nieto | 2015-05-31 | 5 | -5/+164 | |
| |\ \ \ \ | ||||||
| | * | | | | remote: test insteadOf for anonymous remotes | Patrick Steinhardt | 2015-05-31 | 1 | -0/+12 | |
| | * | | | | Add CHANGELOG entry for url.*.insteadOf feature. | Patrick Steinhardt | 2015-05-31 | 1 | -0/+4 | |
| | * | | | | remote: apply insteadOf configuration. | Patrick Steinhardt | 2015-05-31 | 4 | -5/+148 | |
| |/ / / / | ||||||
| * | | | | CHANGELOG: fill in a few missing entries | Carlos Martín Nieto | 2015-05-29 | 1 | -5/+20 | |
| * | | | | Merge pull request #3157 from mgorny/ssh_memory_auth | Carlos Martín Nieto | 2015-05-29 | 5 | -1/+168 | |
| |\ \ \ \ | ||||||
| | * | | | | test: Add a test for in-memory SSH private key cred_cb | Michał Górny | 2015-05-27 | 1 | -0/+68 | |
| | * | | | | cred: Check for null values when getting key from memory | Michał Górny | 2015-05-27 | 1 | -1/+4 | |
| | * | | | | cred: Declare GIT_CREDTYPE_SSH_MEMORY unconditionally | Michał Górny | 2015-05-27 | 2 | -4/+0 | |
| | * | | | | cmake: Add CMake check for libssh2 memory credential passing support | Michał Górny | 2015-05-27 | 1 | -0/+5 | |
| | * | | | | Return an error when ssh memory credentials are not supported. | David Calavera | 2015-05-27 | 2 | -4/+6 | |
| | * | | | | Add support to read ssh keys from memory. | David Calavera | 2015-05-27 | 3 | -1/+94 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #3163 from ethomson/emergeconflict | Carlos Martín Nieto | 2015-05-29 | 7 | -18/+21 | |
| |\ \ \ \ | ||||||
| | * | | | | Rename GIT_EMERGECONFLICT to GIT_ECONFLICT | Edward Thomson | 2015-05-29 | 7 | -18/+21 | |
| * | | | | | Merge pull request #3161 from fxfactorial/master | Edward Thomson | 2015-05-28 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Changed README to use new OCaml bindings to git | Edgar Aroutiounian | 2015-05-28 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #3139 from ethomson/diff_conflicts | Carlos Martín Nieto | 2015-05-28 | 28 | -177/+675 | |
| |\ \ \ \ | ||||||
| | * | | | | index_add_all: remove conflicts when no wd file | Edward Thomson | 2015-05-28 | 1 | -1/+2 | |
| | * | | | | Introduce `GIT_DIFF_FLAG_EXISTS` | Edward Thomson | 2015-05-28 | 3 | -1/+12 | |
| | * | | | | git_index_add_all: test that conflicts are handled | Edward Thomson | 2015-05-28 | 1 | -49/+104 | |
