doc: omit needless "for"
What was intended was perhaps "... plumbing does for you" ("you" added), but simply omitting the word "for" is more terse and gets the intended point across just as well, if not more so. I originally went with the approach of writing "for you", but Junio C Hamano suggested this approach instead. Signed-off-by: Kristoffer Haugsbakk <kristoffer.haugsbakk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Kristoffer Haugsbakk committed
Dec 9, 2016 at 16:51 UTC
47437fd3bd83683a82bcd2599f924ed2b988fa55
1 file changed
+1
-1
Documentation/gitcore-tutorial.txt
+1
-1
@@ -25,7 +25,7 @@ you want to understand Git's internals.
25
The core Git is often called "plumbing", with the prettier user
26
interfaces on top of it called "porcelain". You may not want to use the
27
plumbing directly very often, but it can be good to know what the
28
-plumbing does for when the porcelain isn't flushing.
28
+plumbing does when the porcelain isn't flushing.
29
30
Back when this document was originally written, many porcelain
31
commands were shell scripts. For simplicity, it still uses them as