login
Header Space

 
 

[PATCH] Documentation/gitattributes.txt: Add an example box to demonstrate attributes

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Demonstrate the meaning of set, unset, set to value, unspecied in a
asciidoc 'listing block'.
---
 Documentation/gitattributes.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 35a29fd..cd99a8e 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -52,6 +52,12 @@ Unspecified::
 	the path has or does not have the attribute, the
 	attribute for the path is said to be Unspecified.
 
+----------------------------------------------------------------
+# Examples: set, unset, set to value, unspecified
+
+*.txt   attribute -attribute attribute=value !attribute
+----------------------------------------------------------------
+
 When more than one glob pattern matches the path, a later line
 overrides an earlier line.  This overriding is done per
 attribute.
-- 
1.5.3.8


-- 
Welcome to FOSS revolution: we fix and modify until it shines

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Documentation/gitattributes.txt: Add an example box ..., Jari Aalto, (Fri Feb 8, 2:28 pm)
speck-geostationary