An open API service providing commit metadata for open source projects.

GitHub / gitpython-developers/GitPython / commits

GitPython is a python library used to interact with Git repositories.

SHA Message Author Date Stats
1dd7d646 index.checkout: improved handling of errors as the thrown exception contains ... Sebastian Thiel <b****o@g****m> over 16 years ago
5020eb8e index.checkout: improved parsing of stderr to properly handle more unusual me... Sebastian Thiel <b****o@g****m> over 16 years ago
3bee808e index.checkout: Now parsing stderror in the end to determine which files have... Sebastian Thiel <b****o@g****m> over 16 years ago
331ddc27 index.checkout: Added progress function and made adjustments to test Sebastian Thiel <b****o@g****m> over 16 years ago
2c0dcc6f index: Path expansion routine is now iterator which assures more timely proce... Sebastian Thiel <b****o@g****m> over 16 years ago
0f6c32a9 index.add: adjusted code to deal with update-index stdout 'bug' - now the cod... Sebastian Thiel <b****o@g****m> over 16 years ago
84f9b603 index.add: added progress function support and made sure progress is sent jus... Sebastian Thiel <b****o@g****m> over 16 years ago
84be1263 index: Added IndexEntry.from_base method including test in conjunction with s... Sebastian Thiel <b****o@g****m> over 16 years ago
59b05d06 repo: may now be initialized from a path with envrionment variables. Previous... Sebastian Thiel <b****o@g****m> over 16 years ago
1f4bc8ee Actor: fixed incorrect parsing of names from lines in case there was no email... unknown <B****n@.****)> over 16 years ago
a4d06724 merge Merge branch 'win_fixes' Sebastian Thiel <b****o@g****m> over 16 years ago
4114d19e Fixed commit.count method which now handles the paths case properly. It appea... Sebastian Thiel <b****o@g****m> over 16 years ago
1da74442 test_remote: fixed test which assumed existance of local master tracking bran... Sebastian Thiel <b****o@g****m> over 16 years ago
d2ff5822 Index tests adopted to windows - especially the symlink test needed adjustmen... Sebastian Thiel <b****o@g****m> over 16 years ago
e0f2bb42 ARGH: wb and rb is not the same as r and w on windows, hence reading of binar... Sebastian Thiel <b****o@g****m> over 16 years ago
819d6ace test_commit: commit.count actually returned incorrect values on linux, namely... Sebastian Thiel <b****o@g****m> over 16 years ago
179a1dcc helper: repo creation functions now handle errors on windows during os.remove... Sebastian Thiel <b****o@g****m> over 16 years ago
b372fdd5 removed large-input test as it is totally dependent on the subprocess impleme... Sebastian Thiel <b****o@g****m> over 16 years ago
555b0efc repo.clone: Added plenty of special handling to allow drive letters to work a... Sebastian Thiel <b****o@g****m> over 16 years ago
4e99d9ab Fixed config module which forgot to call the superclass's initializer, finall... Sebastian Thiel <b****o@g****m> over 16 years ago
d9671e15 fixed test_repo to work on windows Sebastian Thiel <b****o@g****m> over 16 years ago
46c9a0df cmd: added clear_cache method now used by test repo decorators to be sure per... Sebastian Thiel <b****o@g****m> over 16 years ago
a67bf61b git cmd on windows now runs without the shell, see diff for explanation Sebastian Thiel <b****o@g****m> over 16 years ago
5593dc01 Fixed windows TASKKILL so it actually does something *silently* Sebastian Thiel <b****o@g****m> over 16 years ago
9ee861ae Added utilities helping to create proper paths either with slashes or backsla... Sebastian Thiel <b****o@g****m> over 16 years ago
453995f7 improved error when setting up server based test to make clear a server needs... Sebastian Thiel <b****o@g****m> over 16 years ago
ec1f9c9e helpers: fixed and improved test repo decorators to use the new head.checkout... Sebastian Thiel <b****o@g****m> over 16 years ago
d884adc8 merge Merge branch 'improvements' Sebastian Thiel <b****o@g****m> over 16 years ago
ace1fed6 head.checkout method added including test Sebastian Thiel <b****o@g****m> over 16 years ago
f1e9df15 merge Merge branch 'docs' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
fc2201e6 Converted tabs to spaces. Sebastian Thiel <b****o@g****m> over 16 years ago
52bb0046 added query for 'M' modified diffs to DiffIndex including test. The latter on... Sebastian Thiel <b****o@g****m> over 16 years ago
9117cdbb added paragraph about the diffing engine and how to switch branches, which on... Sebastian Thiel <b****o@g****m> over 16 years ago
a885d23b Added Index Object paragraph and wrote the Remote Handling paragraph. Updated... Sebastian Thiel <b****o@g****m> over 16 years ago
81279eea added paragraph about using the git-python command Sebastian Thiel <b****o@g****m> over 16 years ago
f41d42ee Improved cmd error handling in case an invalid revision is specified for an o... Sebastian Thiel <b****o@g****m> over 16 years ago
c4cde8df IndexObject: assured that .path fields are relative to the repository ( previ... Sebastian Thiel <b****o@g****m> over 16 years ago
50af8642 Worked on the tree object handling and realized an issue with attribute namin... Sebastian Thiel <b****o@g****m> over 16 years ago
f9bbdc87 tree: parsing would fail when symlinks where encountered. This has been fixed Sebastian Thiel <b****o@g****m> over 16 years ago
20ef1924 initial work on tutorial.rst Sebastian Thiel <b****o@g****m> over 16 years ago
4748e813 added all new files to reference.rst and corrected the worst mistakes. There ... Sebastian Thiel <b****o@g****m> over 16 years ago
43ab2afb refs: iter_items now imlemented natively for additional performance. We did n... Sebastian Thiel <b****o@g****m> over 16 years ago
e648efdc remotes are now retrieved directly by parsing the repository configuration fi... Sebastian Thiel <b****o@g****m> over 16 years ago
9b426893 Reference.from_path now only creates references, not symbolic refs. SymbolicR... Sebastian Thiel <b****o@g****m> over 16 years ago
572ace09 Now using git-update-ref and git-symbolic-ref to update references with reflo... Sebastian Thiel <b****o@g****m> over 16 years ago
0c4269a2 remote.push: Fixed progress parsing, previously it would read whole lines onl... Sebastian Thiel <b****o@g****m> over 16 years ago
3cb5ba18 object: renamed id attribute to sha as it in fact is always being rewritten a... Sebastian Thiel <b****o@g****m> over 16 years ago
dbc18b92 repo: added create_* and delete_* methods for refs ( head, tag, remote ) as a... Sebastian Thiel <b****o@g****m> over 16 years ago
6bca9899 repo.is_dirty: is a method now - the property based interface didn't allow al... Sebastian Thiel <b****o@g****m> over 16 years ago
615fc198 merge Merge branch 'remotes' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
ec3d9164 Finished all push tests I could think of so far. More error cases should be s... Sebastian Thiel <b****o@g****m> over 16 years ago
e70f3218 Intermediate commit with a few added and improved tests as well as many fixes Sebastian Thiel <b****o@g****m> over 16 years ago
b2ccae0d Implemented PushProgress and PushInfo class including basic test cases. Now m... Sebastian Thiel <b****o@g****m> over 16 years ago
461fd06e Added frame for push testing and push implemenation Sebastian Thiel <b****o@g****m> over 16 years ago
8b512141 Another attempt to make fetch emit progress information, but in fact its prov... Sebastian Thiel <b****o@g****m> over 16 years ago
685d6e65 Added repo.refs for completeness (as remote.refs is there as well and quite n... Sebastian Thiel <b****o@g****m> over 16 years ago
a519942a Tried to use shallow repository - this works in case it is remote, but unfort... Sebastian Thiel <b****o@g****m> over 16 years ago
4712c619 Fixed bug when listing remotes - it was based on references which is incorrec... Sebastian Thiel <b****o@g****m> over 16 years ago
dc518251 FetchInfo class is not a subclass of Remote class anymore, as more classes ar... Sebastian Thiel <b****o@g****m> over 16 years ago
146a6fe1 IterableList: added support for prefix allowing remote.refs.master constructs... Sebastian Thiel <b****o@g****m> over 16 years ago
87afd252 tag handling tests finished, unfortunately there is not yet a rejected case, ... Sebastian Thiel <b****o@g****m> over 16 years ago
2f8e6f7a Implemented handling of FETCH_HEAD and tags, some test cases still missing de... Sebastian Thiel <b****o@g****m> over 16 years ago
29c20c14 Added special cases to test that shows we cannot yet: Sebastian Thiel <b****o@g****m> over 16 years ago
b1f32e23 Added remote stale_refs property including test, tested new remote branch han... Sebastian Thiel <b****o@g****m> over 16 years ago
764cc6e3 renamed remote_branch to remote_head, improved errror message Sebastian Thiel <b****o@g****m> over 16 years ago
138aa2b8 Added non-fast forward test case, fixed parsing issue caused by initial line ... Sebastian Thiel <b****o@g****m> over 16 years ago
038f1833 implemented test for rejection handling and fixed a bug when parsing remote r... Sebastian Thiel <b****o@g****m> over 16 years ago
5047344a Added testing frame for proper fetch testing to be very sure this works as ex... Sebastian Thiel <b****o@g****m> over 16 years ago
ef592d38 Reference._from_string will now create the appropriate type, not just the typ... Sebastian Thiel <b****o@g****m> over 16 years ago
22757ed7 put _make_file helper method into TestBase class Sebastian Thiel <b****o@g****m> over 16 years ago
2792e534 merge Merge branch 'index' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
0ef1f89a index.add: Finished implemenation including through tests Sebastian Thiel <b****o@g****m> over 16 years ago
291d2f85 When parsing trees, we now store the originan type bits as well, previously w... Sebastian Thiel <b****o@g****m> over 16 years ago
78a46c43 cmd.wait: AutoKill wrapped process will automatically raise on errors to unif... Sebastian Thiel <b****o@g****m> over 16 years ago
5ba2aef8 added head kwarg to reset and commit method, allowing to automatically change... Sebastian Thiel <b****o@g****m> over 16 years ago
0725af77 refs.SymoblicRef: implemented direcft setting of the symbolic references comm... Sebastian Thiel <b****o@g****m> over 16 years ago
9dfd6bcc merge Merge branch 'refs' into index Sebastian Thiel <b****o@g****m> over 16 years ago
f9cec009 index.commit: implemented initial version, but in fact some more changes are ... Sebastian Thiel <b****o@g****m> over 16 years ago
b999cae0 actor: added __eq__, __ne__ and __hash__ methods including simple test Sebastian Thiel <b****o@g****m> over 16 years ago
0cd09bd3 index.remove implemented including throrough test Sebastian Thiel <b****o@g****m> over 16 years ago
13a26d4f Implemented index.reset method including test Sebastian Thiel <b****o@g****m> over 16 years ago
81d8788d IndexEntry is now based on a 'minimal' version that is suitable to be fed int... Sebastian Thiel <b****o@g****m> over 16 years ago
44a601a0 Added notes about git-update-ref Sebastian Thiel <b****o@g****m> over 16 years ago
1b89f394 commit.name_rev property added for convenience Sebastian Thiel <b****o@g****m> over 16 years ago
9b9776e8 Refs can now set the reference they are pointing to in a controlled fashion b... Sebastian Thiel <b****o@g****m> over 16 years ago
1047b41e Added TagRefernce creation and deletion including tests Sebastian Thiel <b****o@g****m> over 16 years ago
ddc54965 Implemented head methods: create, delete, rename, including tests Sebastian Thiel <b****o@g****m> over 16 years ago
2c23ca3c refs: added create, delete and rename methods where appropriate. Tests are ma... Sebastian Thiel <b****o@g****m> over 16 years ago
a7a4388e Added frame for IndexFile add/remove/commit methods and respective test markers Sebastian Thiel <b****o@g****m> over 16 years ago
3d3a24b2 Added repo.index property including simple test, and additional ideas in the ... Sebastian Thiel <b****o@g****m> over 16 years ago
a10aa36b Renamed Index to IndexFile, adjusted tests, it will only operate on physical ... Sebastian Thiel <b****o@g****m> over 16 years ago
00499d99 merge Merge branch 'symbolic_ref' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
d1bd99c0 SymbolicReferences can now change they references safely as I think and well ... Sebastian Thiel <b****o@g****m> over 16 years ago
b7a5c058 Adjusted tests to deal with API changes Sebastian Thiel <b****o@g****m> over 16 years ago
58e2157a Added SymbolicReference and HEAD type to better represent these special types... Sebastian Thiel <b****o@g****m> over 16 years ago
b2a14e4b merge Merge branch 'index' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
ea33fe8b Index: Is now diffable and appears to properly implement diffing against othe... Sebastian Thiel <b****o@g****m> over 16 years ago
1496979c default index writing now writes the index of the current repository in a fas... Sebastian Thiel <b****o@g****m> over 16 years ago
7184340f Added test for ConcurrentWriteOperation Sebastian Thiel <b****o@g****m> over 16 years ago
36f838e7 utils: Added LockFile including test Sebastian Thiel <b****o@g****m> over 16 years ago

← Back to repository