Skip to content

Commit

Permalink
roadmap link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosister committed Oct 26, 2012
1 parent 8125bd6 commit 15eb527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

GitElephant is an abstraction layer to manage your git repositories with php

It's not stable yet...I created a small [todo list](https://github.com/matteosister/GitElephant/blob/develop/ROADMAP.md) for the things that I would like to implement. If you want give a hand you are more than welcome!

Watch a [simple live example](http://gitelephant.cypresslab.net/GitElephant) of what you can do with GitElephant, [GitElephantBundle](https://github.com/matteosister/GitElephantBundle), Symfony2 and a git repository...

[Download the demo bundle code](https://github.com/matteosister/GitElephantDemoBundle) used in the live example
Expand Down
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
todo
----

0.8.6
0.8.*

* add interface for caller DONE
* add interface for binary

0.9.0
0.9.*
* isolate objects like grit, clean constructor of Commit, Log, Tag, Tree, Diff by accepting the repository as mandatory argument, and a sha as optional argument
* find a way to populate object props from the sha inside the objects
* inject the caller and the command to the objects to populate props
Expand Down

0 comments on commit 15eb527

Please sign in to comment.