]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-03-29 Carlos Martín... Merge pull request #3712 from ethomson/config_duplicate...
2016-03-28 Edward ThomsonMerge pull request #3703 from libgit2/cmn/multivar...
2016-03-28 Edward Thomsonconfig::write::repeated: init our buffer
2016-03-28 Edward Thomsonconfig: don't write section header if we're in it
2016-03-28 Carlos Martín... config: show we write a spurious duplicated section...
2016-03-28 Edward ThomsonMerge pull request #3708 from sschuberth/master
2016-03-26 Carlos Martín... Merge pull request #3691 from ethomson/iterators
2016-03-24 Marc Strapetziterator: comment fixed
2016-03-24 Marc Strapetziterator: unused includes removed
2016-03-24 Marc Strapetziterator: new workdir-iterator test for pathlist +...
2016-03-24 Marc Strapetziterator: new index-iterator test for pathlist + includ...
2016-03-24 Marc Strapetziterator: more pathlist-related tests should test actua...
2016-03-24 Edward Thomsoniterator: cleanups
2016-03-24 Edward Thomsoniterator: don't run the gunk test by default on CI
2016-03-24 Edward Thomsoniterator: refactor empty iterator to new style
2016-03-24 Edward Thomsoniterator: mandate `advance_over`
2016-03-24 Edward Thomsoniterator: refactor index iterator
2016-03-24 Edward ThomsonIntroduce `git_path_common_dirlen`
2016-03-24 Edward Thomsoniterator: move the index into the iterator itself
2016-03-24 Edward Thomsoniterator: give the tests a proper hierarchy
2016-03-24 Carlos Martín... Merge pull request #3574 from chescock/buffer-sideband...
2016-03-24 Sebastian SchuberthCMakeLists: Further improve the error messages regardin...
2016-03-23 Jeff HostetlerAdded clar test for #3568
2016-03-23 Edward Thomsondiff: stop processing nitem when its removed
2016-03-23 Edward Thomsoniterator: drop `advance_into_or_over`
2016-03-23 Edward Thomsoniterator: test that we can `advance_into` empty dirs
2016-03-23 joshaberFailing test.
2016-03-23 Marc Strapetziterator: test pathlist handling for directories
2016-03-23 Edward Thomsoniterator: test `advance_over` with a pathlist
2016-03-23 Edward Thomsoniterator: add tests for advance_over
2016-03-23 Edward Thomsoniterator: test workdir pathlist with deep paths
2016-03-23 Edward Thomsoniterator: workdir tests with submodules
2016-03-23 Edward Thomsoniterator: expand workdir tests with pathlist
2016-03-23 Edward Thomsoniterator: test that we're at the end of iteration
2016-03-23 Edward Thomsoniterator: combine fs+workdir iterators more completely
2016-03-23 Edward Thomsoniterator: test fs iterator w/ many nested empty dirs
2016-03-23 Edward Thomsoniterator: skip unreadable directories in fs iterator
2016-03-23 Edward Thomsoncheckout: provide internal func to compute target path
2016-03-23 Edward Thomsoniterators: refactored tree iterator
2016-03-23 Edward Thomsonrepo::iterator: don't go out of bounds
2016-03-23 Edward Thomsongit_object_dup: introduce typesafe versions
2016-03-23 Edward Thomsoniterator: disambiguate reset and reset_range
2016-03-23 Edward Thomsoniterator: drop unused/unimplemented `seek`
2016-03-23 Edward Thomsonstatus: update test to include valid OID
2016-03-23 Edward ThomsonMerge pull request #3707 from sschuberth/master
2016-03-23 Sebastian SchuberthCMakeLists: Show the pointer size for an unsupported...
2016-03-23 Carlos Martín... array: fix search for empty arrays
2016-03-23 Carlos Martín... Merge pull request #3704 from ethomson/tree-reuse
2016-03-22 Carlos Martín... Merge pull request #3502 from libgit2/cmn/createblob...
2016-03-22 Carlos Martín... blob: remove _fromchunks()
2016-03-22 Carlos Martín... CHANGELOG: add a note about _fromstream() and _fromstre...
2016-03-22 Carlos Martín... blob: fix fromchunks iteration counter
2016-03-22 Carlos Martín... blob: introduce creating a blob by writing into a stream
2016-03-22 Carlos Martín... filebuf: allow using a custom buffer size
2016-03-22 Edward Thomsontree: drop the now-unnecessary entries vector
2016-03-22 Carlos Martín... Merge pull request #3559 from yongthecoder/master
2016-03-22 Carlos Martín... Merge pull request #3701 from jfultz/fix-0.24.0-changelog
2016-03-22 Edward ThomsonMerge pull request #3702 from libgit2/cmn/tree-reuse
2016-03-21 Carlos Martín... config: don't special-case multivars that don't exist yet
2016-03-20 Carlos Martín... tree: store the entries in a growable array
2016-03-20 Carlos Martín... tree: re-use the id and filename in the odb object
2016-03-18 John FultzFix some errors I found in the changelog for 0.24.0
2016-03-18 Edward ThomsonMerge pull request #3699 from libgit2/cmn/win32-free-tls
2016-03-18 Carlos Martin... win32: free thread-local data on thread exit
2016-03-18 Edward ThomsonMerge pull request #3660 from mstrap/mingw
2016-03-17 Carlos Martín... Merge pull request #3564 from ethomson/merge_drivers
2016-03-17 Carlos Martín... Merge pull request #3695 from ethomson/contributing
2016-03-17 Edward ThomsonCONTRIBUTING: document the optional tests
2016-03-17 Edward Thomsonmerge drivers: handle configured but not found driver
2016-03-17 Edward Thomsonmerge driver: remove `check` callback
2016-03-17 Edward Thomsonmerge driver: improve inline documentation
2016-03-17 Edward Thomsonmerge driver: correct global initialization
2016-03-17 Edward Thomsonmerge driver: get a pointer to favor
2016-03-17 Edward Thomsonmerge driver: correct indentation
2016-03-17 Edward Thomsonmerge driver: tests for set and unset merge attribute
2016-03-17 Edward Thomsonmerge driver: tests for custom default merge drivers
2016-03-17 Edward Thomsonmerge driver: allow custom default driver
2016-03-17 Edward Thomsonmerge driver: test GIT_EMERGECONFLICT
2016-03-17 Edward Thomsonmerge driver: test GIT_PASSTHROUGH
2016-03-17 Edward Thomsonmerge driver: introduce custom merge drivers
2016-03-17 Stan HuFix rebase bug and include test for merge=union
2016-03-17 Stan HuSupport union merges via .gitattributes file
2016-03-17 Edward ThomsonMerge pull request #3673 from libgit2/cmn/commit-with...
2016-03-17 Edward ThomsonMerge pull request #3685 from pks-t/pks/memleaks
2016-03-17 Edward ThomsonMerge pull request #3687 from mstrap/CMAKE_C_FLAGS_DEBUG
2016-03-17 Edward ThomsonMerge pull request #3693 from libgit2/cmn/extract-oneli...
2016-03-17 Carlos Martín... commit: fix extraction of single-line signatures
2016-03-16 Edward ThomsonMerge pull request #3690 from libgit2/cmn/pool-limit
2016-03-16 Carlos Martín... Split the page size from the mmap alignment
2016-03-15 Marc StrapetzOption "LIBGIT2_PREFIX" to set the CMAKE's TARGET_PROPE...
2016-03-15 Marc StrapetzCMake: do not overwrite but only append to CMAKE_C_FLAG...
2016-03-15 Carlos Martín... commit: add function to attach a signature to a commit
2016-03-14 Carlos Martín... Merge pull request #3677 from pks-t/pks/coverity-fixes...
2016-03-14 Carlos Martín... Merge pull request #3647 from pks-t/pks/coverity-fixes...
2016-03-14 Edward ThomsonMerge pull request #3671 from libgit2/cmn/remove-mingw32
2016-03-14 Carlos Martín... Merge pull request #3683 from dbussink/dbussink/better...
2016-03-14 Dirkjan BussinkUse general cl_git_fail because the error is generic
2016-03-14 Dirkjan BussinkStart error string with lower case character
2016-03-14 Dirkjan BussinkSetup better defaults for OpenSSL ciphers
2016-03-14 Carlos Martín... Remove CI support for mingw32
next