summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJed Brown <jed@59A2.org>2012-11-26 15:18:05 +0100
committerJed Brown <jed@59A2.org>2012-11-26 15:18:05 +0100
commit8376a2b0c6eac4c1753350e357d3bb1c74e1cc3e (patch)
tree549fc12be49e1f4b17d8e7d66054614a55bfb84c /README.md
parenta2b5d616de4172ea4b0089b9f42f0cb87491d20b (diff)
downloadgit-fat-8376a2b0c6eac4c1753350e357d3bb1c74e1cc3e.tar.gz
Improved use of git-config in git init and reading .gitfat
git fat init now checks whether the filter.fat section is already defined. Manage .gitfat using git-config instead of Python ConfigParser, which has different syntax support.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8dae4d..7a9c0bd 100644
--- a/README.md
+++ b/README.md
@@ -164,4 +164,3 @@ will be available in all repositories without extra copies. You still need to
* Gracefully handle unmanaged files when the filter is called (either
legacy files or files matching the pattern that should some reason not
be treated as fat).
-* Don't append the [filter "fat"] section to .git/config if it doesn't already exist.