Skip to content

Commit bdc7dbe

Browse files
committed
removed trailing spaces
1 parent 516c491 commit bdc7dbe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

book/04-git-server/sections/git-daemon.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ Group=git
4646
WantedBy=multi-user.target
4747
----
4848

49-
You might have noticed that Git daemon is started here with `git` as both group and user.
49+
You might have noticed that Git daemon is started here with `git` as both group and user.
5050

5151
Modify it to fit your needs and make sure provided user exists on the system.
5252

5353
Finally, you'll run `systemctl enable git-daemon` to automatically start the service on boot, and can start and stop the service with, respectively, `systemctl start git-daemon` and `systemctl stop git-daemon`.
5454

55-
Until LTS 14.04, Ubuntu used upstart service unit configuration.
55+
Until LTS 14.04, Ubuntu used upstart service unit configuration.
5656
Therefore, on Ubuntu <= 14.04 you can use an Upstart script.
5757
So, in the following file
5858

book/07-git-tools/sections/debugging.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ b8b0618cf6fab (Cheng Renquan 2009-05-26 16:03:07 +0800 70) KBUILD_VERBOSE = $
2121
^1da177e4c3f4 (Linus Torvalds 2005-04-16 15:20:36 -0700 72) ifndef KBUILD_VERBOSE
2222
^1da177e4c3f4 (Linus Torvalds 2005-04-16 15:20:36 -0700 73) KBUILD_VERBOSE = 0
2323
^1da177e4c3f4 (Linus Torvalds 2005-04-16 15:20:36 -0700 74) endif
24-
^1da177e4c3f4 (Linus Torvalds 2005-04-16 15:20:36 -0700 75)
24+
^1da177e4c3f4 (Linus Torvalds 2005-04-16 15:20:36 -0700 75)
2525
066b7ed955808 (Michal Marek 2014-07-04 14:29:30 +0200 76) ifeq ($(KBUILD_VERBOSE),1)
2626
066b7ed955808 (Michal Marek 2014-07-04 14:29:30 +0200 77) quiet =
2727
066b7ed955808 (Michal Marek 2014-07-04 14:29:30 +0200 78) Q =

book/07-git-tools/sections/stashing-cleaning.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ This way you can step through each file individually or specify patterns for del
280280

281281
[NOTE]
282282
====
283-
There is a quirky situation where you might need to be extra forceful in asking Git to clean your working directory.
283+
There is a quirky situation where you might need to be extra forceful in asking Git to clean your working directory.
284284
If you happen to be in a working directory under which you've copied or cloned other Git repositories (perhaps as submodules), even `git clean -fd` will refuse to delete those directories.
285285
In cases like that, you need to add a second `-f` option for emphasis.
286286
====

0 commit comments

Comments
 (0)