]> git.proxmox.com Git - libgit2.git/history - src/revwalk.h
Redesigned the walking/object lookup interface
[libgit2.git] / src / revwalk.h
2010-08-12 Vicent MartiRedesigned the walking/object lookup interface
2010-07-15 Vicent MartiChanged revpool's object table to support arbitrary...
2010-06-02 Ramsay Jonesmsvc: Fix an "conversion, loss of data" compiler warning
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 external API for revision sorting.
2010-06-02 Vicent MartiAdd commit caching on the commit table.
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...
2008-12-31 Shawn O. PearceRemove unnecessary import of stdlib.h from revwalk.h
2008-11-22 Andreas EricssonRename git_revpool_* functions gitrp_*