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
c5558400 Fetch info can now deal much better with non-default ref specs, fixes #24, #25 Sebastian Thiel <b****o@g****m> almost 15 years ago
916c45de refs: added constructor flag to allow refs to be instatiated from any path, i... Sebastian Thiel <b****o@g****m> almost 15 years ago
e94df6ac Fixes #23 Sebastian Thiel <b****o@g****m> almost 15 years ago
e9bd0484 Bumped version to 0.3.2. Using the latest version of gitdb Sebastian Thiel <b****o@g****m> about 15 years ago
85b836b1 test_submodule doesn't assume latest version of gitdb anymore Sebastian Thiel <b****o@g****m> about 15 years ago
5127e167 Fixed implementation of _version_info which didn't work for python 2.4 thanks... Sebastian Thiel <b****o@g****m> about 15 years ago
c437ee5d fixed test_repo to deal with new and old versions of the gitdb. windows is no... Sebastian Thiel <b****o@g****m> about 15 years ago
9e4a44b3 fixed submodule test to work on windows Sebastian Thiel <b****o@g****m> about 15 years ago
9b6f38d0 Submodule now uses a specialized method to remove its trees to allow read-onl... Sebastian Thiel <b****o@g****m> about 15 years ago
59587d81 Made remote line parsing more stable. On windows it can be that we encounter ... Sebastian Thiel <b****o@g****m> about 15 years ago
48fab54a test_submodule: Will now load everything into memory if smmap is present, to ... Sebastian Thiel <b****o@g****m> about 15 years ago
4a8bdce7 Fixed submodule tests to go with either the old or the new version of gitdb Sebastian Thiel <b****o@g****m> about 15 years ago
8828ced5 Fixed critical issue that would cause a string to be passed to methods that ... Sebastian Thiel <b****o@g****m> about 15 years ago
a5a75ab7 relaxed implementation when comparing symbolic references against other items... Sebastian Thiel <b****o@g****m> about 15 years ago
b7071ce1 util: Added test for iterable list, and implemented __contains__ and __del__ ... Sebastian Thiel <b****o@g****m> about 15 years ago
fcc166d3 log: non-existing logs no longer throw an exception, but are ignored. Fixed c... Sebastian Thiel <b****o@g****m> about 15 years ago
c3b7263e git.version_info now returns exactly 4 numbers Sebastian Thiel <b****o@g****m> about 15 years ago
59879a4e Improved debug assertion to provide proper path on which to run a git daemon Sebastian Thiel <b****o@g****m> about 15 years ago
e0524096 Fixed up docs in preparation for the new 0.3.1 release Sebastian Thiel <b****o@g****m> about 15 years ago
36a98480 merge Merge branch 'progress' Sebastian Thiel <b****o@g****m> about 15 years ago
55eb3de3 Added conditional usage of the --progress flag to all relevant methods, that ... Sebastian Thiel <b****o@g****m> about 15 years ago
dfe3ba3e Fixed index test which didn't work anymore due to changes in the way the git ... Sebastian Thiel <b****o@g****m> about 15 years ago
e583a9e2 Added version_info property to git command. Its cached and efficient, includi... Sebastian Thiel <b****o@g****m> about 15 years ago
e11f12ad Fixed submodule test. Just a tiny thing Sebastian Thiel <b****o@g****m> about 15 years ago
5b3b6528 Greatly improved robustness of config parser - it can now take pretty much ev... Sebastian Thiel <b****o@g****m> about 15 years ago
b3061698 merge Merge pull request #19 from jkeating/master Sebastian Thiel <b****o@g****m> about 15 years ago
ab5b6af0 Parse more git-fetch operation log codes. jez <j****l@g****m>
Committed by: Sebastian Thiel <b****o@g****m>
about 15 years ago
863b386e Add progress tracking for git-clone. jez <j****l@g****m>
Committed by: Sebastian Thiel <b****o@g****m>
about 15 years ago
35bceb16 merge Merge pull request #16 from mike-perdide/master Sebastian Thiel <b****o@g****m> about 15 years ago
09689712 Making comparisons with non-GitPython objects more tolerant. Julien Miotte <m****e@g****m> about 15 years ago
e7fa5ef7 added test & fix for mangled tagger names Orestis Markou <o****s@o****r> about 15 years ago
a98e0af5 Added downloadable versions of the respective documentation, which should aid... Sebastian Thiel <b****o@g****m> about 15 years ago
96c7ac23 Fixed incorrect handling of rev_parse if it was fed with branches that looked... Sebastian Thiel <b****o@g****m> over 15 years ago
ea5d365a Match any number of leading spaces in config values Jesse Keating <j****g@r****m> over 15 years ago
5eb7fd3f setup.py: fixed incorrect handling of toplevel package path - I must have bee... Sebastian Thiel <b****o@g****m> over 15 years ago
031271e8 git.repo.base: substituted all usages of the active_branch property with self... Sebastian Thiel <b****o@g****m> over 15 years ago
b4b50e73 OSX Signal handling: removed previous hack to fix it somehow using sleep - th... Sebastian Thiel <b****o@g****m> over 15 years ago
460cafb8 sleep ui hack fix: removed platform.system() to use sys.platform instead, as ... Sebastian Thiel <b****o@g****m> over 15 years ago
6720e8df blob: Added class level members to represent valid file modes that can be use... Sebastian Thiel <b****o@g****m> over 15 years ago
1ab16940 merge Merge remote branch 'ahgutsche/master' Sebastian Thiel <b****o@g****m> over 15 years ago
b424f87a Added the bugfix code as a utility function to be reused wherever this specif... Andreas Gutsche <a****e@g****m> over 15 years ago
46f63c30 Hacked the wait function so that it works with pyside in OS X by using "sleep... Andreas Gutsche <a****e@g****m> over 15 years ago
56488ced merge Merge branch 'fix' Sebastian Thiel <b****o@g****m> over 15 years ago
96d003cb submodule.add: handles addition of repositories with a specific branch correc... Sebastian Thiel <b****o@g****m> over 15 years ago
294ee691 setup .gitmodules to use a tracking branch automatically Sebastian Thiel <b****o@g****m> over 15 years ago
87ae4252 Fixed bug, which was so obvious that I am wondering how none of the test ran ... Sebastian Thiel <b****o@g****m> over 15 years ago
f6312142 Submodule tests are functional once again. Sebastian Thiel <b****o@g****m> over 15 years ago
468cad66 Fixed import of gitdb, keeping changed gitdb commit so that the submodule tes... Sebastian Thiel <b****o@g****m> over 15 years ago
1053448a Renamed readme file to something github understands much better, adjusted doc... Sebastian Thiel <b****o@g****m> over 15 years ago
90b20e5c remote: fixed incorrect call signature when instantiating GitCommandError Sebastian Thiel <b****o@g****m> over 15 years ago
2fbb7027 Commit.create_from_tree used a now renamed keyword parameter - no test-case e... Sebastian Thiel <b****o@g****m> over 15 years ago
f8ce24a8 merge -#######->WARNING<-####### Directory structure changed, see commit message Sebastian Thiel <b****o@g****m> over 15 years ago
9004e3a1 update setup.py to allow binary builds, which is required for installation an... Sebastian Thiel <b****o@g****m> over 15 years ago
0cfe75db Updated information files Sebastian Thiel <b****o@g****m> over 15 years ago
f24736ad Fixed setup tools Sebastian Thiel <b****o@g****m> over 15 years ago
3b2e9a83 Fixed docs Sebastian Thiel <b****o@g****m> over 15 years ago
e86eb305 Fixed all testcases Sebastian Thiel <b****o@g****m> over 15 years ago
cb68eef0 Moved everything into the git subdirectory - some tests still need to be adju... Sebastian Thiel <b****o@g****m> over 15 years ago
65747a21 submodule.update: the actual update will now mention the revision to which it... Sebastian Thiel <b****o@g****m> over 15 years ago
d0f24c9f merge Merge branch 'submodupdate' Sebastian Thiel <b****o@g****m> over 15 years ago
523fb313 Implemented dry_run mode including tests for RootModule.update and Submodule Sebastian Thiel <b****o@g****m> over 15 years ago
d810f270 Integrated progress updates into all submodule.update methods. Sebastian Thiel <b****o@g****m> over 15 years ago
2c12fef1 Submodule: Added dry_run and progress parameter to the update method. It is c... Sebastian Thiel <b****o@g****m> over 15 years ago
cf1d5bd4 merge Merge branch 'reflogintegration' Sebastian Thiel <b****o@g****m> over 15 years ago
7da101ba submodule.update: previous_commit is now set according to the stored reflog v... Sebastian Thiel <b****o@g****m> over 15 years ago
b81273e7 Adjusted remaining usages of set_reference and set_commit to set a logmessage Sebastian Thiel <b****o@g****m> over 15 years ago
968ffb2c Adjusted all Head.create calls to set a logmessage similar to the one git uses Sebastian Thiel <b****o@g****m> over 15 years ago
3175b5b2 merge Merge branch 'reflog' Sebastian Thiel <b****o@g****m> over 15 years ago
3203cd76 Fixed doc strings, improved error checking on RefLog.write method Sebastian Thiel <b****o@g****m> over 15 years ago
98a31330 RefLog: added entry_at method, which is a faster way of reading single entrie... Sebastian Thiel <b****o@g****m> over 15 years ago
86523260 Renamed msg named parameter to logmsg, as it describes the purpose of the mes... Sebastian Thiel <b****o@g****m> over 15 years ago
c946bf26 Added tests for creation and adjustments of reference, verifying the log gets... Sebastian Thiel <b****o@g****m> over 15 years ago
264ba6f5 Fixed remaining issues, all tests work as expected Sebastian Thiel <b****o@g****m> over 15 years ago
ec0657cf Unified object and commit handling which should make the reflog handling much... Sebastian Thiel <b****o@g****m> over 15 years ago
a17c43d0 Made previously protected methods public to introduce a method with reflog su... Sebastian Thiel <b****o@g****m> over 15 years ago
8dd51f1d Improved refparse error handling in case of out-of-bound indices Sebastian Thiel <b****o@g****m> over 15 years ago
70297735 Implemented revlog.append_entry as classmethod, to assure we will always actu... Sebastian Thiel <b****o@g****m> over 15 years ago
61f3db7b Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set... Sebastian Thiel <b****o@g****m> over 15 years ago
a21a9f6f Actor: Moved it from git.objects.util to git.util, adjusted all imports accor... Sebastian Thiel <b****o@g****m> over 15 years ago
5bd7d44f repo.rev_parse: Added support for simple log parsing - dates are not yet supp... Sebastian Thiel <b****o@g****m> over 15 years ago
9ccd777c Documentation is now being built for all new modules Sebastian Thiel <b****o@g****m> over 15 years ago
8ad01ee2 SymbolicReference: log method added, including test Sebastian Thiel <b****o@g****m> over 15 years ago
a93eb7e8 Implemented reflog reading and writing Sebastian Thiel <b****o@g****m> over 15 years ago
6e5aae2f Initial interface including some of the implementation of the RefLog. TestCas... Sebastian Thiel <b****o@g****m> over 15 years ago
739fa140 Fixed remaining tests - lets hope that everything is indeed working correctly... Sebastian Thiel <b****o@g****m> over 15 years ago
dec46631 Split ref implementation up into multiple files, to make room for the log imp... Sebastian Thiel <b****o@g****m> over 15 years ago
fca36754 Changed version to 0.3.1 (removed beta1) so that other projects can actually ... Sebastian Thiel <b****o@g****m> over 15 years ago
48a17c87 merge -#######->WARNING<-####### Directory structure changed, see commit message Sebastian Thiel <b****o@g****m> over 15 years ago
6befb28e updated changelog Sebastian Thiel <b****o@g****m> over 15 years ago
9ca0f897 Updated MANIFEST and setup to include fixtures. Adjusted includes in all test... Sebastian Thiel <b****o@g****m> over 15 years ago
83a9e4a0 Fixed setup script to work with changed folder structure Sebastian Thiel <b****o@g****m> over 15 years ago
e6019e16 flattened test folder structure, didn't adjust any file content yet Sebastian Thiel <b****o@g****m> over 15 years ago
fafe8a77 moved all contents, incl. submodule gitdb, up to the root directory Sebastian Thiel <b****o@g****m> over 15 years ago
0b813371 Fixed API reference docs as far as possible Sebastian Thiel <b****o@g****m> over 15 years ago
9d6310db docs: added final docs for version 0.3.0, started new release 0.3.1 Sebastian Thiel <b****o@g****m> over 15 years ago
685760ab Added zip_safe info to setup.py file Sebastian Thiel <b****o@g****m> over 15 years ago
22a88a7e fixed performance tests ... again, previously I was just working on an incorr... Sebastian Thiel <b****o@g****m> over 15 years ago
517ae56f merge Merge branch 'osx' Sebastian Thiel <b****o@g****m> over 15 years ago
20b07fa5 testing:added special case for osx to solve a special issue with the temp dir... Sebastian Thiel <b****o@g****m> over 15 years ago
7c72b9a3 merge Merge remote branch 'gitorious/win32' Sebastian Thiel <b****o@g****m> over 15 years ago

← Back to repository