| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
to the AUTHORS file.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
improvements_for_mainline
* doc_enhancements:
improved repo documentation
Improved head and tag object documentation slightly
Added docs for the error module
Added missing information to docstrings of commit and stats module
improved git.cmd documentation
Improved documentation on Actor and Blob
* fixes_for_mainline:
repo_tests: fixed duplicate test-method name which would redefine the previous one which never ran
Fixed Diff class which used Commits instead of Blobs - as Blobs contain the path ( in the 'name' member variable ), the a|b_path members of Diff have been removed. Tests were adjusted and run
git.git.Git.__init__ takes None as default argument as the execute method handles this correctly
Fixed git.blob.Blob.blame function which would return the text-per-commit as individual characters
Conflicts:
lib/git/cmd.py
test/git/test_repo.py
|
| |
| |
| |
| | |
individual characters
|
|/ |
|
| |
|
|
|
|
|
| |
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 is better to have an explicit list of variables for the constructors,
be it only to avoid mispelled arguments.
|
| |
|
|
|
|
| |
(cherry picked from commit ccca12ee26e40fb4c4df2d77154ed496144569b9)
|
| |
|
|
up tests so they pass except for stderr test. Modified version information retrieval.
|