This commit is contained in:
Joey Hess 2013-09-12 13:03:17 -04:00
parent dfcf72890d
commit 662503a28f
2 changed files with 7 additions and 1 deletions

View file

@ -10,4 +10,3 @@ designed to interoperate with it.
* [sizes](http://hackage.haskell.org/package/sizes) is another du-like
utility, with a `-A` switch that enables git-annex support.
* Emacs Org mode can auto-commit attached files to git-annex.
* [[todo/nicer whereis output]] improves the output of the whereis command to be more human-readable.

View file

@ -79,3 +79,10 @@ Implementation notes
20:49:37 <joeyh> gah, typos
20:49:45 <joeyh> suppose you don't need the RemoteName either
"""]]
> So, I incorporated this, in a new remotes command.
> Showing all known repositories seemed a bit much
> (I have 30-some known repositories in some cases),
> so just showing configured remotes seems a good simplification.
> [[done]]
> --[[Joey]]