diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-14 14:37:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-14 14:37:14 -0400 |
commit | 7163f52bc7d08e058f927ba2b3a5f6df07325cc0 (patch) | |
tree | 24683b57bd85c7e9fcf098ddd3af17a3ba5882c1 /doc/git-annex.mdwn | |
parent | b18128abbf8df414d987f2dab14ce52bd3341bea (diff) |
improve documentation
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 6dde7c516..2d114e7ff 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -1398,9 +1398,11 @@ Here are all the supported configuration settings. * `annex.alwayscommit` By default, git-annex automatically commits data to the git-annex branch - after each command is run. To disable these commits, - set to `false`. Then data will only be committed when - running `git annex merge` (or by automatic merges) or `git annex sync`. + after each command is run. If you have a series + of commands that you want to make a single commit, you can + run the commands with `-c annex.alwayscommit=false`. You can later + commit the data by running `git annex merge` (or by automatic merges) + or `git annex sync`. * `annex.delayadd` |