Skip to content

Commit 47437fd

Browse files
LemmingAvalanchegitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c857c3a commit 47437fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitcore-tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ you want to understand Git's internals.
2525
The core Git is often called "plumbing", with the prettier user
2626
interfaces on top of it called "porcelain". You may not want to use the
2727
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.
2929

3030
Back when this document was originally written, many porcelain
3131
commands were shell scripts. For simplicity, it still uses them as

0 commit comments

Comments
 (0)