| Commit message (Expand) | Author | Age | Files | Lines |
| * | Overhauled all tutorials, and placed them in a unit-test. | Sebastian Thiel | 2015-01-22 | 16 | -332/+550 |
| * | Fixed regression in test-suite for IndexFile | Sebastian Thiel | 2015-01-21 | 6 | -25/+44 |
| * | Added advance usage examples to tutorial and made minor fixes. | Sebastian Thiel | 2015-01-21 | 15 | -52/+270 |
| * | Initial set of documentation improvements, and a fix to the submodule tests. | Sebastian Thiel | 2015-01-21 | 7 | -41/+96 |
| * | Merge branch 'issue-232-reproduction' - keep fetch/pull simplifications | Sebastian Thiel | 2015-01-21 | 2 | -2/+7 |
| |\ |
|
| | * | removed debug codeissue-232-reproduction | Sebastian Thiel | 2015-01-21 | 1 | -9/+1 |
| | * | Remote.fetch|pull() will not use poll/threads anymore as only stderr is read. | Sebastian Thiel | 2015-01-20 | 2 | -4/+10 |
| | * | Added debug code to keep lines fed into progress handler and the contents of ... | Sebastian Thiel | 2015-01-16 | 1 | -1/+8 |
| * | | Assured that branch changes are properly handled. | Sebastian Thiel | 2015-01-21 | 5 | -30/+77 |
| * | | Fixed flake8 and a minor test regression. | Sebastian Thiel | 2015-01-20 | 6 | -30/+34 |
| * | | Impemented keep_going flag for `Submodule.update()` | Sebastian Thiel | 2015-01-20 | 3 | -352/+381 |
| * | | Submodule.parent_commit() now automatically points to repo.head unless it was... | Sebastian Thiel | 2015-01-20 | 2 | -33/+42 |
| * | | Greatly improved possible safety of Submodule.update(), which is used by defa... | Sebastian Thiel | 2015-01-20 | 7 | -58/+170 |
| * | | Another take on fixing the current concurrent read implementation in git.cmd | Sebastian Thiel | 2015-01-20 | 1 | -34/+77 |
| * | | Added tutorial about initializing a repository. | Sebastian Thiel | 2015-01-19 | 2 | -0/+42 |
| * | | Improved installation docs to mention `pip`, not `easy_install` | Sebastian Thiel | 2015-01-19 | 2 | -14/+10 |
| * | | Improved unicode handling when using os.environ or GitConfigParser | Sebastian Thiel | 2015-01-19 | 3 | -6/+21 |
| * | | Fixed configuration file test - release call was missing. | Sebastian Thiel | 2015-01-19 | 1 | -0/+1 |
| * | | Submodule.move() will auto-rename the submodule if the name was equal to the ... | Sebastian Thiel | 2015-01-19 | 2 | -1/+10 |
| * | | Implemented Submodule.rename() | Sebastian Thiel | 2015-01-19 | 7 | -6/+147 |
| * | | Submodule.move() fixed to deal with 'non-gitfile' clones appropriately. | Sebastian Thiel | 2015-01-19 | 2 | -5/+15 |
| * | | Basic submodule tests are working once again ! | Sebastian Thiel | 2015-01-19 | 2 | -21/+33 |
| * | | Submodule.remove() now seems to work properly, nearly all tests are back. | Sebastian Thiel | 2015-01-17 | 3 | -24/+35 |
| * | | Made sure dry-run is properly implemented in Submodule.remove() | Sebastian Thiel | 2015-01-17 | 2 | -11/+20 |
| * | | Submodule.remove() now deals with .git files correctly. | Sebastian Thiel | 2015-01-17 | 3 | -21/+41 |
| * | | Assured Submodule.(update|move) are dealing with .git files appropriately. | Sebastian Thiel | 2015-01-17 | 2 | -60/+106 |
| * | | Implemented more tests and made use of .git files when adding submodules | Sebastian Thiel | 2015-01-16 | 2 | -8/+79 |
| |/ |
|
| * | Fixed previously failing test | Sebastian Thiel | 2015-01-15 | 2 | -4/+5 |
| * | Verified that it apparently is impossible to add empty submodules using git-p... | Sebastian Thiel | 2015-01-15 | 1 | -4/+20 |
| * | Submodule.add() can now handle absolute module paths in agreement to the doc ... | Sebastian Thiel | 2015-01-15 | 2 | -3/+22 |
| * | For some reason, the new submodule test still broke on py3 | Sebastian Thiel | 2015-01-15 | 1 | -3/+0 |
| * | Added the first submodule will no longer cause an IOError. | Sebastian Thiel | 2015-01-15 | 2 | -1/+8 |
| * | Added sphinx build process to end of travis test chain | Sebastian Thiel | 2015-01-15 | 1 | -1/+2 |
| * | Fixed some doc strings to build correctly with sphinx | Sebastian Thiel | 2015-01-14 | 7 | -32/+32 |
| * | An attempt to help the threaded reading to not show spurious errors anymore. | Sebastian Thiel | 2015-01-14 | 1 | -8/+8 |
| * | Added 'path' keyword argument to Repo.archive(). | Sebastian Thiel | 2015-01-14 | 3 | -3/+11 |
| * | GitConfigParser now respects and merges 'include' sections | Sebastian Thiel | 2015-01-14 | 5 | -17/+143 |
| * | Fixed youtube playlist link | Sebastian Thiel | 2015-01-13 | 1 | -1/+1 |
| * | Added `Repo.merge_base(...)` implementation, including test-case. | Sebastian Thiel | 2015-01-13 | 3 | -2/+63 |
| * | Bumped version to 0.3.5, required latest gitdb (v0.6.4)0.3.5 | Sebastian Thiel | 2015-01-12 | 2 | -3/+3 |
| * | IndexFile.commit() now runs pre-commit and post-commit hooks. | Sebastian Thiel | 2015-01-12 | 6 | -12/+89 |
| * | Removed os.path.realpath invocations as they are not necessary if paths are u... | Sebastian Thiel | 2015-01-12 | 3 | -5/+11 |
| * | Removed all previously added invocations of os.path.realpath as it wasn't req... | Sebastian Thiel | 2015-01-12 | 2 | -4/+3 |
| * | Repo paths are now converted to real paths, as well as all paths involved in ... | Sebastian Thiel | 2015-01-12 | 3 | -7/+12 |
| * | Added specific test for roughly checking configuration paths. | Sebastian Thiel | 2015-01-12 | 3 | -2/+7 |
| * | Re-implemented 'user' config level based on suggestion by @jzempel | Sebastian Thiel | 2015-01-12 | 1 | -6/+2 |
| * | Added twitch/youtube information to Readme | Sebastian Thiel | 2015-01-10 | 1 | -0/+10 |
| * | Added 'user' configuration level. | Sebastian Thiel | 2015-01-10 | 1 | -1/+8 |
| * | Fixed test to actually use tilde and environment variables respectively. | Sebastian Thiel | 2015-01-10 | 1 | -2/+6 |
| * | Repo.init() now supports paths with a '~' in it, or environment variables in ... | Sebastian Thiel | 2015-01-10 | 3 | -6/+23 |