| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace pqueue with code from hashsig heap | Russell Belfer | 2014-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | I accidentally wrote a separate priority queue implementation when I was working on file rename detection as part of the file hash signature calculation code. To simplify licensing terms, I just adapted that to a general purpose priority queue and replace the old priority queue implementation that was borrowed from elsewhere. This also removes parts of the COPYING document that no longer apply to libgit2. | ||||
| * | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
| | | |||||
| * | Move merge functions to merge.c | Ben Straub | 2012-11-27 | 1 | -0/+49 |
| In so doing, promote commit_list to git_commit_list, with its own internal API header. | |||||
