summaryrefslogtreecommitdiff
path: root/git/db
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #41: repo.is_dirty() on empty repository with stashed filesJan Vcelak2014-09-291-2/+2
* Fix `git push` hanging when stdout/stderr is bigMarc Abramowitz2014-08-131-3/+3
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-2518-848/+896
* Fix for untracked_files no longer detected #138Maximiliano Curia2014-05-061-15/+14
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-0918-3293/+3293
* Fixed consecutive lines with same blame info not appearing in blame.Mark Nevill2011-07-181-2/+5
* Fixed up tests to actually use pygit2. Its worth noting that the performance ...Sebastian Thiel2011-07-081-15/+18
* Added basic frame for pygit2 - it just needs some basic methods to be impleme...Sebastian Thiel2011-07-084-2/+107
* Added store support. Now the basic object IO is implemented, which shall be e...Sebastian Thiel2011-07-071-1/+11
* Removed cache in PureCompoundDB as it had the tendency to slow things down ac...Sebastian Thiel2011-07-071-29/+17
* Added trivial implementation for info and stream methods - info is very ineff...Sebastian Thiel2011-07-071-0/+16
* Added default performance tests - these should help to measure something at l...Sebastian Thiel2011-07-071-1/+6
* Initial version of the DulwichType inheritance. For now, it inherits everythi...Sebastian Thiel2011-07-077-43/+97
* Added basis for initial dulwich integration. Many basic issues should surface...Sebastian Thiel2011-07-062-0/+19
* fixes python 2.6 compatibility issuesSebastian Thiel2011-07-052-3/+15
* Fetch info can now deal much better with non-default ref specs, see #23, #24,...Sebastian Thiel2011-07-041-2/+29
* Made remote line parsing more stable. On windows it can be that we encounter ...Sebastian Thiel2011-06-131-1/+12
* Added additional opcodes to remote progress to make it compatible to newer gi...Sebastian Thiel2011-06-072-15/+25
* The --progress flag will now automatically be used if possible when doing any...Sebastian Thiel2011-06-071-4/+14
* First run in order to fix the remote handling. Cleaned up interfaces and figu...Sebastian Thiel2011-06-073-72/+204
* clone and clone_from methods now support the RemoteProgress interface, using ...Sebastian Thiel2011-06-072-105/+113
* Fixed fetch/push/pull implementation. Next up is to integrate the consolidati...Sebastian Thiel2011-06-071-7/+11
* Streams returned by git cmd db are now containing all the data right away. Th...Sebastian Thiel2011-06-062-4/+14
* Added loose object writing and reading performance tessts, in pure and comman...Sebastian Thiel2011-06-061-16/+17
* Fixed pure python implementation to run the default repository testsSebastian Thiel2011-05-303-12/+11
* git cmd implementation of repository appears to work, at least this is what t...Sebastian Thiel2011-05-306-40/+50
* Fixed tests far enough to allow basic repository tests to be applied to any o...Sebastian Thiel2011-05-308-20/+37
* Finished moving all repository methods to the respective interfaces and imple...Sebastian Thiel2011-05-309-816/+935
* Intermediate commit with quite some progress in order to put all extra method...Sebastian Thiel2011-05-298-61/+635
* Made repository paths methods a property to be compatible with the existing r...Sebastian Thiel2011-05-105-24/+173
* Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel2011-05-068-29/+18
* replaced all gitdb strings with gitSebastian Thiel2011-05-068-32/+32
* Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel2011-05-0513-0/+2440