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
beccf190 Tried to get rid of held references which could keep a filehandle open. In fa... Sebastian Thiel <b****o@g****m> over 15 years ago
ca3fdbe2 submodule.update: now forcing the checkout - see in-code comments Sebastian Thiel <b****o@g****m> over 15 years ago
8e0e315a submodule: Fixed capital error when handling the submodule's branch, which wa... Sebastian Thiel <b****o@g****m> over 15 years ago
8f24f954 Submodule: Assured we properly convert paths to using the slash separator Sebastian Thiel <b****o@g****m> over 15 years ago
8d0aa1ef Fixed performance tests which broke in the meanwhile - they definitely don't ... Sebastian Thiel <b****o@g****m> over 15 years ago
8867348c Bumped version number to 0.3.1 Sebastian Thiel <b****o@g****m> over 15 years ago
b00ad001 submodule: When adding an existing submodule, when retrieving the binsha, we ... Sebastian Thiel <b****o@g****m> over 15 years ago
2ab454f0 remote: parsing of fetch information now reacts to fatal errors. Previously i... Sebastian Thiel <b****o@g****m> over 15 years ago
7dd61865 test_submodule: fixed failures that arose due to changes of the original subm... Sebastian Thiel <b****o@g****m> over 15 years ago
45c0f285 merge Merge branch 'docs' Sebastian Thiel <b****o@g****m> over 15 years ago
a8014d2e Updated gitdb submodule, and added note about how the submodule package manag... Sebastian Thiel <b****o@g****m> over 15 years ago
a25e1d4a Updated tutorial with a brief introduction to submodules Sebastian Thiel <b****o@g****m> over 15 years ago
75c75fa1 Changed name/id of gitdb submodule to something that doesn't look like a path Sebastian Thiel <b****o@g****m> over 15 years ago
f1545bd9 merge Merge branch 'submodule' Sebastian Thiel <b****o@g****m> over 15 years ago
7cf2d5fc merge Merge branch 'refactor' into submodule Sebastian Thiel <b****o@g****m> over 15 years ago
9519f186 Fixed all imports, refactoring appears to be complete Sebastian Thiel <b****o@g****m> over 15 years ago
4c34d5c3 Split big submodule file into smaller files. Tried to manually get imports ri... Sebastian Thiel <b****o@g****m> over 15 years ago
ebe8f644 Added test for the recursive code path. Sebastian Thiel <b****o@g****m> over 15 years ago
3f2d76ba Added test for branch changes - it appears to work well, at least as far as t... Sebastian Thiel <b****o@g****m> over 15 years ago
cf5eaddd Updated tests and implementation to verify functionality for handling submodu... Sebastian Thiel <b****o@g****m> over 15 years ago
c0990b2a first update test succeeds, so it verifies that existing repositories can be ... Sebastian Thiel <b****o@g****m> over 15 years ago
0c183413 Added test-setup which can test all aspects of the (smart) update method Sebastian Thiel <b****o@g****m> over 15 years ago
82849578 ORIG_HEAD handling is now implemented in the ref-class itself, instead of bei... Sebastian Thiel <b****o@g****m> over 15 years ago
7a320abc commit: when creating a new commit and advancing the head, it will now write ... Sebastian Thiel <b****o@g****m> over 15 years ago
1687283c RootModule.update: initial implementation of update method, which should be a... Sebastian Thiel <b****o@g****m> over 15 years ago
7cc4d748 repo: Added create_submodule method which fits into the tradition of offering... Sebastian Thiel <b****o@g****m> over 15 years ago
609a46a7 submodule: removed module_path method as it is implemented in the abspath pro... Sebastian Thiel <b****o@g****m> over 15 years ago
a1e6234c Inital implementation of Submodule.move including a very simple and to-be-imp... Sebastian Thiel <b****o@g****m> over 15 years ago
b0393305 index: Sped up reading and writing of the index file by reducing the amount o... Sebastian Thiel <b****o@g****m> over 15 years ago
e84d05f4 Repo: scetched out submodule_update Sebastian Thiel <b****o@g****m> over 15 years ago
ef48ca5f Added rest of submodule.add test code which should be pretty much 100% covera... Sebastian Thiel <b****o@g****m> over 15 years ago
7b3ef451 The submodule's branch is now a branch instance, not a plain string anymore Sebastian Thiel <b****o@g****m> over 15 years ago
33964afb Added tests for all failure modes of submodule add ( except for one ), and fi... Sebastian Thiel <b****o@g****m> over 15 years ago
98e6edb5 Initial implementation of submodule.add without any tests. These are to come ... Sebastian Thiel <b****o@g****m> over 15 years ago
3d061a1a Implemented deletion of submodules including proper tests Sebastian Thiel <b****o@g****m> over 15 years ago
78d2cd65 implemented update to_last_revision option including test. Its now possible t... Sebastian Thiel <b****o@g****m> over 15 years ago
21b4db55 Improved efficiency of the submodule.update process, improved test Sebastian Thiel <b****o@g****m> over 15 years ago
9f73e8ba remote: added methods to set and query the tracking branch status of normal h... Sebastian Thiel <b****o@g****m> over 15 years ago
af5abca2 Added a few utility methods and improved the test. Refs need an improvement t... Sebastian Thiel <b****o@g****m> over 15 years ago
d4fd7fca Submodule now only supports branches to be given as hint that will svn-extern... Sebastian Thiel <b****o@g****m> over 15 years ago
ceee7d7e Added partial implementation of update, but realized that using refs in gener... Sebastian Thiel <b****o@g****m> over 15 years ago
624556ea Optimized test-decorators, by completely removing with_bare_rw_repo, which wa... Sebastian Thiel <b****o@g****m> over 15 years ago
f97653aa Repo: added submodule query and iteration methods similar to the ones provide... Sebastian Thiel <b****o@g****m> over 15 years ago
00ce31ad Objects: Constructor now manually checks and sets the input arguments to the ... Sebastian Thiel <b****o@g****m> over 15 years ago
4d36f8ff Improved GitConfigurationParser to better deal with streams and the correspon... Sebastian Thiel <b****o@g****m> over 15 years ago
a1e2f63e submodule: Fleshed out interface, and a partial test which is not yet usable.... Sebastian Thiel <b****o@g****m> over 15 years ago
a1d1d2cb tutorial: Fixed incorrect initialization code for bare repo, thank you, Bryan... Sebastian Thiel <b****o@g****m> over 15 years ago
bd7fb976 test_refs: fixed failing tests just by making it less strict. It is dependent... Sebastian Thiel <b****o@g****m> over 15 years ago
0d5bfb5d index.reset: updated parameter docs, but most importantly, the method now has... Sebastian Thiel <b****o@g****m> over 15 years ago
1b6b9510 Fixed bug that would cause the author's email to be a generic default one, in... Sebastian Thiel <b****o@g****m> over 15 years ago
2c0b92e4 cmd: improved error handling and debug printing Sebastian Thiel <b****o@g****m> over 15 years ago
97ab1971 docs: untracked_files is a property, but was used like a function, see http:/... Sebastian Thiel <b****o@g****m> over 15 years ago
8858a63c .gitignore will now ignore netbeans projects Sebastian Thiel <b****o@g****m> over 15 years ago
94029ce1 Adjusted regex to support whitespace - it was a little restrictive previously... Sebastian Thiel <b****o@g****m> over 15 years ago
13647590 merge Merge branch 'unicode' Sebastian Thiel <b****o@g****m> over 15 years ago
0019d7dc Added unicode handling for author names. They will now be properly encoded in... Sebastian Thiel <b****o@g****m> over 15 years ago
0f88fb96 Added test to verify the actor type can handle and parse unicode if it is pas... Sebastian Thiel <b****o@g****m> over 15 years ago
741dfaad Fixed bug in http://byronimo.lighthouseapp.com/projects/51787/tickets/44-remo... Sebastian Thiel <b****o@g****m> over 15 years ago
c4d5caa7 replace old reference to Commit.sha with Commit.hexsha Rick Copeland <r****d@g****t> almost 16 years ago
394ed700 unicode handling in messages and trees was improved. Messages are now written... Sebastian Thiel <b****o@g****m> almost 16 years ago
192472f9 BaseIndexEntry: Added to_blob method, refactored functionality sligthly Sebastian Thiel <b****o@g****m> almost 16 years ago
89422841 index: Fixed bug which caused incorrect separators in output files of the ret... Sebastian Thiel <b****o@g****m> almost 16 years ago
3d931005 util.get_user_id(): Will try a windows environment variable as well, the meth... Sebastian Thiel <b****o@g****m> almost 16 years ago
69426566 Index._iter_expand_paths: fixed tiny error with large impact, there was code ... Sebastian Thiel <b****o@g****m> almost 16 years ago
cbb58869 Unicode: tree_to_stream can now handle unicode names the way git would do it.... Sebastian Thiel <b****o@g****m> almost 16 years ago
17a17292 Fixed the missing Repo type documentation thanks to a hint of gasche, fixed a... Sebastian Thiel <b****o@g****m> almost 16 years ago
24740f22 Added performance test to compare inst.__class__() vs type(inst)() class. Th... Sebastian Thiel <b****o@g****m> almost 16 years ago
33819a21 Addiitonal win32 fixes related to, guess it, backslashes in paths Sebastian Thiel <b****o@g****m> almost 16 years ago
bcd37b68 Fixed incorrect use of Blob.data in performance test Sebastian Thiel <b****o@g****m> almost 16 years ago
55b67e81 Fixed python < 2.6 windows specific issue when reading in the index using a m... Sebastian Thiel <b****o@g****m> almost 16 years ago
de3b9639 Moved test-centric windows specific fix into the class itself to assure this ... Sebastian Thiel <b****o@g****m> almost 16 years ago
258403da bumped verison to 0.3.0 beta2 Sebastian Thiel <b****o@g****m> almost 16 years ago
08457a7a Added python 2.4 support: Repo will now use the original GitCmdObjectDB in py... Sebastian Thiel <b****o@g****m> almost 16 years ago
3288a244 setup.py: fixed requirement - its interesting to see that there are two diffe... Sebastian Thiel <b****o@g****m> almost 16 years ago
b425301a Adjusted clone method to allow static classmethod clone ( using clone_from ) ... Sebastian Thiel <b****o@g****m> almost 16 years ago
ca288d44 merge Merge branch 'revparse' Sebastian Thiel <b****o@g****m> almost 16 years ago
01ab5b96 Added test for GitCmdObjectDB in order to verify the partial_to_complete_sha_... Sebastian Thiel <b****o@g****m> almost 16 years ago
bc316516 Adjusted previous object creators to use the rev_parse method directly. rev_p... Sebastian Thiel <b****o@g****m> almost 16 years ago
f068cdc5 Initially working implementation of short-sha parsing and interpretation, tha... Sebastian Thiel <b****o@g****m> almost 16 years ago
9059525a Made repo.py a package to allow better localization of functions and utilitie... Sebastian Thiel <b****o@g****m> almost 16 years ago
73959f3a Implemented main rev-parsing, including long hexshas, tags and refs. Short Sh... Sebastian Thiel <b****o@g****m> almost 16 years ago
a32a6bcd Refs now use object.new_from_sha where possible, preventing git-batch-check t... Sebastian Thiel <b****o@g****m> almost 16 years ago
1c6d7830 RevParse now generally works, but there are still some more specialized tests... Sebastian Thiel <b****o@g****m> almost 16 years ago
f963881e Initial version of the rev-parse routine, which doesn't work too bad, but its... Sebastian Thiel <b****o@g****m> almost 16 years ago
a4287f65 win32 compatability adjustments unknown <b****n@.****)>
Committed by: Sebastian Thiel <b****o@g****m>
almost 16 years ago
f683c662 Fixed broken 0.2 documentation, it didn't contain the API reference previousl... Sebastian Thiel <b****o@g****m> almost 16 years ago
fd96cced merge Merge branch 'docs' Sebastian Thiel <b****o@g****m> almost 16 years ago
c3bd05b4 Added doc-index, which helps to keep documentation of prior but still somewha... Sebastian Thiel <b****o@g****m> almost 16 years ago
d2ebc619 Moved all source files into the source folder, separating the build from the ... Sebastian Thiel <b****o@g****m> almost 16 years ago
28a33ca1 Added further information about the required submodules, and how to install t... Sebastian Thiel <b****o@g****m> almost 16 years ago
fde6522c Added whatsnew and put it into the index Sebastian Thiel <b****o@g****m> almost 16 years ago
0369384c revised tutorial to match the changed usage, added basic information about ob... Sebastian Thiel <b****o@g****m> almost 16 years ago
18be0972 Removed blob.data property as there is no real reason for an exception to the... Sebastian Thiel <b****o@g****m> almost 16 years ago
77cd6659 Renamed modules utils to util, and errors to exc to be more conforming to the... Sebastian Thiel <b****o@g****m> almost 16 years ago
791765c0 Removed repo tests which for some reason left the 'repos' directory around, r... Sebastian Thiel <b****o@g****m> almost 16 years ago
160081b9 Updated and fixed sphinx API docs, which included one quick skim-through Sebastian Thiel <b****o@g****m> almost 16 years ago
6917ae4c Diff: fixed bug that caused a string to end up as a blob mode Sebastian Thiel <b****o@g****m> almost 16 years ago
f1401803 Fixed performance tests which broke in the course of the sha1-20 byte changes Sebastian Thiel <b****o@g****m> almost 16 years ago
8d2239f2 merge Merge branch 'sha20' Sebastian Thiel <b****o@g****m> almost 16 years ago
1fe889ea All tests adjusted to work with the changed internal sha representation Sebastian Thiel <b****o@g****m> almost 16 years ago

← Back to repository