diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-01 15:12:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-01 15:12:04 -0400 |
commit | 59d2f363b7a2762978978bb3edf62aa47ef81abd (patch) | |
tree | 6519760756a8d9cef3558a91ab3cbc69f1e58ac3 /doc/git-annex.mdwn | |
parent | 65315e13716443be3c50f7e556a1206a45df2a32 (diff) |
group, ungroup: New commands to indicate groups of repositories.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index c1bbb8259..50de5e389 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -248,6 +248,15 @@ subdirectories). Indicates that the repository has been irretrevably lost. (To undo, use semitrust.) +* group repository groupname + + Adds a repository to a group, such as "archival", "enduser", or "transfer". + The groupname must be a single word. + +* ungroup repository groupname + + Removes a repository from a group. + # REPOSITORY MAINTENANCE COMMANDS * fsck [path ...] |