]> git.proxmox.com Git - libgit2.git/history - src/commit.h
Merge pull request #1204 from arrbee/diff-blob-to-buffer
[libgit2.git] / src / commit.h
2012-11-29 Vicent MartíMerge pull request #1090 from arrbee/ignore-invalid...
2012-11-28 Ben StraubMerge pull request #1087 from libgit2/great-renaming
2012-11-27 Vicent MartiMore external API cleanup
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-18 Vicent MartiCleanup legal data
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-30 Kirill A. ShutemovCMakefile: add -Wmissing-prototypes and fix warnings
2011-08-12 Vicent MartíMerge pull request #365 from carlosmn/pkg-config
2011-08-12 Vicent Marticommit: Add support for Encoding header
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-20 Vicent MartiI broke your bindings
2011-03-14 Vicent MartiFix the retarded object interdependency system
2010-12-19 Vicent MartiMerge branch 'repo-init' of https://github.com/nulltoke...
2010-12-18 Vicent MartiMerge branch 'timezone'
2010-12-18 Vicent MartiRename 'git_person' to 'git_signature'
2010-12-11 Vicent MartiMerge branch 'timezone-offset' of https://github.com...
2010-12-10 nulltokenAdded timezone offset parsing and outputting.
2010-12-06 Vicent MartiChange the library include file
2010-12-02 Vicent MartiCommit parents now use the common 'vector' code
2010-10-27 Vicent MartiFix internal memory management on the library
2010-10-06 Vicent MartiAdd write-back support for Tag files
2010-09-19 Vicent MartiAdd setter methods & write support for git_commit
2010-09-19 Vicent MartiGive object structures more descriptive names
2010-08-12 Vicent MartiFix object handling in git_repository
2010-08-12 Vicent MartiRedesigned the walking/object lookup interface
2010-08-06 Vicent MartiRefactor parsing methods
2010-07-15 Vicent MartiAdd external API to access detailed commit attributes
2010-07-15 Vicent MartiAdd support for tree objects in revision pools
2010-07-15 Vicent MartiChanged revpool's object table to support arbitrary...
2010-06-02 Vicent MartiAdded new error codes. Improved error handling.
2010-06-02 Vicent MartiFixed brace placement and converted spaces to tabs.
2010-06-02 Vicent MartiAdd topological sorting and new insertion methods for...
2010-06-02 Vicent MartiAdded sort method for commit lists.
2010-06-02 Vicent MartiAdd 'git_revpool_object' and 'git_revpool_table' struct...
2010-06-02 Vicent MartiChanged 'git_commit_list' from a linked list to a doubl...
2010-06-02 Vicent MartiAdd arbritrary ordering revision walking.
2010-06-02 Vicent MartiSplit git_commit_lookup into separate functions.
2010-06-02 Vicent MartiAdd commit parents to parsed commits and commit lists...
2010-06-02 Vicent MartiFixed indentation issues in commit.c
2010-06-02 Vicent MartiAdd basic functionality for commit lookup/parsing
2010-04-23 Andreas EricssonMerge remote branch 'ramsay/dev'
2010-02-28 Ramsay JonesFix some coding style issues
2008-12-31 Shawn O. PearceCleanup formatting in our head files to be more consistent
2008-11-22 Andreas EricssonGet rid of GIT__PRIVATE macro