gitbolt 0.0.0.dev24__tar.gz → 0.0.0.dev25__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/PKG-INFO +1 -1
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/pyproject.toml +1 -1
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/impl/simple.py +9 -3
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt.egg-info/PKG-INFO +1 -1
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/LICENSE +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/README.md +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/setup.cfg +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/__init__.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/_internal_init.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/add.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/base.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/constants.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/exceptions.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/ls_tree.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/models.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/py.typed +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/pytest_plugin.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/__init__.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/_internal_init.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/add.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/base.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/constants.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/exceptions.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/impl/__init__.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/ls_tree.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/runner/__init__.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/runner/base.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/runner/simple.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/utils/__init__.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/utils/main_cmd.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/utils/models.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/utils/session.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/subprocess/worktree.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt/utils.py +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt.egg-info/SOURCES.txt +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt.egg-info/dependency_links.txt +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt.egg-info/entry_points.txt +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt.egg-info/requires.txt +0 -0
- {gitbolt-0.0.0.dev24 → gitbolt-0.0.0.dev25}/src/gitbolt.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitbolt
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev25
|
|
4
4
|
Summary: Fast, flexible and type-safe Git commands in Python.
|
|
5
5
|
Author-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
|
|
6
6
|
Maintainer-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
|
|
@@ -387,7 +387,13 @@ class SimpleGitCommand(GitCommand, RootDirOp):
|
|
|
387
387
|
|
|
388
388
|
@override
|
|
389
389
|
def worktree_subcmd(self) -> WorktreeCommand:
|
|
390
|
-
warnings.warn("Worktree implementations are not stable.")
|
|
390
|
+
warnings.warn("Worktree implementations are not stable. Use subcmd_unchecked instead.")
|
|
391
|
+
return self._worktree_subcmd_clone()
|
|
392
|
+
|
|
393
|
+
def _worktree_subcmd_clone(self) -> WorktreeCommand:
|
|
394
|
+
"""
|
|
395
|
+
Non public-facing worktree clone extract.
|
|
396
|
+
"""
|
|
391
397
|
worktree_subcmd = self._worktree_subcmd.clone()
|
|
392
398
|
worktree_subcmd._set_underlying_git(self)
|
|
393
399
|
return worktree_subcmd
|
|
@@ -400,7 +406,7 @@ class SimpleGitCommand(GitCommand, RootDirOp):
|
|
|
400
406
|
version_subcmd=self.version_subcmd(),
|
|
401
407
|
ls_tree_subcmd=self.ls_tree_subcmd(),
|
|
402
408
|
add_subcmd=self.add_subcmd(),
|
|
403
|
-
worktree_subcmd=self.
|
|
409
|
+
worktree_subcmd=self._worktree_subcmd_clone(),
|
|
404
410
|
subcmd_unchecked=self.subcmd_unchecked(),
|
|
405
411
|
)
|
|
406
412
|
|
|
@@ -508,6 +514,6 @@ class CLISimpleGitCommand(SimpleGitCommand):
|
|
|
508
514
|
version_subcmd=self.version_subcmd(),
|
|
509
515
|
ls_tree_subcmd=self.ls_tree_subcmd(),
|
|
510
516
|
add_subcmd=self.add_subcmd(),
|
|
511
|
-
worktree_subcmd=self.
|
|
517
|
+
worktree_subcmd=self._worktree_subcmd_clone(),
|
|
512
518
|
subcmd_unchecked=self.subcmd_unchecked(),
|
|
513
519
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitbolt
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev25
|
|
4
4
|
Summary: Fast, flexible and type-safe Git commands in Python.
|
|
5
5
|
Author-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
|
|
6
6
|
Maintainer-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|