Commit graph

1033 commits

Author SHA1 Message Date
Joey Hess
dff47d51e6 cleanup 2011-02-03 23:23:16 -04:00
Joey Hess
1b1a37b7b1 refactor 2011-02-03 22:44:17 -04:00
Joey Hess
17829be0fd map improvements
added uuid.log repos

group repos by host

avoid displaying most urls

display remote names on edges

still some bugs
2011-02-03 22:20:55 -04:00
Joey Hess
0c7d17ae06 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
2011-02-03 19:05:15 -04:00
Joey Hess
14bc885de9 more accessor functions and better bad url handling 2011-02-03 18:47:14 -04:00
Joey Hess
b1caa49248 workaround 2011-02-03 14:11:28 -04:00
Joey Hess
5a1c12f64b Merge remote branch 'branchable/master' 2011-02-03 14:04:05 -04:00
Joey Hess
d29187b151 update instructions for pcre 2011-02-03 14:03:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc
3595abe1ca 2011-02-03 14:10:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc
41656301ef 2011-02-03 14:08:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc
8f0b86dab5 2011-02-03 14:07:52 +00:00
Joey Hess
0e7984a793 add check for unclean tree 2011-02-01 22:02:19 -04:00
Joey Hess
c77ac11acc 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.
2011-02-01 21:27:23 -04:00
Joey Hess
9aecf4110a followup 2011-02-01 21:04:43 -04:00
Joey Hess
ed089c2255 rename (caused by ikiwiki bug, now fixed) 2011-02-01 21:01:43 -04:00
Joey Hess
1f136cb764 Merge remote branch 'branchable/master' 2011-02-01 20:55:36 -04:00
http://joey.kitenet.net/
3ceef4410c 2011-02-02 00:47:43 +00:00
http://joey.kitenet.net/
513da0f1ef Added a comment 2011-02-02 00:46:00 +00:00
http://joey.kitenet.net/
b9f4009986 Added a comment 2011-02-02 00:41:24 +00:00
http://joey.kitenet.net/
97d1cba498 Added a comment 2011-02-02 00:39:10 +00:00
http://christian.amsuess.com/chrysn
3c13f62f11 getting git-annex files back to git 2011-02-01 23:39:12 +00:00
Joey Hess
755029ae0e use forM_ in a few places 2011-01-31 23:27:53 -04:00
Joey Hess
27056daccd cleanup last change 2011-01-31 20:15:23 -04:00
Joey Hess
37c62eebb7 Preserve specified file ordering when instructed to act on multiple files or directories. 2011-01-31 20:06:34 -04:00
Joey Hess
9fe5865a07 annoyance 2011-01-31 16:06:27 -04:00
Joey Hess
d007e58a54 use mapM_ 2011-01-31 13:52:11 -04:00
Joey Hess
4a0fe24f39 use a newtype for Key
should be more efficient
2011-01-31 11:42:22 -04:00
Joey Hess
1b0edc1ab2 idiomatic elem 2011-01-30 12:13:34 -04:00
Joey Hess
96e561bc47 use Set instead of existence Map
more efficient and idiomatic

I did try using Set.difference, it's still slower than my method.
2011-01-30 01:41:15 -04:00
Joey Hess
53677d7647 tweak 2011-01-30 00:08:17 -04:00
Joey Hess
6d3df8a083 more pure code refactoring 2011-01-29 23:56:40 -04:00
Joey Hess
c64b50a0ce shutdown no longer a special case 2011-01-29 23:32:32 -04:00
Joey Hess
5584ccc8ad factor out pure code 2011-01-29 23:30:08 -04:00
Joey Hess
b831838485 cleanup 2011-01-29 23:27:17 -04:00
Joey Hess
f88fd8d9fc add news item for git-annex 0.19 2011-01-28 14:42:24 -04:00
Joey Hess
3c49113023 releasing version 0.19 2011-01-28 14:42:06 -04:00
Joey Hess
b13f4bcebc Merge remote branch 'branchable/master' 2011-01-28 14:11:12 -04:00
Joey Hess
e6da7eb177 Improved temp file handling
* Improved temp file handling. Transfers of content can now be resumed
  from temp files later; the resume does not have to be the immediate
  next git-annex run.
* unused: Include partially transferred content in the list.
2011-01-28 14:10:50 -04:00
Joey Hess
04fe906ac6 use safewritefile 2011-01-28 12:35:51 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I
5ab922ce0e Added a comment: I actually *do* want to avoid duplication of filenames 2011-01-28 07:30:06 +00:00
Joey Hess
4f9336bb60 idiom 2011-01-27 17:58:30 -04:00
Joey Hess
167523f09d better directory handling
Rename Locations functions for better consitency, and make their values
more consistent too.

Used </> rather than manually building paths. There are still more places
that manually do so, but are tricky, due to the behavior of </> when
the second FilePath is absolute. So I only changed places where
it obviously was relative.
2011-01-27 17:00:32 -04:00
Joey Hess
6be516ae3b use isPrefixOf 2011-01-27 16:31:29 -04:00
Joey Hess
9640417067 avoid warning when symlink in the repo contains a colon but is not a
pointer to annexed content
2011-01-27 16:10:45 -04:00
Joey Hess
56a8a21171 Merge remote branch 'branchable/master' 2011-01-27 15:47:13 -04:00
Joey Hess
dee9655237 bugfix to move --to
Due to recent changes, the remotes config was not read before the remote
to act on was picked.
2011-01-27 15:45:22 -04:00
Joey Hess
5e54eb79b8 less verbose 2011-01-27 15:12:38 -04:00
http://joey.kitenet.net/
2087c8ef5e Added a comment 2011-01-27 18:29:44 +00:00
Joey Hess
9d3ba00a15 add test of adding a second file with the same sha1 2011-01-27 14:01:30 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I
346ade8de5 2011-01-27 05:59:26 +00:00