diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-17 13:07:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-17 14:44:31 -0400 |
commit | 3b5f7221305ba6e768711d8326a01b78fb1e4f79 (patch) | |
tree | 64952a6bcf86649385a7fd12183d53f057e11ca9 | |
parent | a131fabc0dd73a50e4f9a994e876ed1bca608f19 (diff) |
init no longer creates .gitattributes
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 2865c8af5..9c202e668 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -122,7 +122,7 @@ Many git-annex commands will stage changes for later `git commit` by you. * init description Initializes git-annex with a description of the git repository, - and sets up `.gitattributes` and the pre-commit hook. + and sets up the pre-commit hook. * describe repository description |