You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -211,7 +223,11 @@ You can also get a blob directly from the repo if you know its name.
211
223
What Else?
212
224
**********
213
225
214
-
There is more stuff in there, like the ability to tar or gzip repos, stats, blame, and probably a few other things. Additionally calls to the git instance are handled through a ``method_missing`` construct, which makes available any git commands directly, with a nice conversion of Python dicts to command line parameters.
226
+
There is more stuff in there, like the ability to tar or gzip repos, stats,
227
+
log, blame, and probably a few other things. Additionally calls to the git
228
+
instance are handled through a ``method_missing`` construct, which makes
229
+
available any git commands directly, with a nice conversion of Python dicts
0 commit comments