doc updates

This commit is contained in:
Joey Hess 2015-07-10 13:49:37 -04:00
parent 6a4f2087be
commit b4d22e6d49
2 changed files with 19 additions and 0 deletions

View file

@ -763,6 +763,18 @@ may not be explicitly listed on their individual man pages.
Overrides git configuration settings. May be specified multiple times.
# COMMAND-LINE TAB COMPLETION
To enable bash completion, paste this into your shell prompt:
source <(git-annex --bash-completion-script git-annex)
The output of "git-annex --bash-completion-script git-annex" can also
be written to a bash completion file so bach loads it automatically.
This bash completion is generated by the option parser, so it covers all
commands, all options, and will never go out of date!
# CONFIGURATION VIA .git/config
Like other git commands, git-annex is configured via `.git/config`.