new map subcommand, basically working

Still todo:

- add repos from uuid.log that were not directly found
- group repos into their respective hosts
- display inaccessible repos and broken remote connections in red
- anonymize the url display somewhat, so the maps can be shared
- use uuid info to tell when two apparently different repos are actually
  the same repo accessed in different ways
This commit is contained in:
Joey Hess 2011-02-03 18:55:12 -04:00
parent 14bc885de9
commit 0c7d17ae06
6 changed files with 185 additions and 6 deletions

2
debian/changelog vendored
View file

@ -6,6 +6,8 @@ git-annex (0.20) UNRELEASED; urgency=low
* unannex: Commit staged changes at end, to avoid some confusing behavior
with the pre-commit hook, which would see some types of commits after
an unannex as checking in of an unlocked file.
* map: New subcommand that uses graphviz to display a nice map of
the git repository network.
-- Joey Hess <joeyh@debian.org> Mon, 31 Jan 2011 20:06:02 -0400