From: Ramkumar Ramachandra Date: Wed, 6 Apr 2011 18:46:48 +0000 (+0530) Subject: Documentation: Add filter..* to config X-Git-Tag: v1.7.5.4~13^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=26488f5922061f924b9ffe6cc83404113124d9e0;p=git.git Documentation: Add filter..* to config Although the gitattributes page contains comprehensive information about these configuration options, they should be included in the config documentation for completeness. Helped-by: Michael J Gruber Signed-off-by: Ramkumar Ramachandra Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 6babbc783..0d98c92cc 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -973,6 +973,16 @@ format.signoff:: the rights to submit this work under the same open source license. Please see the 'SubmittingPatches' document for further discussion. +filter..clean:: + The command which is used to convert the content of a worktree + file to a blob upon checkin. See linkgit:gitattributes[5] for + details. + +filter..smudge:: + The command which is used to convert the content of a blob + object to a worktree file upon checkout. See + linkgit:gitattributes[5] for details. + gc.aggressiveWindow:: The window size parameter used in the delta compression algorithm used by 'git gc --aggressive'. This defaults