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
3d9e7f11 Index now behaves more like the default index if no explicit stream is given.... Sebastian Thiel <b****o@g****m> over 16 years ago
20c34a92 Added reset method to Head - its a class method due to the very general natur... Sebastian Thiel <b****o@g****m> over 16 years ago
3c658c16 merge Merge branch 'testsystem' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
b197b2db Adjusted all remaining test suites to use the new TestBase class where approp... Sebastian Thiel <b****o@g****m> over 16 years ago
3c770f8e Fixed decorator issue that would cause a function to be passed even though th... Sebastian Thiel <b****o@g****m> over 16 years ago
9c3bbc43 Implemented decorators, tests pass at least Sebastian Thiel <b****o@g****m> over 16 years ago
bb0ac304 Added frame for new Repo handling and some neat decorators, including tests t... Sebastian Thiel <b****o@g****m> over 16 years ago
59e26435 Updated CHANGES file to indicate addition of index class Sebastian Thiel <b****o@g****m> over 16 years ago
c53eeaca git cmd fix: After removing the with_raw_output flag, I actually did the wron... Sebastian Thiel <b****o@g****m> over 16 years ago
25945899 merge Merge branch 'index' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
1f2b19de Removed index test marker for custom commits as this boils down to a good way... Sebastian Thiel <b****o@g****m> over 16 years ago
4fe5cfa0 Stream_data streams data to a given output stream most efficiently with a low... Sebastian Thiel <b****o@g****m> over 16 years ago
f62c9b9c Git.cmd: removed with_raw_output option Sebastian Thiel <b****o@g****m> over 16 years ago
33fa178e added Object.data_stream property allowing to stream object data directly.Con... Sebastian Thiel <b****o@g****m> over 16 years ago
30d822a4 index writing now creates a sha on the content making it possible to write va... Sebastian Thiel <b****o@g****m> over 16 years ago
aa921fee Implemented merge/resolve handling , but realized that index writing is not y... Sebastian Thiel <b****o@g****m> over 16 years ago
7b50af0a index: Added write_tree method including test Sebastian Thiel <b****o@g****m> over 16 years ago
3c9f55dd remote: Added fetch, pull, push methods to the interface to make these operat... Sebastian Thiel <b****o@g****m> over 16 years ago
bb509603 remote.refs now returns an IterableList allowing easier access to the remotes... Sebastian Thiel <b****o@g****m> over 16 years ago
6662422b index.iter_blobs method added including tests ( which have been improved gene... Sebastian Thiel <b****o@g****m> over 16 years ago
2e68d907 tree.traverse: Added prune functionality - previously the predciate did both,... Sebastian Thiel <b****o@g****m> over 16 years ago
d97afa24 Improved testing of index against trees, tests succeed with next commit Sebastian Thiel <b****o@g****m> over 16 years ago
a4fb3091 diff: added test to be sure index-vs-working copy diffs are solved properly Sebastian Thiel <b****o@g****m> over 16 years ago
5e52a00c repo.is_dirty: fixed incorrect check of a dirty working tree, previously it w... Sebastian Thiel <b****o@g****m> over 16 years ago
babf5765 Initial version of merge including tests for one-way, two-way and tree-way merge Sebastian Thiel <b****o@g****m> over 16 years ago
6fcbda4e touch method improved to open for appending which would not clear the file an... Sebastian Thiel <b****o@g****m> over 16 years ago
b9d6494f index writing added including simple test, improved docs of IndexEntry Sebastian Thiel <b****o@g****m> over 16 years ago
152bab7e improved IndexEntry type and added test for parsing of the stage Sebastian Thiel <b****o@g****m> over 16 years ago
56823868 Improved tuple access of EntryIndex class including test, stage and type acce... Sebastian Thiel <b****o@g****m> over 16 years ago
50a9920b Added initial version of the index reading from file - IndexEntry interface i... Sebastian Thiel <b****o@g****m> over 16 years ago
4a534eba Added frame for index implementation and testing Sebastian Thiel <b****o@g****m> over 16 years ago
35a09c05 repo.alternates test cheked for correctness and bugfixed - totally mocked tes... Sebastian Thiel <b****o@g****m> over 16 years ago
972a8b84 Added slots to Repo type to be sure we do not accidentally set values on it, ... Sebastian Thiel <b****o@g****m> over 16 years ago
dd76b9e7 Fixed bare repository handling - bare is now a property to prevent writing it Sebastian Thiel <b****o@g****m> over 16 years ago
aa5e3668 Moved specialized methods like dashify, touch and is_git_dir to module to the... Sebastian Thiel <b****o@g****m> over 16 years ago
e64957d8 Improved is_dirty including test Sebastian Thiel <b****o@g****m> over 16 years ago
98967178 Implemneted IterableLists for refs, commits and remote objects including simp... Sebastian Thiel <b****o@g****m> over 16 years ago
b9cb0070 Added TODO file to keep track of tasks and in case someone wants to help here... Sebastian Thiel <b****o@g****m> over 16 years ago
0b3ecf2d commit.count: is an instance method now Sebastian Thiel <b****o@g****m> over 16 years ago
11b1f6ed repo.remote method added Sebastian Thiel <b****o@g****m> over 16 years ago
985093ba merge Merge branch 'remotes' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
53d26977 remote: added tests for creation and removal, finishing the remote interface Sebastian Thiel <b****o@g****m> over 16 years ago
cbf957a3 remote: base tests succeed now Sebastian Thiel <b****o@g****m> over 16 years ago
345d6be7 config: fixed serious issues that would cause it to see initial tabs as conti... Sebastian Thiel <b****o@g****m> over 16 years ago
048acc45 Added configuration access including tests to remote Sebastian Thiel <b****o@g****m> over 16 years ago
a07cdbae Added remote module and test cases - about to implement remote option handling Sebastian Thiel <b****o@g****m> over 16 years ago
8f42db54 merge Merge branch 'config' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
26029c29 added additional testing for the configuration, concurrent access and config ... Sebastian Thiel <b****o@g****m> over 16 years ago
3fd37230 implemented config class as far as necessary, one check is still failing Sebastian Thiel <b****o@g****m> over 16 years ago
9513aa01 Added frame for configuration reader involving a meta class, decorators and t... Sebastian Thiel <b****o@g****m> over 16 years ago
a8f85822 added initial frame for remote handling- remotes are somewhat related to eith... Sebastian Thiel <b****o@g****m> over 16 years ago
657a57ad Improved tagobject message handling by not assuming an empty fourth line anymore Sebastian Thiel <b****o@g****m> over 16 years ago
9840afda diff method now checks for git-diff errrs that can easily occour if the repos... Sebastian Thiel <b****o@g****m> over 16 years ago
225999e9 merge Merge branch 'diffing' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
9acc7806 DiffIndex implemented including test Sebastian Thiel <b****o@g****m> over 16 years ago
e063d101 diff: implemented raw diff parsing which appears to be able to handle possibl... Sebastian Thiel <b****o@g****m> over 16 years ago
aed099a7 resolved cyclic inclusion issue by moving the Diffable interface into the dif... Sebastian Thiel <b****o@g****m> over 16 years ago
17852bde repo: fixed untracked files function which used git-commit before, it can ope... Sebastian Thiel <b****o@g****m> over 16 years ago
9946e0ce implemented diff tests, but will have to move the diff module as it needs to ... Sebastian Thiel <b****o@g****m> over 16 years ago
a5cf1bc1 Removed a few diff-related test cases that fail now as the respective method ... Sebastian Thiel <b****o@g****m> over 16 years ago
b372e263 added Diffable interface to objects.base, its used by Commit and Tree objects. Sebastian Thiel <b****o@g****m> over 16 years ago
bb24f67e Fixed object bug that would cause object ids not to be resolved to sha's as t... Sebastian Thiel <b****o@g****m> over 16 years ago
919164df repo.untracked_files added including test Sebastian Thiel <b****o@g****m> over 16 years ago
05d2687a merge Merging latest improvements including a revamped Repo interface before more c... Sebastian Thiel <b****o@g****m> over 16 years ago
f2df1f56 merge Merge branch 'repo_interface' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
b67bd4c7 Improved archive function by allowing it to directly write to an output strea... Sebastian Thiel <b****o@g****m> over 16 years ago
00c5497f repo: made init and clone methods less specific, previously they wanted to do... Sebastian Thiel <b****o@g****m> over 16 years ago
806450db repo.commit_delta_base: removed Sebastian Thiel <b****o@g****m> over 16 years ago
39229db7 Object can now create objects of the proper type in case one attempts to crea... Sebastian Thiel <b****o@g****m> over 16 years ago
9f51eeb2 repo: removed commits_between but added a note about how this can be achieved... Sebastian Thiel <b****o@g****m> over 16 years ago
9ce1193c Added Commit.iter_parents to iterate all parents Sebastian Thiel <b****o@g****m> over 16 years ago
2da2b90e repo: removed a few methods because of redundancy or because it will be obsol... Sebastian Thiel <b****o@g****m> over 16 years ago
58d692e2 All times are not stored as time_struct, but as simple int to consume less me... Sebastian Thiel <b****o@g****m> over 16 years ago
6226720b merge Initial set of improvementes merged into master, including a class hierarchy ... Sebastian Thiel <b****o@g****m> over 16 years ago
4186a2db merge Merge branch 'iteration_and_retrieval' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
1a4bfd97 test_performance: module containing benchmarks to get an idea of the achieved... Sebastian Thiel <b****o@g****m> over 16 years ago
7cdfacee Removed plenty of mocked tree tests as they cannot work anymore with persiste... Sebastian Thiel <b****o@g****m> over 16 years ago
2e6d110f tree: now reads tress directly by parsing the binary data, allowing it to saf... Sebastian Thiel <b****o@g****m> over 16 years ago
832b5639 Refs are now truly dynamic - this costs a little bit of (persistent command) ... Sebastian Thiel <b****o@g****m> over 16 years ago
c5df4440 persistent command signature changed to also return the hexsha from a possibl... Sebastian Thiel <b****o@g****m> over 16 years ago
6745f454 test_blob: removed many redundant tests that would fail now as the mock canno... Sebastian Thiel <b****o@g****m> over 16 years ago
a28d3d18 Implemented git command facility to keep persistent commands for fast object ... Sebastian Thiel <b****o@g****m> over 16 years ago
6eeae8b2 test: Added time-consuming test which could also be a benchmark in fact - cur... Sebastian Thiel <b****o@g****m> over 16 years ago
ead94f26 cmd: added option to return the process directly, allowing to read the output... Sebastian Thiel <b****o@g****m> over 16 years ago
ac1cec70 added Iterable interface to Ref type Sebastian Thiel <b****o@g****m> over 16 years ago
6acec357 renamed find_all to list_all, changed commit to use iterable interface in pre... Sebastian Thiel <b****o@g****m> over 16 years ago
f4fa1cb3 Added base for all iteratable objects Sebastian Thiel <b****o@g****m> over 16 years ago
5eb0f2c2 unified name of utils module, recently it was named util and utils in differe... Sebastian Thiel <b****o@g****m> over 16 years ago
86fa577e tree: renamed content_from_string to _from_string to make it private. Removed... Sebastian Thiel <b****o@g****m> over 16 years ago
a58a60ac tree: now behaves like a list with string indexing functionality - using a di... Sebastian Thiel <b****o@g****m> over 16 years ago
ff3d1423 test_base: Improved basic object creation as well as set hash tests Sebastian Thiel <b****o@g****m> over 16 years ago
beb76aba repo.active_branch now returns a Head object, not a string Sebastian Thiel <b****o@g****m> over 16 years ago
af9e37c5 IndexObjects are now checking their slots to raise a proper error message in ... Sebastian Thiel <b****o@g****m> over 16 years ago
4c73e9cd refs now take repo as first argument and derive from LazyMixin to allow them ... Sebastian Thiel <b****o@g****m> over 16 years ago
637eadce renamed from_string and list_from_string to _from_string and _list_from_strin... Sebastian Thiel <b****o@g****m> over 16 years ago
f2834177 Reorganized package structure and cleaned up imports Sebastian Thiel <b****o@g****m> over 16 years ago
3c0a6522 merge Merge branch 'hierarchyfix' into improvements Sebastian Thiel <b****o@g****m> over 16 years ago
c68459a1 Added remaining tests for new base classes and removed some methods whose exi... Sebastian Thiel <b****o@g****m> over 16 years ago
b01824b1 Fixed remaining tests to deal with the changes Sebastian Thiel <b****o@g****m> over 16 years ago
708b8dda commit: fixed failing commit tests as the mocked git command would always ret... Sebastian Thiel <b****o@g****m> over 16 years ago

← Back to repository