GitHub / gitpython-developers/GitPython / commits
GitPython is a python library used to interact with Git repositories.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 95bb489a | test_tree works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 4cfc682f | test_submodule works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 8f219b53 | test_stat works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a05e49d2 | test_repo works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 60e54133 | test_remote works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a83eee5b | test_refs works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| b5a37564 | test_reflog works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 45c1c99a | test_index works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 7297ff65 | test_git works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 4a67e4e4 | test_fun works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 31b3673b | test_diff works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e1060a2a | test_commit works once again | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 8a308613 | Fixes test_blob and improved commit writing/reading | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 3d0556a3 | Added test of #147 to verify it works. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 04357d0d | Intermediate commit: test_config and test_actor works | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| d46e3fe9 | merge Merge pull request #226 from yarikoptic/bf-tab-log-lines | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 1ef45524 | BF: allow log line to have no msg (Close #225) | Yaroslav Halchenko <d****n@o****m> | over 11 years ago | |
| bc8c9120 | Fixed io types to make tests work on PY2 once again. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| ae2ff0f9 | Dum brute force conversion of all types. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| f6aa8d11 | initial set of adjustments to make (most) imports work. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 3936084c | And apparently, I broken travis ... this should cure it | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 1de8af90 | Removed unnecessary (non-gitpython) tests and fixed flake8 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 6f55c17f | Replaced ordered dict with standard version; used logging module | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 1b9d3b96 | Removed 'from X import *' whereever possible | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c80d727e | Bumped version, updated changelog, reduced code smell | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 965a08c3 | Applied autopep8 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| acac4bb0 | Let's hope travis works now | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c255c14e | Another, last and final travis debugging commit | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 79d9c4cb | Fixed travis debugging yaml | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 4228b2cc | Another travis debugging commit | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a8535d1a | Intermediate debug commit for travis ... do not use | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e3e8ce69 | Somemore debugging for rev-parse issue | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 17f245ca | 'tree' program doesn't exist on travis install, fine | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| db828cdf | This should help getting travis to work, finally | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| f2840c62 | Auto-skip performance tests more quietly on travis | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 342a0276 | Fixed all remaining non-performance tests | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 863a40e0 | Reduced hackyness of remote reference parsing. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| de9a6bb0 | Various fixes and improvements | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 6becbaf3 | merge Merge pull request #221 from initOS/0.3-improve_branch_name_parsing | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c9d88451 | Auto-launching git daemon to make tests more independent | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 45eb6bd2 | [IMP] branch names may contain '#' characters | Thomas Rehn <t****n@i****m> | over 11 years ago | |
| 1e1e19d3 | merge Merge branch 'yarikoptic-bf/time_parse' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 3f879c71 | Simplified parse_date implementation | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 4a47a9c8 | BF: adjust mktime output for the local offset (Close #218) | Yaroslav Halchenko <d****n@o****m> | over 11 years ago | |
| 891b124f | merge Merge pull request #215 from niyaton/fix-reflog-encoding-bug | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a6fca241 | encode name of actor to utf-8 | Kenji Fujiwara <k****f@i****p> | over 11 years ago | |
| 750e9677 | With docs up on http://gitpython.readthedocs.org, a manually maintained index... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 85115135 | Fixes #64 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 8a72a7a4 | merge Merge branch 'read-the-docs' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 4ae92aa5 | Added build-the-docs badge and updated url | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 616ae503 | Fixes #122 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 0f54c891 | merge Merge branch 'chroto-130' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 88a7002a | Fixes https://github.com/gitpython-developers/GitPython/issues/130 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 1234a107 | merge Merge branch 'autopep' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 25726474 | Applied autopep8 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 4d9b7b09 | merge Merge branch 'igetgames-feature/0.3/git-file-support' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 7ea78280 | merge Merge branch 'feature/0.3/git-file-support' of https://github.com/igetgames/G... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| d48ed95c | merge Merge branch 'niyaton-separate-git-dir' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 706d3a28 | Minor fix to make read_gitfile work . | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 22c4671b | merge Merge branch 'separate-git-dir' of https://github.com/niyaton/GitPython into ... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 6fc9e615 | Added SymbolicReference.is_remote() utility method. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 123cb67e | Backport of https://github.com/gitpython-developers/GitPython/pull/118 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| ae2baadf | merge Merge branch 'migurski-patch-1' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c5025b8d | Removed assertion inserted in previous commit | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 95436186 | Implemented assertion based on https://github.com/gitpython-developers/GitPyt... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 5b608036 | Bumping version 0.3.2.1 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| da09f02e | merge Merge branch 'electrofelix-0.3-fix-env-usage' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 8df6b87a | Copy environment for subprocess execution | Darragh Bailey <d****y@h****m> | over 11 years ago | |
| 2af98929 | merge Merge branch 'boppreh-patch-1' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 7e231a4f | merge Merge branch 'patch-1' of https://github.com/boppreh/GitPython into boppreh-p... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a40d8487 | merge Merge branch 'moshevds-0.3' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 81223de2 | Allow Index.add() on bare repositories | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 9eb902ee | merge Merge branch 'firm1-0.3' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| ba67e4ff | Assure API remains backwards compatible; update API docs | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 9780b7a0 | merge Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 322db077 | merge Merge pull request #205 from hashar/rm-unicode-bom | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e4d8fb73 | merge Merge pull request #204 from hashar/pep8-linting | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 3eee7af0 | Remove Byte Order Mark from git/cmd.py | Antoine Musso <h****r@f****r> | over 11 years ago | |
| c8e70749 | pep8 linting (trailing whitespace) | Antoine Musso <h****r@f****r> | over 11 years ago | |
| bed3b098 | pep8 linting (double spaces before comment) | Antoine Musso <h****r@f****r> | over 11 years ago | |
| 614907b7 | pep8 linting (whitespace before/after) | Antoine Musso <h****r@f****r> | over 11 years ago | |
| be34ec23 | pep8 linting (blank lines expectations) | Antoine Musso <h****r@f****r> | over 11 years ago | |
| f5d11b75 | pep8 linting (whitespaces) | Antoine Musso <h****r@f****r> | over 11 years ago | |
| 7aba59a2 | merge Merge branch 'johnsca-sf-master' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| ff13922f | merge Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 9c39afa1 | merge Merge pull request #202 from hashar/tox | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 15c4a95a | merge Merge pull request #203 from hashar/lint-setup_py | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 2ab7ac23 | Lint setup.py | Antoine Musso <h****r@f****r> | over 11 years ago | |
| 18fff4d4 | tox commands now have {posargs} as argument | Antoine Musso <h****r@f****r> | over 11 years ago | |
| 0441fdcb | Don't use tuples in setup.py requirement specs | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 3287148a | Fixed premature closing of stdout/stderr streams, which caused plenty of errors. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 598cd1d7 | Simplified get_user_id() and fixed possible python3 compatiblity issue. | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| fbd09684 | merge Merge branch 'syabro-patch-1' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| cccea02a | merge Merge branch 'patch-1' of https://github.com/syabro/GitPython into syabro-pat... | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| d38b9a91 | merge Merge pull request #189 from mrasskazov/0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 0f09906d | merge Merge branch 'hashar-tox' into 0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c914637a | merge Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-tox | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e1ad78eb | Assure requirements.txt ends up in the distribution as well | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| c5452aa8 | Prepared release 0.3.2 | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 9c5b87bc | merge Merge pull request #150 from derenio/0.3 | Sebastian Thiel <b****o@g****m> | over 11 years ago |