Skip to content

Commit fe217d1

Browse files
committed
hmm, not sure about this note
I don’t want people to think it will be deprecated because I don’t think it will. “rarely used” is probably better. It can be secured and done over certs or basic auth, so I made that more general. I people want to have a simple way to put static content up that’s cloneable, it *can* sometimes be useful to use this protocol. I don’t think that will change any time soon.
1 parent 526cf22 commit fe217d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/11-git-internals/sections/transfer-protocols.asc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This protocol is called ``dumb'' because it requires no Git-specific code on the
1010

1111
[NOTE]
1212
====
13-
The dumb protocol is all but deprecated at this point.
14-
It's read-only to begin with, and not secure or private, so most Git hosts (both cloud-based and on-premises) will refuse to use it.
15-
It's advised to use the smart protocol, which we describe a bit further on.
13+
The dumb protocol is fairly rarely used these days.
14+
It's difficult to secure or make private, so most Git hosts (both cloud-based and on-premises) will refuse to use it.
15+
It's generally advised to use the smart protocol, which we describe a bit further on.
1616
====
1717

1818
Let's follow the `http-fetch` process for the simplegit library:

0 commit comments

Comments
 (0)