]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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
2012-02-11 Vicent MartíMerge pull request #554 from carlosmn/revwalk-reset
2012-02-10 Vicent Martíodb: Proper symlink hashing
2012-02-10 Vicent Martíodb: Add internal `git_odb__hashfd`
2012-02-09 Vicent Martímakefile: Define _GNU_SOURCE in the embed mkfile
2012-02-07 Carlos Martín... revwalk: unmark commits as uninteresting on reset
2012-02-07 Vicent MartíMerge pull request #553 from nacho/glib
2012-02-07 Ignacio Casal... Add libgit2-glib link to README.md
2012-02-05 Vicent Martílibgit2 v0.16.0 "Dutch Fries"
2012-02-05 Vicent MartíMerge pull request #551 from schu/treebuilder-entries
2012-02-05 schutreebuilder: remove needless variable entry_count
2012-02-04 Vicent MartíMerge pull request #549 from nulltoken/fix/open-repo...
2012-02-03 nulltokenrepository: ensure that the path to the .git directory...
2012-02-02 Vicent MartíMerge pull request #548 from ehsan/build_fix
2012-02-02 Ehsan AkhgariFix the build on Emscripten
2012-02-01 Russell BelferCompile with _GNU_SOURCE when appropriate
2012-02-01 Russell BelferAdd unit tests for recent bug fixes
2012-02-01 Russell BelferFix memory leak in attr file cache
next