diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-03 17:04:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-03 17:04:52 -0400 |
commit | a08863d8b8613b067766d0dca33c1f0c651d498d (patch) | |
tree | e7c9a5a6007428a5ecf1393a5df71f2a574c2c76 /doc/git-annex.mdwn | |
parent | 3bb9a92952f0da499315c897e3489fc02188618c (diff) |
vicfg: New command, allows editing (or simply viewing) most of the repository configuration settings stored in the git-annex branch.
Incomplete; I need to finish parsing and saving. This will also be used
for editing transfer control expresssions.
Removed the group display from the status output, I didn't really
like that format, and vicfg can be used to see as well as edit rempository
group membership.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index f8f09b5b9..abda54f76 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -257,6 +257,12 @@ subdirectories). Removes a repository from a group. +* vicfg + + Opens EDITOR on a temp file containing most of the above configuration + settings, and when it exits, stores any changes made back to the git-annex + branch. + # REPOSITORY MAINTENANCE COMMANDS * fsck [path ...] |