Skip to content

Commit 4206906

Browse files
committed
README: Remove some obsolete blanks at eol
1 parent d8cccb8 commit 4206906

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ Some functions of GitGutter depend on the following external libraries to work p
120120
The most common reasons for the icons to not show up are:
121121

122122
- GitGutter can't find the `git` executable on [PATH](https://en.wikipedia.org/wiki/PATH_(variable)).
123-
- On Mac OS the "Xcode/iOS license" needs to be aggreed to make git work.
123+
- On Mac OS the "Xcode/iOS license" needs to be aggreed to make git work.
124124

125125
To check, whether git is found and working properly ...
126126

127127
1. Open the command palette (<kbd>Ctrl+Shift+P</kbd> for Windows/Linux, <kbd>Cmd+Shift+P</kbd> for Mac OS)
128128
2. Search for _GitGutter: Support Info_ and hit <kbd>Enter</kbd>.
129129

130-
An dialog is displayed with version information of Sublime Text and all packages being used by GitGutter.
130+
An dialog is displayed with version information of Sublime Text and all packages being used by GitGutter.
131131

132132
If git was found on [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) and is working properly, the dialog contains a line like _git version 2.10.0.windows.1_. Otherwise some more detailed information about the reason for git not to work may be found in the console window, then. If not try again with `"debug": true` added to the GitGutter settings.
133133

@@ -184,13 +184,13 @@ git 2.5+ allows configurations with .git directory not being located in the work
184184
If the `.git` directory is not located in the working tree root the following steps are required.
185185

186186
1. Configure the repository to point to the custom working tree by calling
187-
187+
188188
`git config --add core.worktree <path_to_worktree>`
189189

190190
This step is required to let git use the custom working tree.
191191

192192
2. Create a `.git` file in the root of the working tree which points to the repository's database.
193-
193+
194194
_The `.git` file must contain the line `gitdir: <path_to_git_dir>`._
195195

196196
The file can be created using the following shell commands.

0 commit comments

Comments
 (0)