| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9f226fc commit e984bfe
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -850,10 +850,10 @@ def __init__(self, working_dir: Union[None, PathLike] = None): | |||
| 850 | 850 | """Initialize this instance with: | |
| 851 | 851 | ||
| 852 | 852 | :param working_dir: | |
| 853 | - Git directory we should work in. If ``None``, we always work in the current | ||
| 854 | - directory as returned by :func:`os.getcwd`. | ||
| 855 | - This is meant to be the working tree directory if available, or the | ||
| 856 | - ``.git`` directory in case of bare repositories. | ||
| 853 | + Git directory we should work in. If ``None``, we always work in the current | ||
| 854 | + directory as returned by :func:`os.getcwd`. | ||
| 855 | + This is meant to be the working tree directory if available, or the | ||
| 856 | + ``.git`` directory in case of bare repositories. | ||
| 857 | 857 | """ | |
| 858 | 858 | super().__init__() | |
| 859 | 859 | self._working_dir = expand_path(working_dir) | |
@@ -1103,8 +1103,8 @@ def execute( | |||
| 1103 | 1103 | :raise git.exc.GitCommandError: | |
| 1104 | 1104 | ||
| 1105 | 1105 | :note: | |
| 1106 | - If you add additional keyword arguments to the signature of this method, | ||
| 1107 | - you must update the ``execute_kwargs`` variable housed in this module. | ||
| 1106 | + If you add additional keyword arguments to the signature of this method, you | ||
| 1107 | + must update the ``execute_kwargs`` variable housed in this module. | ||
| 1108 | 1108 | """ | |
| 1109 | 1109 | # Remove password for the command if present. | |
| 1110 | 1110 | redacted_command = remove_password_if_present(command) | |
@@ -1438,7 +1438,7 @@ def _call_process( | |||
| 1438 | 1438 | ||
| 1439 | 1439 | turns into:: | |
| 1440 | 1440 | ||
| 1441 | - git rev-list max-count 10 --header master | ||
| 1441 | + git rev-list max-count 10 --header master | ||
| 1442 | 1442 | ||
| 1443 | 1443 | :return: | |
| 1444 | 1444 | Same as :meth:`execute`. If no args are given, used :meth:`execute`'s | |
| Back | FazBrowse Home | New Git URL |
0 commit comments