From 8511513540ece43ac8134f3d28380b96db881526 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 19 Nov 2014 18:22:55 +0100 Subject: Fixes #64 [ci skip] --- doc/source/tutorial.rst | 2 +- git/ext/gitdb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index c176ed0c..d9b35fda 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -39,7 +39,7 @@ Query the active branch, query untracked files or whether the repository data h Clone from existing repositories or initialize new empty ones:: cloned_repo = repo.clone("to/this/path") - new_repo = repo.init("path/for/new/repo") + new_repo = Repo.init("path/for/new/repo") Archive the repository contents to a tar file:: diff --git a/git/ext/gitdb b/git/ext/gitdb index 2f2fe4ee..ab452068 160000 --- a/git/ext/gitdb +++ b/git/ext/gitdb @@ -1 +1 @@ -Subproject commit 2f2fe4eea8ba4f47e63a7392a1f27f74f5ee925d +Subproject commit ab4520683ab325046f2a9fe6ebf127dbbab60dfe -- cgit v1.2.3