]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-04-20 Sven StrickrothGetFileAttributes does not work for utf-8 encoded paths
2012-04-04 Carlos Martín... mwindow: make sure the whole range is contained inside...
2012-04-03 Vicent Martíclar: Properly create file in helper
2012-04-03 Vicent MartíMerge pull request #617 from schu/tests-fixup
2012-04-03 schutests-clar/index: actually assert result
2012-04-03 schutests-clar/object: remove unused helper print_tree()
2012-04-03 schutests-clar/commit: fix memory leaks
2012-04-03 Vicent Martítests: Cleanup & fix test suite
2012-04-03 Vicent MartíMerge pull request #606 from benstraub/t04_commit_to_clar
2012-04-03 Vicent MartíMerge pull request #615 from benstraub/port-all-tests...
2012-04-02 Vicent Martítravis: Change notify email
2012-04-02 Vicent MartíMerge pull request #616 from drahosp/development
2012-04-01 Peter DrahošInitial Travis CI build
2012-04-01 Peter DrahošAdded Travis CI build status
2012-04-01 Peter DrahošRemoved my duplicate entry
2012-04-01 Ben StraubSimple readability fixes.
2012-04-01 Ben StraubDiscovered cl_git_strequal! Mounted a crusade!
2012-03-31 Ben StraubMoved testing resources to clar, and removed old tests...
2012-03-31 Ben StraubMoved more assertions inside Clar test helpers.
2012-03-31 Ben StraubRemoving test suites that have been ported to Clar:
2012-03-31 Ben StraubRef normalization test helpers now doing internal asserts.
2012-03-30 Ben Straubt13-threads.c ported.
2012-03-30 Ben Straubt12-repo.c ported, although kind of messy.
2012-03-30 Ben Straubt10-refs.c ported.
2012-03-30 Ben StraubFixed linux build/test issues.
2012-03-30 Ben StraubMoved tag tests to object suite.
2012-03-30 Ben Straubt09-tree.c ported.
2012-03-30 Ben StraubTurning on runtime checks when building debug under...
2012-03-30 Ben StraubAdded Clar build-flag note to readme.
2012-03-30 Ben StraubCleaned up build issues under Linux. Had to disable...
2012-03-30 Ben Straubt08_tag.c ported.
2012-03-30 Ben Straubt07_hashtable.c ported.
2012-03-30 Ben Straubt06_index.c ported.
2012-03-30 Ben Straubt03_objwrite.c ported.
2012-03-28 Vicent Martítree: Fix homing entry search
2012-03-21 Russell BelferMerge pull request #608 from schu/remove-unused-parameter
2012-03-21 schudiff_output: remove unused parameter
2012-03-21 Ben StraubPorted t04_commit.c to Clar.
2012-03-21 Russell BelferMerge pull request #605 from benstraub/win-multi-cpu...
2012-03-21 Ben StraubAdding multi-cpu compile option when generating MSVC...
2012-03-13 schuexamples/diff: update example code
2012-03-11 Vicent MartíMerge pull request #594 from evhan/development
2012-03-11 Evan Hansonadd chicken-git bindings to readme
2012-03-09 Vicent MartíMerge pull request #593 from aroben/windows-build-fix
2012-03-09 Carlos Martín... config: write out section headers with subsections...
2012-03-09 Adam RobenFix the build on Windows
2012-03-06 Vicent MartíMerge pull request #589 from petdance/b8d08292c934b7e21...
2012-03-06 Andy LesterAdd links to the README and alphabetize the languages...
2012-03-06 Vicent MartíMerge pull request #588 from authmillenon/development
2012-03-06 AuthmillenonRename git_oid_to_string to git_oid_tostr
2012-03-05 Carlos Martín... Merge branch 'ssh-urls' into development
2012-03-05 Carlos Martín... Make git_remote_supported_url() public and shorten...
2012-03-05 Russell BelferConvert from strnlen to git_text_is_binary
2012-03-05 Russell BelferCopy values to avoid strict aliasing warning
2012-03-05 Russell BelferFix usage of "new" for fieldname in public header
2012-03-04 Vicent MartíMerge pull request #583 from tuxdna/development
2012-03-04 Saleem AnsariAdd specfile and packaging instruction for creating...
2012-03-02 Russell BelferFixes for merge of filters branch
2012-03-02 Russell BelferRevert GIT_STATUS constants to avoid issues
2012-03-02 Russell BelferFixing memory leaks indicated by valgrind
2012-03-02 Russell BelferFix a win32 warning message
2012-03-02 Russell BelferClean up GIT_UNUSED macros on all platforms
2012-03-02 Russell BelferUpdate diff to use iterators
2012-03-02 Russell BelferFixing unit tests post rebase
2012-03-02 Russell BelferFirst pass of diff index to workdir implementation
2012-03-02 Russell BelferAdd tests and fix bugs for diff whitespace options
2012-03-02 Russell BelferContinue implementation of git-diff
2012-03-02 Russell BelferFix minor WIN32 incompatibility
2012-03-02 Russell BelferClean up diff implementation for review
2012-03-02 Russell BelferImplement diff lists and formatters
2012-03-02 Russell BelferInitial implementation of git_diff_blob
2012-03-02 Russell BelferEliminate xdiff compiler warnings
2012-03-02 Russell BelferSimplify GIT_UNUSED macros
2012-03-02 Russell BelferImport xdiff library from git
2012-03-02 Russell BelferAdd test for possible attr bug
2012-03-02 Vicent MartíMerge pull request #575 from libgit2/filters
2012-03-02 Russell BelferAdd filter tests and fix some bugs
2012-03-02 Vicent Martíattr: Add missing header to test suite
2012-03-02 Vicent Martíconfig: Add missing file
2012-03-02 Vicent Martíconfig: Implement a proper cvar cache
2012-03-02 Vicent Martíattr: Change the attribute check macros
2012-03-01 Vicent Martífilter: Beautiful refactoring
2012-03-01 Ryan Wilcoxintroduced new function: git_remote_supported_url(...
2012-03-01 Ryan Wilcoxfix up previous SSH path parsing commit based on @carlo...
2012-03-01 Vicent Martífilter: Properly cache filter settings
2012-03-01 Vicent Martífilter: Precache the filter config options on load
2012-02-29 Vicent Martíconfig: Refactor & add `git_config_get_mapped`
2012-02-29 Ryan Wilcoximplement support for username@host:path URLs in transp...
2012-02-29 Vicent Martífilter: Add write-to CRLF filter
2012-02-28 Vicent Martífilter: Load attributes for file
2012-02-27 Vicent MartíMerge pull request #576 from carlosmn/revwalk
2012-02-27 Carlos Martín... Simple test for pushing HEAD and hiding a branch
2012-02-27 Carlos Martín... revwalk: add convenience function to push/hide HEAD
2012-02-27 Carlos Martín... Add revwalk glob test
2012-02-27 Carlos Martín... revwalk: introduce pushing and hiding by glob
2012-02-27 Carlos Martín... Move revwalk test to clar
2012-02-27 Vicent Martíbuffer: Null terminate on rtrim
2012-02-27 Vicent Martífilter: Apply filters before writing a file to the ODB
2012-02-27 Vicent Martíbuffer: Unify `git_fbuffer` and `git_buf`
2012-02-26 Vicent MartíMerge pull request #574 from carlosmn/remotes
next