Skip to content

Commit 7f345b9

Browse files
authored
Merge pull request #1774 from danielhollas/danielhollas-msword-patch
Remove unnecessary dig at MS Word
2 parents 3fe9ada + 1619cd7 commit 7f345b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

book/08-customizing-git/sections/attributes.asc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ You can also use the Git attributes functionality to effectively diff binary fil
3737
You do this by telling Git how to convert your binary data to a text format that can be compared via the normal diff.
3838

3939
First, you'll use this technique to solve one of the most annoying problems known to humanity: version-controlling Microsoft Word documents.
40-
Everyone knows that Word is the most horrific editor around, but oddly, everyone still uses it.
4140
If you want to version-control Word documents, you can stick them in a Git repository and commit every once in a while; but what good does that do?
4241
If you run `git diff` normally, you only see something like this:
4342

0 commit comments

Comments
 (0)