summaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* .gitmodules: update smmap urlrandymcmillan2022-03-161-1/+1
| | | | | | | | | Github.com is currenly redirecting the smmap url: https://github.com/Byron/smmap.git to: https://github.com/gitpython-developers/smmap For correctness we update to the url directly
* Fully removed all async dependenciesSebastian Thiel2014-11-131-3/+0
|
* Update gitmodules to point to the https location of the git repositories.David Black2012-11-021-2/+2
| | | | Signed-off-by: David <dblack@atlassian.com>
* Submodules now use the http protocol to facilitate checkout in corporate ↵Sebastian Thiel2012-07-231-2/+2
| | | | networks
* Merge branch 'smmap'Sebastian Thiel2011-06-131-1/+3
|\
| * Added smmap as submodule, assured the sys path makes it availableSebastian Thiel2011-06-101-0/+4
|/
* setup .gitmodules to use a trackin branch automaticallySebastian Thiel2010-12-011-0/+1
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-2/+2
| | | | Submodule relinked to point to new github location, and moved as well
* Switched async submodule to using github instead of gitoriousSebastian Thiel2010-11-251-1/+1
|
* Changed name/id of async submodule to something that doesn't look like a pathSebastian Thiel2010-11-181-1/+1
|
* Added async as submoduleSebastian Thiel2010-06-121-0/+3
tests: minimal reorganzation of code