Commits
User selector
Commit History
Commits on Jan 21, 2015
- committed
Commits on Jan 20, 2015
Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.
Show description for fe2fbc5committed
Commits on Jan 16, 2015
Added debug code to keep lines fed into progress handler and the contents of FETCH_HEAD.
Show description for 3480201committed
Commits on Jan 15, 2015
Fixed previously failing test
Show description for a9a5414committedVerified that it apparently is impossible to add empty submodules using git-python.
Show description for 26fc586committedSubmodule.add() can now handle absolute module paths in agreement to the doc string.
Show description for 508807ecommittedFor some reason, the new submodule test still broke on py3
Show description for b259098committedAdded the first submodule will no longer cause an IOError.
Show description for 27c31e2committed
Commits on Jan 14, 2015
Fixed some doc strings to build correctly with sphinx
Show description for 6569c48committedAn attempt to help the threaded reading to not show spurious errors anymore.
Show description for 53e5fb3committedAdded 'path' keyword argument to Repo.archive().
Show description for aa1b156committedGitConfigParser now respects and merges 'include' sections
Show description for 619c989committed
Commits on Jan 13, 2015
Added `Repo.merge_base(...)` implementation, including test-case.
Show description for e973e6fcommitted
Commits on Jan 12, 2015
IndexFile.commit() now runs pre-commit and post-commit hooks.
Show description for e8eae18committedRemoved os.path.realpath invocations as they are not necessary if paths are used consistently.
Show description for e767111committedRemoved all previously added invocations of os.path.realpath as it wasn't required afterall.
Show description for ede325dcommittedRepo paths are now converted to real paths, as well as all paths involved in index related work.
Show description for 43e430dcommittedAdded specific test for roughly checking configuration paths.
Show description for dfb0a9ccommittedRe-implemented 'user' config level based on suggestion by @jzempel
Show description for acd8246committed
Commits on Jan 10, 2015
Added 'user' configuration level.
Show description for 597bc56committedFixed test to actually use tilde and environment variables respectively.
Show description for becf5efcommittedRepo.init() now supports paths with a '~' in it, or environment variables in general.
Show description for 6e8aa9bcommittedAdded search_parent_directories keyword argument to Repo type.
Show description for 96c6ab4committedrewrote test-string to have a chance to make flake8 happy.
Show description for bfce49fcommittedImplemented multi-line parsing of git-config to the point where a sepcific test-file is working.
Show description for b825dc7committed
Commits on Jan 9, 2015
Added test for complex blame revision query.
Show description for a0cb95ccommittedNow Diff.__str__ works correctly in all python versions.
Show description for c767b52committedFixed mode-handling in Diff creation, and added assertions to catch this in future
Show description for 85a5a8ccommittedAdded test to verify binary diffs are working as well.
Show description for 18caa61committedAdded test to verify binary diffs are working as well.
Show description for 0d9f149committedAdded test to assure blame can deal with binary patches.
Show description for 17f5d13committed
Commits on Jan 8, 2015
Now finally, tests should be working on travis too.
Show description for 1531d78committed- committed
Improved empty-repo test
Show description for 723d20fcommittedImproved handling of name-resolution, which will not mangle names anymore.
Show description for b08651ecommitted