summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-10 10:49:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-10 10:49:35 -0400
commit515d6b6c7d90e1ff44e791421066450cf4322b47 (patch)
treeeb2b5ae47c93c5d4cd3a928295ed7658b84bf4c4 /doc
parent536bc97d25479ac969273b49442c2fd8c31358c4 (diff)
Avoid using runghc to run test suite as it is not available on all architectures. Closes: #603006
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 61f0f8fca..d3cf594aa 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -101,7 +101,6 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
Initializes git-annex with a description of the git repository,
and sets up `.gitattributes` and the pre-commit hook.
- This is an optional, but recommended step.
* lock [path ...]
@@ -123,7 +122,8 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
* pre-commit [path ...]
Fixes up symlinks that are staged as part of a commit, to ensure they
- point to annexed content. Also handles committing checked-out files.
+ point to annexed content. Also handles injecting changes to unlocked
+ files into the annex.
This is meant to be called from git's pre-commit hook. `git annex init`
automatically creates a pre-commit hook using this.