Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `git_graph_descendant_of`. | Arthur Schreiber | 2014-01-28 | 1 | -0/+14 |
| | |||||
* | graph: make the ahead-behind docs clearer | Carlos MartÃn Nieto | 2013-03-22 | 1 | -5/+10 |
| | | | | | Explain it in local-upstream branch terms so it's easier to grasp than with the `one` and `two` naming from the merge-base code. | ||||
* | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Rename git_count_ahead_behind -> git_graph_ahead_behind | Scott J. Goldman | 2012-11-28 | 1 | -0/+36 |
Moved it into graph.{c,h} which i created for the new "graph" functions namespace. Also adjusted the function prototype to use `size_t` and `const git_oid *`. |