diff options
author | Stefan Beller <sbeller@google.com> | 2017-01-27 18:01:52 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-01 13:46:52 -0800 |
commit | faa4e8ceb5c37dd6ae8c89a02b5e2651276fe0f1 (patch) | |
tree | aca34b2a4f9c8a15b581969b32baa46edbc717c4 /Documentation/gitattributes.txt | |
parent | 4c0ce0742b19c2a430b809224911b9212313265f (diff) | |
download | git-faa4e8ceb5c37dd6ae8c89a02b5e2651276fe0f1.tar.gz |
Documentation: fix a typo
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitattributes.txt')
-rw-r--r-- | Documentation/gitattributes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 3173dee7ed..a53d093ca1 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -88,7 +88,7 @@ is either not set or empty, $HOME/.config/git/attributes is used instead. Attributes for all users on a system should be placed in the `$(prefix)/etc/gitattributes` file. -Sometimes you would need to override an setting of an attribute +Sometimes you would need to override a setting of an attribute for a path to `Unspecified` state. This can be done by listing the name of the attribute prefixed with an exclamation point `!`. |