| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rmv old py2.7 __future__ imports | Yobmod | 2021-07-19 | 5 | -9/+0 |
| * | rmv python 3.5 checks from tests | Yobmod | 2021-07-19 | 8 | -24/+15 |
| * | Merge branch 'main' into Yobmod/main | Sebastian Thiel | 2021-07-01 | 1 | -0/+66 |
| |\ |
|
| | * | Added clone multi_options to Submodule | Igor Lakhtenkov | 2021-06-30 | 1 | -0/+66 |
| * | | Type Traversable.traverse() better, start types of submodule | Yobmod | 2021-06-30 | 2 | -1/+14 |
| |/ |
|
| * | Adds repo.is_valid_object check | Robert Westman | 2021-06-05 | 1 | -0/+28 |
| * | Conditionally throw an error | Sebastian Thiel | 2021-06-04 | 1 | -1/+1 |
| * | Reverts auto format introduced with 2dbc2be8 | Robert Westman | 2021-06-03 | 1 | -10/+8 |
| * | Fixes test to not throw false negative results | Robert Westman | 2021-06-03 | 1 | -1/+2 |
| * | Adds failing test for repo.tag() method | Robert Westman | 2021-06-03 | 1 | -7/+18 |
| * | improve index mode for files with executable bit | Todd Zullinger | 2021-05-25 | 1 | -2/+13 |
| * | add initial types to remote.py | yobmod | 2021-05-03 | 5 | -1/+73 |
| * | add newlines | yobmod | 2021-02-28 | 1 | -0/+0 |
| * | add newline | yobmod | 2021-02-28 | 1 | -1/+1 |
| * | add testrunner.py to run all tests (as hook for static analysis) | yobmod | 2021-02-28 | 1 | -0/+7 |
| * | add replace method to git.Commit | Lars Kellogg-Stedman | 2021-02-15 | 1 | -0/+20 |
| * | Fix inheritance issue at commit.iter_items | Yuri Volchkov | 2021-02-05 | 1 | -0/+7 |
| * | fix tests the fast way | Sebastian Thiel | 2021-01-08 | 1 | -8/+10 |
| * | try fixing up test fixtures and implementation | Sebastian Thiel | 2021-01-06 | 1 | -4/+8 |
| * | Fix default actor name handling | Athos Ribeiro | 2020-10-23 | 1 | -4/+14 |
| * | Get system user id in a lazy manner | Athos Ribeiro | 2020-10-22 | 1 | -1/+24 |
| * | Keep flake happy | Xavier Verges | 2020-10-05 | 1 | -3/+5 |
| * | Do not break convention when updating sys.path | Xavier Verges | 2020-10-05 | 1 | -0/+6 |
| * | git/repo/base.py: is_dirty(): Fix pathspec handling | Arnaud Patard | 2020-09-28 | 1 | -0/+14 |
| * | Fix typo | Eric Dill | 2020-09-09 | 1 | -1/+1 |
| * | Ensure that detached HEAD does not raise when comparing branch name. | Jeremy Retailleau | 2020-09-03 | 1 | -0/+17 |
| * | Add missing rules to match hierarchy path | Jeremy Retailleau | 2020-09-02 | 1 | -0/+8 |
| * | Add unit tests | Jeremy Retailleau | 2020-09-02 | 1 | -0/+99 |
| * | accept datetime instances as dates | Alba Mendez | 2020-08-31 | 1 | -0/+5 |
| * | test: add installation test | Konrad Weihmann | 2020-07-12 | 1 | -0/+29 |
| * | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 98 | -0/+17463 |
| * | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 98 | -17463/+0 |
| * | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 98 | -0/+17463 |
| * | Moved everything into the git subdirectory - some tests still need to be adju... | Sebastian Thiel | 2010-11-25 | 67 | -8668/+0 |
| * | Implemented dry_run mode including tests for RootModule.update and Submodule | Sebastian Thiel | 2010-11-25 | 1 | -8/+61 |
| * | submodule.update: previous_commit is now set according to the stored reflog v... | Sebastian Thiel | 2010-11-24 | 1 | -0/+3 |
| * | Adjusted remaining usages of set_reference and set_commit to set a logmessage | Sebastian Thiel | 2010-11-24 | 1 | -1/+1 |
| * | Fixed doc strings, improved error checking on RefLog.write method | Sebastian Thiel | 2010-11-24 | 1 | -0/+3 |
| * | RefLog: added entry_at method, which is a faster way of reading single entrie... | Sebastian Thiel | 2010-11-24 | 1 | -0/+13 |
| * | Renamed msg named parameter to logmsg, as it describes the purpose of the mes... | Sebastian Thiel | 2010-11-24 | 1 | -10/+7 |
| * | Added tests for creation and adjustments of reference, verifying the log gets... | Sebastian Thiel | 2010-11-24 | 1 | -32/+41 |
| * | Fixed remaining issues, all tests work as expected | Sebastian Thiel | 2010-11-24 | 3 | -12/+17 |
| * | Unified object and commit handling which should make the reflog handling much... | Sebastian Thiel | 2010-11-24 | 3 | -11/+12 |
| * | Made previously protected methods public to introduce a method with reflog su... | Sebastian Thiel | 2010-11-24 | 1 | -3/+14 |
| * | Improved refparse error handling in case of out-of-bound indices | Sebastian Thiel | 2010-11-24 | 1 | -1/+8 |
| * | Implemented revlog.append_entry as classmethod, to assure we will always actu... | Sebastian Thiel | 2010-11-23 | 1 | -8/+3 |
| * | Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set... | Sebastian Thiel | 2010-11-23 | 2 | -30/+32 |
| * | Actor: Moved it from git.objects.util to git.util, adjusted all imports accor... | Sebastian Thiel | 2010-11-23 | 3 | -3/+24 |
| * | repo.rev_parse: Added support for simple log parsing - dates are not yet supp... | Sebastian Thiel | 2010-11-23 | 1 | -3/+20 |
| * | SymbolicReference: log method added, including test | Sebastian Thiel | 2010-11-23 | 1 | -0/+3 |