diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-09 14:24:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-09 14:24:17 -0400 |
commit | adb0cccb6c438145c53b0a8ebfff168522692e87 (patch) | |
tree | e42cfd5e0a237cbda24809319bca605426a55e3c /debian/changelog | |
parent | c56c0554643cf64d1083ef2693ecff787a4731c3 (diff) |
webapp automatic grouping
webapp: Adds newly created repositories to one of these groups:
clients, drives, servers
This is heuristic, but it's a pretty good heuristic, and can always be
configured.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ed3cf9ebc..02ebae810 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ git-annex (3.20121002) UNRELEASED; urgency=low - * group, ungroup: New commands to indicate groups of repositories. * watch, assistant: It's now safe to git annex unlock files while the watcher is running, as well as modify files checked into git as normal files. Additionally, .gitignore settings are now honored. Closes: #689979 + * group, ungroup: New commands to indicate groups of repositories. + * webapp: Adds newly created repositories to one of these groups: + clients, drives, servers * vicfg: New command, allows editing (or simply viewing) most of the repository configuration settings stored in the git-annex branch. * Added preferred content expressions, configurable using vicfg. |