GitHub / gitpython-developers/GitPython / commits
GitPython is a python library used to interact with Git repositories.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| c3c6c81b | merge Merge branch 'issue-232-reproduction' - keep fetch/pull simplifications | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 0ed61f72 | removed debug code | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 47ac37be | Assured that branch changes are properly handled. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 261aedd2 | Add 'sshkey' context manager | Jonas Trappenberg <j****s@t****h> | over 11 years ago | |
| 1287f69b | Fix some typos | Jonas Trappenberg <j****s@t****h> | over 11 years ago | |
| bb0f3d78 | Fixed flake8 and a minor test regression. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e4921139 | Impemented keep_going flag for `Submodule.update()` | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 80701fc6 | Submodule.parent_commit() now automatically points to repo.head unless it was... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 9fbae711 | Greatly improved possible safety of Submodule.update(), which is used by defa... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| ea29541e | Another take on fixing the current concurrent read implementation in git.cmd | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| fe2fbc59 | Remote.fetch|pull() will not use poll/threads anymore as only stderr is read. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e395ac90 | Added tutorial about initializing a repository. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 048ffa58 | Improved installation docs to mention `pip`, not `easy_install` | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| df951491 | Improved unicode handling when using os.environ or GitConfigParser | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| d5054fdb | Fixed configuration file test - release call was missing. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| aaa84341 | Submodule.move() will auto-rename the submodule if the name was equal to the ... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 20863cfe | Implemented Submodule.rename() | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a223c7b7 | Submodule.move() fixed to deal with 'non-gitfile' clones appropriately. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| d4ce247c | Basic submodule tests are working once again ! | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c15a6e19 | Submodule.remove() now seems to work properly, nearly all tests are back. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| ae2b5962 | Made sure dry-run is properly implemented in Submodule.remove() | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c7b16ade | Submodule.remove() now deals with .git files correctly. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 67680a08 | Assured Submodule.(update|move) are dealing with .git files appropriately. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 503b62bd | Implemented more tests and made use of .git files when adding submodules | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 34802014 | Added debug code to keep lines fed into progress handler and the contents of ... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a9a54143 | Fixed previously failing test | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 26fc5866 | Verified that it apparently is impossible to add empty submodules using git-p... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 508807e5 | Submodule.add() can now handle absolute module paths in agreement to the doc ... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| b2590987 | For some reason, the new submodule test still broke on py3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 27c31e2f | Added the first submodule will no longer cause an IOError. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a41a8b93 | Added sphinx build process to end of travis test chain | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 6569c484 | Fixed some doc strings to build correctly with sphinx | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 53e5fb37 | An attempt to help the threaded reading to not show spurious errors anymore. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| aa1b156e | Added 'path' keyword argument to Repo.archive(). | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 619c9899 | GitConfigParser now respects and merges 'include' sections | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| be074c65 | Fixed youtube playlist link | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e973e6f8 | Added `Repo.merge_base(...)` implementation, including test-case. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a2d39529 | Bumped version to 0.3.5, required latest gitdb (v0.6.4) | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e8eae18d | IndexFile.commit() now runs pre-commit and post-commit hooks. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e7671110 | Removed os.path.realpath invocations as they are not necessary if paths are u... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| ede325d1 | Removed all previously added invocations of os.path.realpath as it wasn't req... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 43e430d7 | Repo paths are now converted to real paths, as well as all paths involved in ... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| dfb0a9c4 | Added specific test for roughly checking configuration paths. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| acd82464 | Re-implemented 'user' config level based on suggestion by @jzempel | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e84300df | Added twitch/youtube information to Readme | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 597bc56a | Added 'user' configuration level. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| becf5efb | Fixed test to actually use tilde and environment variables respectively. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 6e8aa9b0 | Repo.init() now supports paths with a '~' in it, or environment variables in ... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 96c6ab4f | Added search_parent_directories keyword argument to Repo type. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| bfce49fe | rewrote test-string to have a chance to make flake8 happy. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| b825dc74 | Implemented multi-line parsing of git-config to the point where a sepcific te... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a0cb95c5 | Added test for complex blame revision query. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c767b520 | Now Diff.__str__ works correctly in all python versions. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 85a5a8c6 | Fixed mode-handling in Diff creation, and added assertions to catch this in f... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 18caa610 | Added test to verify binary diffs are working as well. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 0d9f1495 | Added test to verify binary diffs are working as well. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 17f5d13a | Added test to assure blame can deal with binary patches. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 1531d789 | Now finally, tests should be working on travis too. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 1d52f989 | Updated submodule to latest commit, hopefully fixing travis | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 723d20f1 | Improved empty-repo test | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| b08651e5 | Improved handling of name-resolution, which will not mangle names anymore. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| fc94b89d | And finally, PY3 support should be restored. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e40ad636 | Fixed PY3 support. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 46889d1d | Auto-update odb caches after fetch or pull. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| de4cfcc4 | Added test to verify blame commits can have multiple lines. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 987f9bbd | Added support for rename detection in raw mode (which is the default). | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 27b4efed | Added assertion to better detect diff issues. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| f7b7eb62 | Added Remote.exists() method, and test. Fixes #229 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c7887c66 | Improve error handling of fetch/pull line parsing | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 36cdfd32 | Made improvements to assure test-cases don't leak file handles | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| f4a49ff2 | merge Merge branch 'firm1-commit_by_actor' | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c6ee00d0 | Made sure commits accept unicode or unicode characters | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 73790919 | merge Merge branch 'commit_by_actor' of https://github.com/firm1/GitPython into fir... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| b6ed8d46 | fix pep8 | firm1 <f****1@g****m> | over 11 years ago | |
| 45eb7285 | merge Merge branch 'nonblocking-ops' | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 87a6ffa1 | Fix flake8 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 763ef75d | Using a wait-group seems to properly sync the threads for buffer depletion | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 0d4b4ea9 | add documentation |
firm1 <f****1@u****m>
Committed by: firm1 <f****1@g****m> |
over 11 years ago | |
| 1dec7a82 | add tests for commit by actor |
firm1 <f****1@u****m>
Committed by: firm1 <f****1@g****m> |
over 11 years ago | |
| c86bea60 | Implemented threaded version of pipe-draining | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 49144054 | Implemented non-blocking operations using poll() | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| d83f6e84 | Make sure we ignore WindowsErrors too, in case the process is already dead | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a4b8e467 | Once again, make flake8 happy | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 3efacd7a | This should fix flake8 on py3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| d437078d | Added flake8 testing to travis | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| fce04b7e | Updated branch in coverage description | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a6e4a641 | Fixed up coverage configuration | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 1bfb44c6 | Fixed up travis to checkout master now | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a182be67 | Updated readme to better represent current state | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| b18fd3fd | Bumped gitdb requirement. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 5d0ad081 | Improved windows test suite. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c824bcd7 | Fixed log implementation for py3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 5c12ff49 | Adjusted travis to test for python 3 as well | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 56e94231 | merge Merge branch 'py3' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 68f8a43d | Bumped version to 0.3.4 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c8cf69b6 | Fixed test_git once again | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 1527b573 | fixed test_git | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e0c65d66 | Make flake8 happy | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 02e942b7 | test_streams works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 725bde98 | test_base works | Sebastian Thiel <b****o@g****m> | over 11 years ago |