]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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 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
2012-02-26 Carlos Martín... Add git_remote_list()
2012-02-25 Carlos Martín... config: add more comprehensive multivar tests
2012-02-25 Carlos Martín... config: correctly deal with setting a multivar with...
2012-02-24 Carlos Martín... A remote exists with an URL alone
2012-02-24 Paul BettsEnsure that commits don't fail if committing content...
2012-02-23 Vicent MartíMerge pull request #573 from schu/tests-notes-fix
2012-02-23 schutests-clar/notes: init oid before using
2012-02-23 Carlos Martín... tree: break out on write error
2012-02-23 Russell BelferFix workdir iterator unit tests
2012-02-23 Russell BelferFix readdir usage across platforms
2012-02-23 Russell BelferFix warnings about type conversion on win32
2012-02-23 Vicent MartíMerge pull request #572 from schu/fix-warning-uninitialized
2012-02-23 schuFix -Wuninitialized warning
2012-02-23 Vicent MartíMerge pull request #570 from arrbee/uniform-iterators
2012-02-22 Russell BelferFix iterators based on pull request feedback
2012-02-22 Russell BelferIterator improvements from diff implementation
2012-02-22 Vicent MartíMerge pull request #565 from carlosmn/multimap
2012-02-22 Vicent MartíMerge pull request #571 from saurik/development
2012-02-22 Jay Freeman... Export parse_tag_buffer as git_tag__parse_buffer.
2012-02-21 Russell BelferUniform iterators for trees, index, and workdir
2012-02-21 Carlos Martín... Fix check for writing remote's fetch and push configura...
2012-02-20 Vicent MartíMerge pull request #568 from carlosmn/remotes
2012-02-20 Carlos Martín... Move git_remote_load() to git_buf
2012-02-20 Carlos Martín... Add git_remote_save()
next