summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Sixt <johannes.sixt@telecom.at>2007-09-25 13:05:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-09-26 00:37:31 (GMT)
commit2dbbc45730cd85e311a1bff38a07148a423a4f1e (patch)
treeaa5be98ce434ec42990c320fa598cacacf518fdb
parent6dd14366d9478fdb3b459e1b39e384deb5f38f9f (diff)
downloadgit-2dbbc45730cd85e311a1bff38a07148a423a4f1e.zip
git-2dbbc45730cd85e311a1bff38a07148a423a4f1e.tar.gz
git-2dbbc45730cd85e311a1bff38a07148a423a4f1e.tar.bz2
gitattributes.txt: Remove a duplicated paragraph about 'ident' and 'crlf' interaction.
The order in which 'ident' and 'crlf' are carried out is documented a few paragraphs later again, after 'filter' was introduced. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/gitattributes.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 46f9d59..676f694 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -145,17 +145,6 @@ sign `$` upon checkout. Any byte sequence that begins with
with `$Id$` upon check-in.
-Interaction between checkin/checkout attributes
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-In the check-in codepath, the worktree file is first converted
-with `ident` (if specified), and then with `crlf` (again, if
-specified and applicable).
-
-In the check-out codepath, the blob content is first converted
-with `crlf`, and then `ident`.
-
-
`filter`
^^^^^^^^