Joey Hess
e0b7012ccc
uninit: Clear annex.uuid from .git/config. Closes : #670639
2012-04-27 12:21:38 -04:00
Joey Hess
184a69171d
removed another 10 lines via ifM
2012-03-16 01:59:07 -04:00
Joey Hess
60ab3d84e1
added ifM and nuked 11 lines of code
...
no behavior changes
2012-03-14 17:43:34 -04:00
Joey Hess
a1e52f0ce5
hlint
2012-02-16 00:44:51 -04:00
Joey Hess
543d0d2501
split out Git/Ref.hs
2011-12-12 18:30:33 -04:00
Joey Hess
bf460a0a98
reorder repo parameters last
...
Many functions took the repo as their first parameter. Changing it
consistently to be the last parameter allows doing some useful things with
currying, that reduce boilerplate.
In particular, g <- gitRepo is almost never needed now, instead
use inRepo to run an IO action in the repo, and fromRepo to get
a value from the repo.
This also provides more opportunities to use monadic and applicative
combinators.
2011-11-08 16:27:20 -04:00
Joey Hess
64bc4e4751
refactor
2011-11-07 16:13:06 -04:00
Joey Hess
eec137f33a
Record uuid when auto-initializing a remote so it shows in status.
2011-11-02 14:18:21 -04:00
Joey Hess
3d2a9f8405
cleanup
2011-10-31 17:22:55 -04:00
Joey Hess
23f2a12816
broke up Utility
2011-10-16 00:50:12 -04:00
Joey Hess
ee9af605bc
break out non-log stuff to separate module
2011-10-15 17:47:03 -04:00
Joey Hess
1a29b5b52e
reorganize log modules
...
no code changes
2011-10-15 16:21:08 -04:00
Joey Hess
b505ba83e8
minor syntax changes
2011-10-11 14:43:45 -04:00
Joey Hess
6a6ea06cee
rename
2011-10-05 16:02:51 -04:00
Joey Hess
cfe21e85e7
rename
2011-10-04 00:59:08 -04:00
Joey Hess
8ef2095fa0
factor out common imports
...
no code changes
2011-10-03 23:29:48 -04:00
Joey Hess
9f6b7935dd
go go gadget hlint
2011-09-20 23:24:48 -04:00
Joey Hess
203148363f
split groups of related functions out of Utility
2011-08-22 16:14:12 -04:00
Joey Hess
e97fede8cd
make gitDir absolute
2011-08-19 12:59:21 -04:00
Joey Hess
0c53ccc675
tweak
2011-08-17 18:52:58 -04:00
Joey Hess
9e763954ae
tweak
2011-08-17 18:42:49 -04:00
Joey Hess
b7a4ff1c31
optimise initialized check
...
Avoid running external command if annex.version is set.
2011-08-17 18:38:26 -04:00
Joey Hess
32f27cc3e8
when reading configs of local repos, first initializeSafe
...
This auto-generates a uuid if the local repo does not already have one.
2011-08-17 14:44:31 -04:00
Joey Hess
56f6923ccb
Now "git annex init" only has to be run once
...
when a git repository is first being created. Clones will automatically
notice that git-annex is in use and automatically perform a basic
initalization. It's still recommended to run "git annex init" in any
clones, to describe them.
2011-08-17 14:44:31 -04:00