GitHub / gitpython-developers/GitPython / commits
GitPython is a python library used to interact with Git repositories.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| ccde80b7 | mode-only change for test system - this should be in a separate repository in... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 9a119924 | fixed issue in Ref.name implementation which would not handle components prop... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 15b9129e | lazymixin system now supports per-attribute baking, it is up to the class whe... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 7a7eedde | put Tree and Blob onto a new base class suitable to deal with IndexObjects | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 101fb1df | blob tests fixed to deal with changes to the Blob type | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 9374a916 | converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 20f202d8 | Re-designed the tag testing - it does not use fixtures anymore but dyamically... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 9ee31065 | Intermediate commit: commit,tree and blob objects now derive from object - te... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 9c0c2fc4 | finished cleaning usage of regular expressions - they are now precompiled | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 52ab3079 | diff regex are now precompiled on class level, renamed a|b_blob to a|b_blob_i... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 07c20b42 | deriving NoSuchPathError from OSError as it relates to it very well | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 92a97480 | Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as it... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| b0e84a34 | merge Merge branch 'doc_enhancements' into fixes | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 07eaa4ce | improved repo documentation | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 6da04adf | repo_tests: fixed duplicate test-method name which would redefine the previou... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 4251bd59 | Improved head and tag object documentation slightly | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 451561c2 | Added docs for the error module | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 2dc5d684 | Fixed Diff class which used Commits instead of Blobs - as Blobs contain the p... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 2b7f5cb2 | Commit._actor method made protected as it is only used by the Commit class an... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 8430529e | Renamed lazy.py to base.py to have a file for base classes - lazy not yet cha... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 2454ae89 | Added missing information to docstrings of commit and stats module | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 84968314 | improved git.cmd documentation | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 5915114c | git.git.Git.__init__ takes None as default argument as the execute method han... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 13ba1d87 | Fixed git.blob.Blob.blame function which would return the text-per-commit as ... | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| bca0cb7f | Improved documentation on Actor and Blob | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 75c161cb | merge Merge commit 'JonNordby/master' into integration | Sebastian Thiel <b****o@g****m> | over 16 years ago | |
| 53ed0d43 | /doc/_build is not interesting... | Martin Marcher <m****n@m****e> | over 16 years ago | |
| be53c1f3 | fix some docs | Martin Marcher <m****n@m****e> | over 16 years ago | |
| 2b93f2a9 | merge Merge commit 'refs/merge-requests/1108' of git://gitorious.org/git-python/mai... | Martin Marcher <m****n@m****e> | over 16 years ago | |
| ac36642c | merge Merge branch 'master' of git@github.com:mm/gitpython | Martin Marcher <m****n@m****e> | over 16 years ago | |
| fa44e6b5 | merge Merge commit 'refs/merge-requests/1577' of git://gitorious.org/git-python/mai... | Martin Marcher <m****n@m****e> | over 16 years ago | |
| 50c90666 |
Don't remove blank lines in commit messages
Signed-off-by: Kevin McConnell <k****l@g****m> |
Kevin McConnell <k****n@m****m> | almost 17 years ago | |
| bdf2e667 |
Fix parsing for files with whitespace
Signed-off-by: Jeremy Kerr <j****k@o****g> |
Jeremy Kerr <j****k@o****g> | almost 17 years ago | |
| 386d1af0 | Fix unittests for Mock 0.5.0 |
Paul J. Davis <p****s@g****m>
Committed by: Martin Marcher <m****n@m****e> |
almost 17 years ago | |
| ba8d1481 | Fix unittests for Mock 0.5.0 | Paul J. Davis <p****s@g****m> | almost 17 years ago | |
| 3410fdc4 | implemented equality operations on Commit objects | Jon Nordby <j****r@g****m> | almost 17 years ago | |
| 4c39f9da | Slight issues with the MANIFEST.in due to it including *.txt which no longer ... | Michael Trier <m****r@g****m> | over 17 years ago | |
| 9a4b1d4d | Bumped version 0.1.6 | Michael Trier <m****r@g****m> | over 17 years ago | |
| c76852d0 | Lots of spring cleaning and added in Sphinx documentation. | Michael Trier <m****r@g****m> | over 17 years ago | |
| bcd57e34 | Corrected a problem with commits_between returning None. | Michael Trier <m****r@g****m> | over 17 years ago | |
| 0ca61d4c | Fixed the gzip archive creation using python gzip module |
Eric Jonas <j****s@m****u>
Committed by: Michael Trier <m****r@g****m> |
over 17 years ago | |
| 5f23379c | Corrections to the tutorial to account for the change of Tree to a dictionary... | Michael Trier <m****r@g****m> | over 17 years ago | |
| e4582f80 | fixed Commit.stats retrieval for parentless commits in bare repos | Michael Trier <m****r@g****m> | over 17 years ago | |
| 79cfe050 | Added changes information for path component change. | Michael Trier <m****r@g****m> | over 17 years ago | |
| b65df78a | Fixed a bug with branch names omitting path components. | Michael Trier <m****r@g****m> | over 17 years ago | |
| 6ffd4b01 | merge Corrected conflict with pep8 changes from apollo13. | Michael Trier <m****r@g****m> | over 17 years ago | |
| 4b43ca7f | Added in Changes documentation for 0.1.6 | Michael Trier <m****r@g****m> | over 17 years ago | |
| 6ba8b8b9 | Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_to | Michael Trier <m****r@g****m> | over 17 years ago | |
| 39f85c43 | pep008! | Florian Apolloner <f****n@a****u> | over 17 years ago | |
| 5e062f4d | Added Paul Sowden to the AUTHORS file and made tutorial fixes. Thanks Paul. | Michael Trier <m****r@g****m> | over 17 years ago | |
| 5117c9c8 | Added in new changes and bumped for version 0.1.5 | Michael Trier <m****r@g****m> | over 17 years ago | |
| 1083748b | Corrected failing tests because the Repo mocking was not returning None. | Michael Trier <m****r@g****m> | over 17 years ago | |
| 6c486b2e | Make message the full message and add a summary property |
Paul Sowden <p****l@i****k>
Committed by: Michael Trier <m****r@g****m> |
over 17 years ago | |
| 5da34fdd | add support for parsing rename info to the diff parser |
Paul Sowden <p****l@i****k>
Committed by: Michael Trier <m****r@g****m> |
over 17 years ago | |
| 753e908d | implement a far far faster diff parser |
Paul Sowden <p****l@i****k>
Committed by: Michael Trier <m****r@g****m> |
over 17 years ago | |
| 9e14356d | add a path parameter to most commit methods |
Paul Sowden <p****l@i****k>
Committed by: Michael Trier <m****r@g****m> |
over 17 years ago | |
| 5bb81224 | remove ambiguity between paths and treeishs |
Paul Sowden <p****l@i****k>
Committed by: Michael Trier <m****r@g****m> |
over 17 years ago | |
| 3942cdff | Fixed packaging issue caused by ez_setup.py |
Christos Trochalakis <y****i@i****r>
Committed by: Michael Trier <m****r@g****m> |
over 17 years ago | |
| dc1fcf37 | Get compatible with mock0.4 (to some extend ;)). Just that Michael |
Florian Apolloner <f****n@a****u>
Committed by: Michael Trier <m****r@g****m> |
over 17 years ago | |
| 11ec2e08 | fixed git.Tree.__len__ arguments |
k0001 <g****1@g****m>
Committed by: Michael Trier <m****r@g****m> |
over 17 years ago | |
| b00f3689 | Replace GitPython with git in repr() outputs. | Steve Frécinaux <c****e@i****t> | almost 18 years ago | |
| 5de63b40 | Added kai to the AUTHORS file. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| 0ec61d4f | merge Merge branch 'master' of git://gitorious.org/git-python/dokais-clone | Michael Trier <m****r@g****m> | almost 18 years ago | |
| eb8cec3c | Added nud to the AUTHORS file. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| 5613079f | merge Merge branch 'master' of git://gitorious.org/git-python/nud | Michael Trier <m****r@g****m> | almost 18 years ago | |
| fa8fe4ca | Added a read-only Repo.active_branch property which returns the name of the c... | Kai Lautaportti <k****i@h****i> | almost 18 years ago | |
| d7781e10 | Cosmetic fixes to be consistent with the overall coding style. | Kai Lautaportti <k****i@h****i> | almost 18 years ago | |
| 125b4875 | Added a read-only property Repo.is_dirty which reflects the status of the | Kai Lautaportti <k****i@h****i> | almost 18 years ago | |
| a2856af1 | Update tutorial to demonstrate dict-like tree objects. | Steve Frécinaux <c****e@i****t> | almost 18 years ago | |
| 5d3e2f7f | Allow modifying the project description | Steve Frécinaux <c****e@i****t> | almost 18 years ago | |
| befb617d | Make daemon export a property of git.Repo | Steve Frécinaux <c****e@i****t> | almost 18 years ago | |
| c8c50d8b | Do not use **kwargs for constructors. | Steve Frécinaux <c****e@i****t> | almost 18 years ago | |
| 2f6a6e35 | Make Tree.content_from_string a static method. | Steve Frécinaux <c****e@i****t> | almost 18 years ago | |
| 0425bc64 | Implement dict protocol for trees. | Steve Frécinaux <c****e@i****t> | almost 18 years ago | |
| 43eb1edf | Initialize trees completely in tree.__bake__(). | Steve Frécinaux <c****e@i****t> | almost 18 years ago | |
| 3131d1a5 | merge Merge branch 'master' of git://gitorious.org/git-python/nud | Florian Apolloner <f****n@a****u> | almost 18 years ago | |
| b377c072 | Use a dictionnary for tree contents | Steve Frécinaux <c****e@i****t> | almost 18 years ago | |
| 590638f9 | Fix unneeded dict unpacking. | Steve Frécinaux <c****e@i****t> | almost 18 years ago | |
| 1adc79ac |
test_commit: add a testcase for parsing rev-list --bisect-all output
Signed-off-by: David Aguilar <d****d@g****m> |
David Aguilar <d****d@g****m> | almost 18 years ago | |
| c2315513 |
commit: handle --bisect-all output in Commit.list_from_string
Signed-off-by: David Aguilar <d****d@g****m> |
David Aguilar <d****d@g****m> | almost 18 years ago | |
| 8df638c2 | merge Merge branch 'master' of git@gitorious.org:git-python/mainline | Florian Apolloner <f****n@a****u> | almost 18 years ago | |
| a6604a00 | fixed unneeded list unpacking | Florian Apolloner <f****n@a****u> | almost 18 years ago | |
| 127e511e | Fixed bare related tests. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| 4bf8e89e | fixed it so init actually creates a bare repo. Thank you Daniel Watkins. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| cf37099e | use shell=True in windows (git.exe needs to be on %PATH%) | Florian Apolloner <f****n@a****u> | almost 18 years ago | |
| d4e56f62 | added Jelmer to the AUTHORS and removed an unnecessary underline in tests. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| bfdc8e26 | Fix use of bare repositories. |
Jelmer Vernooij <j****r@s****g>
Committed by: Michael Trier <m****r@g****m> |
almost 18 years ago | |
| 7d633282 | Remove debug statement. |
Jelmer Vernooij <j****r@s****g>
Committed by: Michael Trier <m****r@g****m> |
almost 18 years ago | |
| 14cef2bb | Avoid stripping newlines in blob data. |
Jelmer Vernooij <j****r@s****g>
Committed by: Michael Trier <m****r@g****m> |
almost 18 years ago | |
| d3ce120c | bump for package change. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| f3050b57 | Made MANIFEST changes. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| c3d51596 | Always fogetting the changes. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| c04c60f1 | Removed method_missing since it was only used in one place. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| 564db4f2 | fixed a silly typo | Florian Apolloner <f****n@a****u> | almost 18 years ago | |
| 924da960 | bump | Michael Trier <m****r@g****m> | almost 18 years ago | |
| a9eeebed | Cleaned up changes file. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| bfdf98ca | Added license information to all files. | Michael Trier <m****r@g****m> | almost 18 years ago | |
| 95a83a7d | fixed http://groups.google.com/group/git-python/browse_thread/thread/62b972d2... | Florian Apolloner <f****n@a****u> | almost 18 years ago | |
| 990d1fe0 | fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580a... | Florian Apolloner <f****n@a****u> | almost 18 years ago | |
| 7fda0ec7 | added os.path.expanduser to the repo initialization | Florian Apolloner <f****n@a****u> | about 18 years ago |