diff options
author | Johannes Sixt <johannes.sixt@telecom.at> | 2007-09-25 15:05:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-25 17:37:31 -0700 |
commit | 2dbbc45730cd85e311a1bff38a07148a423a4f1e (patch) | |
tree | aa5be98ce434ec42990c320fa598cacacf518fdb | |
parent | user-manual: Explain what submodules are good for. (diff) | |
download | tgif-2dbbc45730cd85e311a1bff38a07148a423a4f1e.tar.xz |
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.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 46f9d591aa..676f694f82 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` ^^^^^^^^ |