| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-12-04 | SymbolicRefence base is now fully aware of pack files in all operations. | Sebastian Thiel | |
| Ref(anytype) Iteration was improved such that automatic filtering now also works for SymbolicReferences ( which only return symbolic refs) | |||
| 2009-12-03 | refs: Implemented low-level (Symbolic)Reference renaming as some references ↵ | Sebastian Thiel | |
| cannot be reamed using the git-branch command if they are not in refs/heads, that is in a non-standard refs folder | |||
| 2009-12-03 | repo: renamed directories to more descriptive identifiers and made them ↵ | Sebastian Thiel | |
| safer to use in case of bare repositories | |||
| 2009-11-05 | ARGH: wb and rb is not the same as r and w on windows, hence reading of ↵ | Sebastian Thiel | |
| binary files went crazy as well as binary writing | |||
| 2009-11-05 | Added utilities helping to create proper paths either with slashes or ↵ | Sebastian Thiel | |
| backslashes depending on the operating system fixed test_refs and test_trees Many more issues remain though, this is just a first backup commit | |||
| 2009-10-28 | IterableList: added support for prefix allowing remote.refs.master ↵ | Sebastian Thiel | |
| constructs, previously it was remote.refs['%s/master'%remote] Added first simple test for push support, which shows that much more work is needed on that side to allow just-in-time progress information | |||
| 2009-10-22 | default index writing now writes the index of the current repository in a ↵ | Sebastian Thiel | |
| fashion comparable to the native implementation | |||
| 2009-10-22 | Added test for ConcurrentWriteOperation | Sebastian Thiel | |
| 2009-10-22 | utils: Added LockFile including test | Sebastian Thiel | |
| GitConfigFile is now derived from LockFile using its capabilities Implemented ConcurrentWriteOperation, test is yet to be done | |||
| 2009-10-22 | index writing now creates a sha on the content making it possible to write ↵ | Sebastian Thiel | |
| valid indices after manually removing or altering entriesgst | |||
| 2009-10-20 | Moved specialized methods like dashify, touch and is_git_dir to module to ↵ | Sebastian Thiel | |
| the respective modules that use them fixed repo.daemon_export which did not work anymore due to incorrect touch implementation and wrong property names | |||
| 2009-10-19 | Implemneted IterableLists for refs, commits and remote objects including ↵ | Sebastian Thiel | |
| simple tests | |||
| 2009-10-13 | renamed find_all to list_all, changed commit to use iterable interface in ↵ | Sebastian Thiel | |
| preparation for command changes | |||
| 2009-10-13 | Added base for all iteratable objects | Sebastian Thiel | |
| 2009-10-12 | refs now take repo as first argument and derive from LazyMixin to allow them ↵ | Sebastian Thiel | |
| to dynamically retrieve their objects Improved way commits are returned by refs as they now use the path to be sure they always point to the ref even if it changes - previously it would use the sha intead so it would not update after being cached on the ref object | |||
| 2009-10-11 | converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my ↵ | Sebastian Thiel | |
| editor to work with the files properly. Can convert it back for releaes | |||
| 2009-01-24 | Lots of spring cleaning and added in Sphinx documentation. | Michael Trier | |
| 2008-07-16 | Added license information to all files. | Michael Trier | |
| 2008-06-25 | fixed ↵ | Florian Apolloner | |
| http://groups.google.com/group/git-python/browse_thread/thread/b8f3580abf31f9db?hl=en# and passed Git a working_tree again (sort of). | |||
| 2008-05-30 | renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵ | Michael Trier | |
| up tests so they pass except for stderr test. Modified version information retrieval. | |||
