diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-05-06 12:02:32 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-05-06 12:02:32 +0200 |
commit | e41c727be8dbf8f663e67624b109d9f8b135a4ab (patch) | |
tree | d87d073bda017692d681a438430fa324ac5a8a1b | |
parent | 143b927307d46ccb8f1cc095739e9625c03c82ff (diff) | |
download | gitpython-e41c727be8dbf8f663e67624b109d9f8b135a4ab.tar.gz |
README: Added mailing list and issue tracker information
Docs: updated roadmap
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | doc/intro.rst | 9 | ||||
-rw-r--r-- | doc/roadmap.rst | 19 |
3 files changed, 22 insertions, 14 deletions
@@ -43,6 +43,14 @@ git clone git://gitorious.org/git-python/mainline.git git-python git clone git://github.com/Byron/GitPython.git git-python +MAILING LIST +============ +http://groups.google.com/group/git-python + +ISSUE TRACKER +============= +http://byronimo.lighthouseapp.com/projects/51787-gitpython/milestones + LICENSE ======= diff --git a/doc/intro.rst b/doc/intro.rst index 6a3fbd86..48da79c8 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -78,9 +78,16 @@ and cloned using:: $ git clone git://gitorious.org/git-python/mainline.git git-python $ git clone git://github.com/Byron/GitPython.git git-python +Mailing List +============ +http://groups.google.com/group/git-python + +Issue Tracker +============= +http://byronimo.lighthouseapp.com/projects/51787-gitpython/milestones + License Information =================== - GitPython is licensed under the New BSD License. See the LICENSE file for more information. diff --git a/doc/roadmap.rst b/doc/roadmap.rst index 476f7668..a6bdc3a0 100644 --- a/doc/roadmap.rst +++ b/doc/roadmap.rst @@ -1,13 +1,6 @@ -===================== -What's next in: 0.2.0 -===================== - 1. **Docs Review** - * all documentation strings must be reviewed for resT correctness. Additionally they should be adjusted to use the sphinx fields like ":param:" and ":return:". - 2. **Review git-python's ability to parse the progress information sent when fetching and pushing** - * Up to git 1.6.5, a push would still send progress. Then up to git 1.7.0 it will not produce progress to non-ttys anymore, making git-pythons test fail. Now git is implementing new --progress flags which would allow to enforce the sending of progress messages. This needs to be researched, implementation needs adjustments to assure we get the best possible progress results with git 1.6x as well as with git 1.7x. - -===================== -What's next in: 0.2.1 -===================== - 1. **Research possibility to read the object database ( including packs and alternates support ) directly.** - * Sample code can be found in dulwich, but it will have to be adjusted to perform better through configurable caching. Currently git-python can retrieve the data of about 10k smallish objects / s, the python implementation shouldn't be much slower than that. + +####### +Roadmap +####### +The full list of milestones including associated tasks can be found on lighthouse: http://byronimo.lighthouseapp.com/projects/51787-gitpython/milestones + |