Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clean up read/show abuse | Joey Hess | 2011-11-08 |
| | | | | | | | Avoid ever using read to parse a non-haskell formatted input string. show :: Key is arguably still show abuse, but displaying Keys as filenames is just too useful to give up. | ||
* | add a UUID type | Joey Hess | 2011-11-07 |
| | | | | Should have done this a long time ago. | ||
* | Record uuid when auto-initializing a remote so it shows in status. | Joey Hess | 2011-11-02 |
| | |||
* | fsck: Now works in bare repositories. | Joey Hess | 2011-10-29 |
| | | | | | | | | | Checks location log information, and file contents. Does not check that numcopies is satisfied, as .gitattributes information about numcopies is not available in a bare repository. In practice, that should not be a problem, since fsck is also run in a checkout and will check numcopies there. | ||
* | status: Now always shows the current repository, even when it does not ↵ | Joey Hess | 2011-10-28 |
| | | | | appear in uuid.log. | ||
* | break out non-log stuff to separate module | Joey Hess | 2011-10-15 |
| | |||
* | migrate: Copy url logs for keys when migrating. | Joey Hess | 2011-10-15 |
| | |||
* | break web log handling into a separate module | Joey Hess | 2011-10-15 |
| | |||
* | reorganize log modules | Joey Hess | 2011-10-15 |
no code changes |