Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | merge: Warning noise | Vicent Marti | 2013-05-01 | 1 | -1/+1 | |
| | | ||||||
* | | move NAME and REUC extensions to sys/ | Edward Thomson | 2013-04-30 | 1 | -0/+1 | |
| | | ||||||
* | | renames! | Edward Thomson | 2013-04-30 | 1 | -1/+484 | |
| | | ||||||
* | | merge! | Edward Thomson | 2013-04-30 | 1 | -3/+843 | |
|/ | ||||||
* | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 | |
| | ||||||
* | merge cleanup should actually cleanup and the test should actually test | Edward Thomson | 2013-01-06 | 1 | -1/+1 | |
| | ||||||
* | MERGE_HEAD contents iterator | Edward Thomson | 2013-01-03 | 1 | -0/+53 | |
| | ||||||
* | expose merge metadata cleanup | Edward Thomson | 2013-01-03 | 1 | -1/+1 | |
| | ||||||
* | Fix function name and add real error check | Russell Belfer | 2012-11-29 | 1 | -4/+4 | |
| | | | | | | | `revwalk.h:commit_lookup()` -> `git_revwalk__commit_lookup()` and make `git_commit_list_parse()` do real error checking that the item in the list is an actual commit object. Also fixed an apparent typo in a test name. | |||||
* | Rename git_count_ahead_behind -> git_graph_ahead_behind | Scott J. Goldman | 2012-11-28 | 1 | -82/+0 | |
| | | | | | | 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 *`. | |||||
* | fix coding style: while( -> while ( | Scott J. Goldman | 2012-11-28 | 1 | -1/+1 | |
| | ||||||
* | Add initial implementation of ahead-behind count | Scott J. Goldman | 2012-11-28 | 1 | -0/+81 | |
| | ||||||
* | Move merge functions to merge.c | Ben Straub | 2012-11-27 | 1 | -0/+196 | |
| | | | | | In so doing, promote commit_list to git_commit_list, with its own internal API header. | |||||
* | reset changes for merge | Edward Thomson | 2012-10-24 | 1 | -0/+48 | |