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

Previous thread: [PATCH] RFC: git lazy clone proof-of-concept by Jan Holesovsky on Friday, February 8, 2008 - 1:28 pm. (73 messages)

Next thread: [PATCH] Abort early if not being sourced under bash. by Ville on Friday, February 8, 2008 - 5:10 pm. (3 messages)

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

-

Previous thread: [PATCH] RFC: git lazy clone proof-of-concept by Jan Holesovsky on Friday, February 8, 2008 - 1:28 pm. (73 messages)

Next thread: [PATCH] Abort early if not being sourced under bash. by Ville on Friday, February 8, 2008 - 5:10 pm. (3 messages)