summaryrefslogtreecommitdiff
path: root/Annex/UUID.hs
Commit message (Expand)AuthorAge
* eliminate s2w8 and w82sJoey Hess2023-10-26
* simplify and speed up Utility.FileSystemEncodingJoey Hess2021-08-11
* Fix a potential failure to parse git configJoey Hess2020-04-13
* rename changeGitConfig to overrideGitConfig and avoid unncessary callsJoey Hess2020-02-27
* remoteConfig reworkJoey Hess2020-02-19
* include git-annex-shell back inJoey Hess2019-12-02
* use ByteString for git configJoey Hess2019-11-27
* update licenses from GPL to AGPLJoey Hess2019-03-13
* import Utility.FileSystemEncoding in CommonJoey Hess2019-01-03
* convert UUID from String to ByteStringJoey Hess2019-01-01
* adeiu, MissingHJoey Hess2017-05-16
* When built with ut uid-1.3.12, generate more random UUIDs than beforeJoey Hess2016-07-27
* optimise getUUIDJoey Hess2016-01-20
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* Avoid displaying network transport warning when a ssh remote does not yet hav...Joey Hess2015-10-15
* update my email address and homepage urlJoey Hess2015-01-21
* move dummy uuids to Annex.UUIDJoey Hess2014-12-17
* reinit: New command that can initialize a new reposotory using the configurat...Joey Hess2014-04-15
* automatically derive an annex-uuid from a gcrypt-uuidsJoey Hess2013-09-05
* Now uses the Haskell uuid library, rather than needing a uuid program.Joey Hess2013-02-10
* finished where indentation changesJoey Hess2012-12-13
* finished XMPP pairing!Joey Hess2012-11-05
* Test that uuid -m works, falling back to plain uuid if not.Joey Hess2012-09-25
* better readProcessJoey Hess2012-07-19
* add back debug loggingJoey Hess2012-07-19
* switch from System.Cmd.Utils to System.ProcessJoey Hess2012-07-18
* Fix use of several config settingsJoey Hess2012-05-05
* uninit: Clear annex.uuid from .git/config. Closes: #670639Joey Hess2012-04-27
* use new getConfigJoey Hess2012-03-22
* added ifM and nuked 11 lines of codeJoey Hess2012-03-14
* split out three modules from GitJoey Hess2011-12-13
* tweaksJoey Hess2011-11-19
* tweakJoey Hess2011-11-19
* reorder repo parameters lastJoey Hess2011-11-08
* clean up read/show abuseJoey Hess2011-11-08
* add a UUID typeJoey Hess2011-11-07
* break out non-log stuff to separate moduleJoey Hess2011-10-15