Skip to content

Commit 04468a6

Browse files
authored
Merge pull request #1847 from petk/patch-capitalization
Use lowercase
2 parents 8fbbf9c + 714c9c7 commit 04468a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/01-introduction/sections/history.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Some of the goals of the new system were as follows:
1717
* Able to handle large projects like the Linux kernel efficiently (speed and data size)
1818
1919
Since its birth in 2005, Git has evolved and matured to be easy to use and yet retain these initial qualities.
20-
It's amazingly fast, it's very efficient with large projects, and it has an incredible branching system for non-linear development (See <<ch03-git-branching#ch03-git-branching>>).
20+
It's amazingly fast, it's very efficient with large projects, and it has an incredible branching system for non-linear development (see <<ch03-git-branching#ch03-git-branching>>).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In fact, for services like GitHub, the URL you use to view the repository online
9090
If the server does not respond with a Git HTTP smart service, the Git client will try to fall back to the simpler _Dumb_ HTTP protocol.
9191
The Dumb protocol expects the bare Git repository to be served like normal files from the web server.
9292
The beauty of Dumb HTTP is the simplicity of setting it up.
93-
Basically, all you have to do is put a bare Git repository under your HTTP document root and set up a specific `post-update` hook, and you're done (See <<ch08-customizing-git#_git_hooks>>).
93+
Basically, all you have to do is put a bare Git repository under your HTTP document root and set up a specific `post-update` hook, and you're done (see <<ch08-customizing-git#_git_hooks>>).
9494
At that point, anyone who can access the web server under which you put the repository can also clone your repository.
9595
To allow read access to your repository over HTTP, do something like this:
9696

0 commit comments

Comments
 (0)