]> git.proxmox.com Git - libgit2.git/history - src/commit.c
pkt-line: parse other-ref lines
[libgit2.git] / src / commit.c
2011-06-16 Vicent MartíMerge pull request #248 from carlosmn/config
2011-06-15 Vicent MartíMerge pull request #261 from Romain-Geissler/discovery...
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
2011-06-08 Vicent MartíMerge pull request #250 from pegonma/commit_short_message
2011-06-08 Marc PegonChanged commit short messages so that they match git...
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-05-23 Vicent Marticommit: Reword errors
2011-05-23 Jakob Pfendercommit.c: Move to new error handling mechanism
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-05-17 Carlos Martín NietoMerge upstream/development
2011-05-08 Vicent MartíMerge pull request #170 from jasonrm/development
2011-05-08 Vicent MartíMerge pull request #172 from carlosmn/valgrind
2011-05-08 Vicent MartíMerge pull request #174 from carlosmn/backend-static
2011-05-06 Vicent MartíMerge pull request #175 from carlosmn/analyzer
2011-05-06 Carlos Martín NietoFix two warnings from Clang
2011-05-05 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-05-02 Vicent MartíMerge pull request #151 from carlosmn/root-commit.
2011-04-29 Carlos Martín Nietocommit: support a root commits
2011-04-11 Carlos Martín NietoMerge upstream/development
2011-04-11 Jakob Pfendermerge branch development
2011-04-08 SamAdded git_commit_tree_oid and git_commit_parent_oid.
2011-04-06 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-04-02 Vicent MartiMerge branch 'tagging' of https://github.com/nulltoken...
2011-04-02 Vicent MartiChange `parse` methods to const buffer
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-22 nulltokenSwitch from time_t to git_time_t
2011-03-21 Vicent MartiFix MSVC warnings
2011-03-20 Vicent MartiI broke your bindings
2011-03-16 Vicent MartiFix headers for the new Revision Walker
2011-03-14 Vicent MartiFix the retarded object interdependency system
2011-03-05 Vicent MartiFix segmentation fault when freeing a repository
2011-03-03 Vicent MartiFix several issues with refcounting
2011-03-03 Vicent MartiImplement reference counting for git_objects
2011-03-03 Vicent MartiFix searching in git_vector
2011-03-03 Vicent MartiChange the object creation/lookup API
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-02-05 Vicent MartiMerge branch 'master' of https://github.com/jwiegley...
2011-02-01 John WiegleyFixed a bug with the way commits are written
2011-01-08 Vicent MartiMerge branch 'master' of https://github.com/Neopallium...
2011-01-08 Robert G. JakaboskyFixed memory leak in git_commit__free().
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-07 Vicent MartiSet short message when changing a commit's message
2010-12-06 Vicent MartiChange the library include file
2010-12-05 Vicent MartiChange include structure for the project
2010-12-05 nulltokenSmall source code readability improvements.
2010-12-02 Vicent MartiCommit parents now use the common 'vector' code
2010-12-02 Vicent MartiMerge branch 'commitparents' of https://github.com...
2010-12-01 Justin Loveadd git_commit_parent to retrieve a parent by index
2010-12-01 Justin Loveadd git_commit_parentcount
2010-11-06 Colin TimmermansFix compiler warning in commit.c
2010-11-06 Colin TimmermansFix parsing of commits that have no newlines in the...
2010-11-05 Dave BorowitzUpdate commit_time along with committer.
2010-11-05 Vicent MartiImprove error handling
2010-10-31 Vicent MartiFix in-memory commit getters trying to parse
2010-10-28 Vicent MartiDo a full parse on commits before modifying them
2010-10-27 Vicent MartiFix internal memory management on the library
2010-09-20 Vicent MartiAdd support for in-memory objects
2010-09-19 Vicent MartiAdd setter methods & write support for git_commit
2010-09-19 Vicent MartiGive object structures more descriptive names
2010-09-18 Vicent MartiAdd generic methods for object writeback
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 parsing of tree file contents.
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-07-10 Vicent MartiFixed memory leaks in test suite
2010-06-02 Ramsay JonesStyle: Do not use (C99) // comments
2010-06-02 Ramsay JonesStyle: Fix brace placement and spacing
2010-06-02 Ramsay JonesFix inconsistent definition of off_t on Linux
2010-06-02 Ramsay JonesFix sparse warnings: "Using plain integer as NULL pointer"
2010-06-02 Ramsay Jonesmsvc: Fix a "declaration after statement" compilation...
2010-06-02 Vicent MartiImproved error handling on auxilirary functions.
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 MartiFixed topological commit sorting (no longerd reversed...
2010-06-02 Vicent MartiFixed topological sorting stuck in infinite loop.
2010-06-02 Vicent MartiFixed parsing commit times (they weren't being stored...
2010-06-02 Vicent MartiChanged commit time sorting to be descending (from...
2010-06-02 Vicent MartiAdd topological sorting and new insertion methods for...
2010-06-02 Vicent MartiFixed linked list tail being lost when sorting.
2010-06-02 Vicent MartiAdded sort method for commit lists.
2010-06-02 Vicent MartiAdd commit caching on the commit table.
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 MartiAdd unit tests for Commit parsing
2010-06-02 Vicent MartiFixed indentation issues in commit.c
2010-06-02 Vicent MartiAdd basic functionality for commit lookup/parsing
2008-12-31 Shawn O. PearceWrap malloc and friends and report out of memory as...
2008-11-22 Andreas EricssonGet rid of GIT__PRIVATE macro
2008-11-01 Shawn O. PearceSwitch the license from BSD to GPL+libgcc exception
next