| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
source directory
|
|
|
|
| |
them. Incremeneted version to 0.3.0 beta1
|
|
|
|
| |
object databases
|
|
|
|
|
|
| |
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.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
|
|
|
|
| |
remove hard linebreaks in favor of soft-linebreaks done by the editor, as this is more flexible when editing
|
|
|
|
| |
Docs: updated roadmap
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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 )
|
|
|
|
| |
Set required mock version to 0.5
|
|
|