summaryrefslogtreecommitdiff
path: root/doc/git-annex-smudge.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-04 16:14:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-04 16:14:48 -0400
commit9a765b7bd8ca28e3f94d9d7a11ce4d7162f700f1 (patch)
tree88166f4d84d17925992d2ecdbebe2d0ceb9da37f /doc/git-annex-smudge.mdwn
parentd75a080faaa49b02a433a8f9dd1bf922897f1e05 (diff)
add v6; keep v5 working for now and manual upgrade
Since all places where a repo is used in direct mode need to have git-annex upgraded before the repo can safely be converted to v6, the upgrade needs to be manual for now. I suppose that at some point I'll want to drop all the direct mode support code. At that point, will stop supporting v5, and will need to auto-upgrade any remaining v5 repos. If possible, I'd like to carry the direct mode support for say, a year or so, to give people plenty of time to upgrade and avoid disruption.
Diffstat (limited to 'doc/git-annex-smudge.mdwn')
-rw-r--r--doc/git-annex-smudge.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex-smudge.mdwn b/doc/git-annex-smudge.mdwn
index a4f458ee5..5186d2a17 100644
--- a/doc/git-annex-smudge.mdwn
+++ b/doc/git-annex-smudge.mdwn
@@ -17,8 +17,8 @@ but this is normally set up for you by git-annex init, so you should
not need to configure it manually:
[filter "annex"]
- clean = git-annex smudge --clean %f
smudge = git-annex smudge %f
+ clean = git-annex smudge --clean %f
To make git use this filter on all files except for dotfiles, put something
like the following in the .gitattributes file: