| Age | Commit message (Collapse) | Author |
|
both, pruning and preventing to return items
|
|
persistent commands that require stdin AND binary data - not even an adapter would help here. These tests will have to be replaced.
test_commit: Improved efficiency of traversal test
|
|
Removed tests that were testing that method
|
|
dict as cache is a problem as the tree is ordered, added blobs, trees and traverse method
repo: remove blob function as blobs are created directly or iterated - primitve types should not clutter the repo interface
|
|
_list_from_string to indicate their new status as private method, adjusted all callers respectively
|
|
mode is now generally an int compatible to the stat module
|
|
whether it bakes more. This also leads to more efficient use of memory as values are only cached and set when required - the baking system does not require an own tracking variable anymore, and values are only to be cached once - then python will natively find the cache without involving any additional overhead. This works by using __getattr__ instead of __get_attribute__ which would always be called
|
|
editor to work with the files properly. Can convert it back for releaes
|
|
it would make existing code incompatible in some places
|
|
|
|
|
|
doesn't need to do the same boring replacing I did.
(cherry picked from commit 10c62aa69193a8bc7b46ca24c2ad1d5008489665)
|
|
The imported module is called git (as in "import git"), so it's less
confusing to do so than to call everything GitPython.something.
|
|
It doesn't use an object's private contents, so let's go...
|
|
It is rather intuitive to consider trees as a dict of objects (like
a directory could be seen as a dict of files).
|
|
It seems more natural to use a dictionnary for directories, since we
usually want to access them by name, and entry order is not relevant.
Also, finding a particular blob given its name is O(1) instead of O(N).
|
|
|
|
|
|
up tests so they pass except for stderr test. Modified version information retrieval.
|
|
Repo.create alias.
|
|
|
|
|
|
|