]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-06-29 Vicent Martipkg-config: Sort the different sections
2015-06-28 Carlos Martín... Bump version to 0.23.0 and SOVERSION to 23
2015-06-28 Carlos Martín... Merge pull request #3267 from libgit2/cmn/libs-list
2015-06-28 Carlos Martín... CMake: treat the ld flags as a list
2015-06-27 Carlos Martín... Merge pull request #3265 from libgit2/leaks
2015-06-27 Carlos Martín... Merge pull request #3260 from ethomson/apply_with_reflo...
2015-06-27 Carlos Martín... Merge pull request #3264 from arthurschreiber/fast...
2015-06-27 Arthur SchreiberRemove dependency installation file for travis builds.
2015-06-27 Arthur SchreiberAlways install valgrind via the apt addon.
2015-06-26 Carlos Martín... index, iterator, fetchhead: plug leaks
2015-06-26 Carlos Martín... checkout: plug a few leaks
2015-06-26 Carlos Martín... diff: fix leaks in diff printing
2015-06-26 Carlos Martín... Merge pull request #3263 from git-up/fixes
2015-06-26 Arthur SchreiberDon't try to start ssh.
2015-06-26 Arthur SchreiberFast builds?
2015-06-26 Edward Thomsonstash: test we apply using reflog-like indices
2015-06-26 Carlos Martín... Merge pull request #3259 from ethomson/stash_apply_argh
2015-06-26 Carlos Martín... Merge pull request #3262 from libgit2/vmg/prefix-len
2015-06-26 Pierre-Olivier... Removed unused variables
2015-06-26 Pierre-Olivier... Fixed build failure if GIT_CURL is not defined
2015-06-26 Vicent Martitest-diff-blob: Pass proper nibble sizes
2015-06-26 Vicent Martirevparse: Add test to make sure this doesn't regress
2015-06-26 Vicent MartiRevert "object: correct the expected ID size in prefix...
2015-06-26 Carlos Martín... Merge pull request #3261 from libgit2/cmn/link-one...
2015-06-26 Carlos Martín... pc: Put libcurl and libssh2 in Libs.private
2015-06-26 Carlos Martín... Merge pull request #3234 from ethomson/dont_update_inde...
2015-06-26 Pierre-Olivier... Only write index if updated when passing GIT_DIFF_UPDAT...
2015-06-26 Edward Thomsondiff: test we don't update index unnecessarily
2015-06-25 Edward ThomsonMerge pull request #3255 from libgit2/cmn/rename-unspec...
2015-06-25 Carlos Martín... Merge pull request #3258 from arthurschreiber/patch-6
2015-06-25 Edward Thomsonstash: stage new files when unstashing them
2015-06-25 Edward Thomsoniterator: provide git_iterator_walk
2015-06-25 Edward Thomsonstash: don't allow apply with staged changes
2015-06-25 Edward Thomsonstash apply: add a newly staged file to tests
2015-06-25 Arthur SchreiberList `libcurl` in the generated `libgit2.pc`
2015-06-25 Edward ThomsonMerge pull request #3256 from libgit2/cmn/fetch-spec...
2015-06-25 Edward ThomsonMerge pull request #3246 from libgit2/cmn/dont-grow...
2015-06-25 Carlos Martín... remote: insert refspecs with no rhs in FETCH_HEAD
2015-06-25 Carlos Martín... Rename FALLBACK to UNSPECIFIED
2015-06-24 Carlos Martín... Add CHANGELOG entries
2015-06-24 Carlos Martín... buffer: make use of EINVALID for growing a borrowed...
2015-06-24 Carlos Martín... errors: introduce EINVALID
2015-06-24 Carlos Martín... blob: don't recomment using git_buf_grow
2015-06-24 Carlos Martín... buffer: don't allow growing borrowed buffers
2015-06-24 Carlos Martín... Merge pull request #3097 from libgit2/cmn/submodule...
2015-06-24 Carlos Martín... Merge pull request #3183 from libgit2/cmn/curl-stream
2015-06-24 Carlos Martín... Merge pull request #3254 from ethomson/diff-binary...
2015-06-24 Carlos Martín... Merge pull request #3250 from ethomson/stash
2015-06-24 Edward Thomsondiff: determine DIFFABLE-ness for binaries
2015-06-24 Edward Thomsondiff::binary tests: empty diff when forced binary
2015-06-24 Carlos Martín... SecureTransport: use the curl stream if available
2015-06-24 Carlos Martín... curl: remove the encrypted param to the constructor
2015-06-24 Carlos Martín... http: ask for the curl stream for non-encrypted connections
2015-06-24 Carlos Martín... openssl: use the curl stream if available
2015-06-24 Carlos Martín... curl: extract certificate information
2015-06-24 Carlos Martín... http: set the proxy if the stream supports it
2015-06-24 Carlos Martín... stream: add support for setting a proxy
2015-06-24 Carlos Martín... curl: add CHANGELOG and THREADING entries
2015-06-24 Carlos Martín... Implement a curl stream
2015-06-24 Carlos Martín... curl: find and link with the library if it's available...
2015-06-24 Carlos Martín... binary diff: test that the diff and patch otputs are...
2015-06-24 Edward ThomsonMerge pull request #3251 from git-up/fixes
2015-06-24 Pierre-Olivier... Fixed invalid error handling in git_repository_open_ext()
2015-06-24 Pierre-Olivier... Fixed Xcode 6.1 build warnings
2015-06-24 Edward ThomsonMerge pull request #3222 from git-up/conflicted
2015-06-24 Edward ThomsonMerge pull request #3131 from urkud/const-char
2015-06-24 Edward ThomsonMerge pull request #3226 from libgit2/cmn/racy-diff...
2015-06-24 Edward ThomsonMerge pull request #3249 from libgit2/cmn/repo-version...
2015-06-23 Edward Thomsonstash: save the workdir file when deleted in index
2015-06-23 Edward Thomsonstash tests: ensure we save the workdir file
2015-06-23 Edward Thomsongit_diff__merge: allow pluggable diff merges
2015-06-23 Edward Thomsondiff_tform: remove reversed copy of delta merger
2015-06-23 Carlos Martín... repository: check the format version
2015-06-23 Carlos Martín... repository: don't error out if there is no version
2015-06-23 Pierre-Olivier... Fixed GIT_DELTA_CONFLICTED not returned in some cases
2015-06-23 Carlos Martín... Merge pull request #3228 from git-up/diff_merge
2015-06-23 Pierre-Olivier... Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()
2015-06-22 Carlos Martín... Merge pull request #3199 from ethomson/crlf
2015-06-22 Edward Thomsoncrlf: give Unix the glory of autocrlf=true
2015-06-22 Edward Thomsoncrlf tests: ensure that Unix obeys autocrlf=true
2015-06-22 Edward Thomsongit_buf_text_lf_to_crlf: allow mixed line endings
2015-06-22 Edward Thomsoncrlf: use statistics to control to workdir filter
2015-06-22 Edward Thomsonclar: support hierarchical test resource data
2015-06-22 Edward Thomsoncrlf tests: posix known-good data
2015-06-22 Edward Thomsoncrlf tests: windows known-good data
2015-06-22 Edward Thomsoncrlf tests: use known-good data produced by git
2015-06-22 Edward Thomsoncrlf: script to generate expected crlf data
2015-06-22 Edward Thomsoncrlf: include utf8 resources in master branch
2015-06-22 Edward Thomsoncrlf: include additional test resources
2015-06-22 Edward ThomsonMerge pull request #3240 from libgit2/cmn/commit-header...
2015-06-22 Carlos Martín... submodule: remove the RESET enum values
2015-06-22 Carlos Martín... submodule: test unsetting config options
2015-06-22 Carlos Martín... submodule: handle writing out all enum values for settings
2015-06-22 Carlos Martín... config: provide a function to reverse-lookup mapped...
2015-06-22 Carlos Martín... examples: adjust to submodule status API change
2015-06-22 Carlos Martín... submodule: test more accurately for non-existence
2015-06-22 Carlos Martín... submodule: fix potential leak in the tests
2015-06-22 Carlos Martín... submodule: get rid of `_save()`
2015-06-22 Carlos Martín... submodule: make `_set_url()` affect the configuration
2015-06-22 Carlos Martín... submodule: make `_set_branch()` affect the configuration
next