]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-03-09 Vicent Martíerror-handling: On-disk config file backend
2012-03-07 Russell BelferMerge pull request #590 from arrbee/new-error-handling
2012-03-07 Russell BelferFix issues raised on pull request
2012-03-07 Vicent Martíerror-handling: Config
2012-03-07 Russell BelferMigrating diff to new error handling
2012-03-06 Vicent Martíerror-handling: Repository
2012-03-06 Vicent Martídiff: Fix rebase breackage
2012-03-05 Vicent Martíerror-handling: References
2012-03-03 Vicent Martírefs: Error handling rework. WIP
2012-03-03 Vicent Martíerror-handling: Add new routines
2012-03-03 Vicent Martíerror-handling: Add reference documentation
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 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 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()
2012-02-20 Carlos Martín... Add git_remote_set_{fetch,push}spec()
2012-02-18 Carlos Martín... regex: fix sign warnings
2012-02-18 Carlos Martín... regex: The world uses utf-8
2012-02-18 Carlos Martín... regex: Move the defines to a config header and include...
2012-02-17 Carlos Martín... Add GNU LGPL to COPYING
2012-02-17 Carlos Martín... Add POSIX regex sources when needed
2012-02-17 Carlos Martín... Document {get,set}_multivar
2012-02-17 Carlos Martín... Implement setting multivars
2012-02-17 Carlos Martín... Support getting multivars
2012-02-17 Carlos Martín... tests: add multivar read test
2012-02-17 Carlos Martín... Store multivars in the multimap
2012-02-17 Carlos Martín... First round of config multimap changes
2012-02-16 Vicent MartíMerge pull request #563 from schu/notes-fixup
2012-02-16 schunotes: fix assert
2012-02-15 Vicent MartíMerge pull request #558 from schu/notes-api
2012-02-15 schuAdd git notes API
2012-02-15 Vicent Martízlib: Remove custom `git2/zlib.h` header
2012-02-15 schuutil: add git__ishex
2012-02-15 schucommit: actually allow yet to be born update_ref
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2012-02-13 Vicent MartíMerge pull request #474 from schu/clang-unused
2012-02-13 schuconfig_file: fix clang sizeof-pointer-memaccess
2012-02-13 Vicent MartíMerge pull request #556 from schu/fix-sign-compare
2012-02-13 schutests-clar: fix warning sign-compare
next