summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5fb41b8)
raw | patch | inline | side by side (parent: 5fb41b8)
author | Ramkumar Ramachandra <artagnon@gmail.com> | |
Wed, 6 Apr 2011 18:46:48 +0000 (00:16 +0530) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 Apr 2011 22:17:06 +0000 (15:17 -0700) |
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 <git@drmicha.warpmail.net>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
about these configuration options, they should be included in the
config documentation for completeness.
Helped-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history |
index 6babbc78375e0c4e4e6ef4bdff8511b53c8cf9d1..0d98c92cc94cbd071804fd47418c071fdad1a358 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
the rights to submit this work under the same open source license.
Please see the 'SubmittingPatches' document for further discussion.
+filter.<driver>.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.<driver>.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