summaryrefslogtreecommitdiff
path: root/doc/intro.rst
Commit message (Collapse)AuthorAgeFilesLines
* Moved all source files into the source folder, separating the build from the ↵Sebastian Thiel2010-07-011-112/+0
| | | | source directory
* Added further information about the required submodules, and how to install ↵Sebastian Thiel2010-07-011-2/+23
| | | | them. Incremeneted version to 0.3.0 beta1
* revised tutorial to match the changed usage, added basic information about ↵Sebastian Thiel2010-06-291-7/+5
| | | | object databases
* index: index-add fixed to always append a newline after each item. In git ↵Sebastian Thiel2010-05-261-1/+1
| | | | | | has unified its way it reads from stdin, now it wants all items to be terminated by a newline usually. Previously, it could have been that it really didn't want to have a termination character when the last item was written to the file. Bumped the minimum requirements to 1.7.0 to be sure it is working as I think it will. Still, I have to admit that sometime it just appears the closed pipe will not stop git from waiting for more input, at least with the previous implementation
* repo: added test with some basic assertions for empty repositories theseSebastian Thiel2010-05-101-2/+2
| | | | | | | | repo.is_dirty: Will not fail on empty repo ( anymore ) index.entries: will just be empty if the repository is empty refs: added to_full_path method which can be used to create fully synthetic instances of Reference types, added a test for it Converted all touched files to spaces, which is why git reports so many changed files. Actually I was thinking every file would use spaces, but apparently not
* docs: removed >>> in front of examples to make copy-pasting easierSebastian Thiel2010-05-061-1/+1
| | | | remove hard linebreaks in favor of soft-linebreaks done by the editor, as this is more flexible when editing
* README: Added mailing list and issue tracker informationSebastian Thiel2010-05-061-1/+8
| | | | Docs: updated roadmap
* TODO: Removed all entries but left a mesage about where to find the issuee ↵Sebastian Thiel2010-05-041-4/+6
| | | | | | | on lighthouse. README/intro.rst: added information about the new repository at github tree: added marker to indicate that submodules would have to be returned there
* index.add: added progress function support and made sure progress is sent ↵Sebastian Thiel2009-11-201-0/+1
| | | | | | just in time This adds a dependency to a git update index fix - and I hope it will be put in in time ( including windows version )
* Converted tabs to spaces.Sebastian Thiel2009-11-041-1/+1
| | | | Set required mock version to 0.5
* Lots of spring cleaning and added in Sphinx documentation.Michael Trier2009-01-241-0/+83