summaryrefslogtreecommitdiff
path: root/src/graph.c
Commit message (Expand)AuthorAgeFilesLines
* graph: fix ahead-behind logiccmn/ahead-behind-orderCarlos Martín Nieto2014-08-281-2/+2
* graph: handle not finding a merge base gracefullyCarlos Martín Nieto2014-04-081-1/+6
* Correct grouping of parenthesesJacques Germishuys2014-04-081-1/+1
* Replace pqueue with code from hashsig heapRussell Belfer2014-02-031-20/+15
* Add `git_graph_descendant_of`.Arthur Schreiber2014-01-281-0/+14
* graph: make the ahead-behind docs clearerCarlos Martín Nieto2013-03-221-8/+8
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix a bunch of leaks, error handling casescorrect-ahead-behindScott J. Goldman2012-12-091-12/+15
* Fix mark_parents() to account for bad luck traversalsScott J. Goldman2012-12-091-2/+18
* Morph copy of git_merge__bases_many() -> mark_parents()Scott J. Goldman2012-12-091-50/+15
* Copy git_merge__bases_many() for new ahead-behind codeScott J. Goldman2012-12-091-0/+96
* graph: plug leakCarlos Martín Nieto2012-11-301-2/+7
* Fix function name and add real error checkRussell Belfer2012-11-291-2/+2
* graph.c: prune includesScott J. Goldman2012-11-281-7/+0
* Rename git_count_ahead_behind -> git_graph_ahead_behindScott J. Goldman2012-11-281-0/+100