summaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* As string is iterable, changed to isinstance checkMarcel2019-10-151-3/+3
| | | | test now works
* GitConfigParser now respects and merges 'include' sectionsSebastian Thiel2015-01-141-1/+1
| | | | | | | | | | | | | We implement it as described in this article: http://stackoverflow.com/questions/1557183/is-it-possible-to-include-a-file-in-your-gitconfig Thus we handle * cycles * relative and absolute include paths * write-backs in case of writable GitConfigParser instances Fixes #201
* Switch http://github.com/gitpython-developers/gitdb.git to ↵David Black2014-11-121-1/+1
| | | | | | https://github.com/gitpython-developers/gitdb.git . Signed-off-by: David Black <dblack@atlassian.com>
* Adjusted required versions of pre-requisites, now the majority of the tests workSebastian Thiel2014-02-101-1/+1
|
* submodules now use the http protocol to faciliate use in corporate networksSebastian Thiel2012-07-231-1/+1
|
* Fetch info can now deal much better with non-default ref specs, fixes #24, #25Sebastian Thiel2011-07-041-3/+3
|
* Made remote line parsing more stable. On windows it can be that we encounter ↵Sebastian Thiel2011-06-131-3/+3
| | | | partial or intermixed lines from the pipe. This really shouldn't be, but its windows so it happens
* Fixed submodule tests to go with either the old or the new version of gitdbSebastian Thiel2011-06-101-4/+3
|
* log: non-existing logs no longer throw an exception, but are ignored. Fixed ↵Sebastian Thiel2011-06-081-4/+4
| | | | critical bug which caused packed-ref files to be written with native line endings, which made git fail to parse it. I wonder why I never noticed this before, or ignored it. Unbelievable \!
* setup .gitmodules to use a tracking branch automaticallySebastian Thiel2010-12-011-0/+1
|
* Fixed import of gitdb, keeping changed gitdb commit so that the submodule ↵Sebastian Thiel2010-12-011-1/+1
| | | | | | tests may work. Switched gitdb submodule to new github url
* Fixed all testcasesSebastian Thiel2010-11-251-1/+1
|
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-1/+1
| | | | adjusted
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-3/+3
|
* submodule.update: now forcing the checkout - see in-code commentsSebastian Thiel2010-11-201-3/+3
|
* Changed name/id of gitdb submodule to something that doesn't look like a pathSebastian Thiel2010-11-181-1/+1
|
* Removed odb from project, it is now used as a submodule named gitdb, which ↵Sebastian Thiel2010-06-121-0/+3
was added instead Adjusted all imports to deal with the changed package names