From 8e1077cb62a7b177bf0f36b1fedbe35fe38a91e7 Mon Sep 17 00:00:00 2001 From: "http://piotr.ozarowski.pl/" Date: Thu, 2 Aug 2012 10:30:55 +0000 Subject: [PATCH 1/8] Added a comment: XDG --- .../comment_2_2b8ceb0a26f25e8ed2711bcbe7225a58._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/blog/day_50__directory_name/comment_2_2b8ceb0a26f25e8ed2711bcbe7225a58._comment diff --git a/doc/design/assistant/blog/day_50__directory_name/comment_2_2b8ceb0a26f25e8ed2711bcbe7225a58._comment b/doc/design/assistant/blog/day_50__directory_name/comment_2_2b8ceb0a26f25e8ed2711bcbe7225a58._comment new file mode 100644 index 0000000000..a09b721be9 --- /dev/null +++ b/doc/design/assistant/blog/day_50__directory_name/comment_2_2b8ceb0a26f25e8ed2711bcbe7225a58._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://piotr.ozarowski.pl/" + nickname="POX" + subject="XDG" + date="2012-08-02T10:30:55Z" + content=""" +same for XDG_DESKTOP_DIR (for pl_PL ~/.config/user-dirs.dirs file contains XDG_DESKTOP_DIR=\"$HOME/Pulpit\" instead of Desktop) +"""]] From 6d0353eaadcedc205bae4481cb5116a17b178cc8 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmnrN9a3uAu6Ur2SSyE_AiKw7bOon1yJBc" Date: Thu, 2 Aug 2012 14:22:28 +0000 Subject: [PATCH 2/8] --- doc/forum/git_unannex_speed.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/git_unannex_speed.mdwn diff --git a/doc/forum/git_unannex_speed.mdwn b/doc/forum/git_unannex_speed.mdwn new file mode 100644 index 0000000000..a5e6ad5719 --- /dev/null +++ b/doc/forum/git_unannex_speed.mdwn @@ -0,0 +1 @@ +It was fast to git annex a bunch of files. But git unannex seems a lot slower. Is there a faster way to get files out of git annex? Or to replace the symlinks with real files and then I could just remove the .git directory? I shouldn't have put so many in as a test but they are there now. From ab6ad94bb9d7e576f2af1398823a63de180e6365 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 2 Aug 2012 16:58:41 +0000 Subject: [PATCH 3/8] Added a comment --- .../comment_1_10cf326248f4e89e1f75bf97d7574763._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/git_unannex_speed/comment_1_10cf326248f4e89e1f75bf97d7574763._comment diff --git a/doc/forum/git_unannex_speed/comment_1_10cf326248f4e89e1f75bf97d7574763._comment b/doc/forum/git_unannex_speed/comment_1_10cf326248f4e89e1f75bf97d7574763._comment new file mode 100644 index 0000000000..39fc4793cc --- /dev/null +++ b/doc/forum/git_unannex_speed/comment_1_10cf326248f4e89e1f75bf97d7574763._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + subject="comment 1" + date="2012-08-02T16:58:41Z" + content=""" +It currently commits once per file, which is slow. `Command/Unannex.hs` explains why this is necessary. If I think of a way to avoid that, I will. +"""]] From f294825b891d5d7bdddae1b4da149256b3faf97b Mon Sep 17 00:00:00 2001 From: "http://xolus.net/openid/max" Date: Thu, 2 Aug 2012 17:45:10 +0000 Subject: [PATCH 4/8] Added a comment: What about NTFS support ? --- .../comment_3_bd0a12f4c9b884ab8a06082842381a01._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/windows_support/comment_3_bd0a12f4c9b884ab8a06082842381a01._comment diff --git a/doc/todo/windows_support/comment_3_bd0a12f4c9b884ab8a06082842381a01._comment b/doc/todo/windows_support/comment_3_bd0a12f4c9b884ab8a06082842381a01._comment new file mode 100644 index 0000000000..0b48db7502 --- /dev/null +++ b/doc/todo/windows_support/comment_3_bd0a12f4c9b884ab8a06082842381a01._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://xolus.net/openid/max" + nickname="B0FH" + subject="What about NTFS support ?" + date="2012-08-02T17:45:10Z" + content=""" +Has git-annex been tested with an NTFS-formatted disk under Linux ? NTFS is supposed to be case-sensitive and to allow symlinks, and these are supposed to work with ntfs3g. +"""]] From 83c65f05f5f54b7af8edc389f386a8ebc0e8acc2 Mon Sep 17 00:00:00 2001 From: "http://nico.kaiser.me/" Date: Thu, 2 Aug 2012 22:56:12 +0000 Subject: [PATCH 5/8] --- doc/forum/DS__95__Store_files_are_not_added.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/DS__95__Store_files_are_not_added.mdwn diff --git a/doc/forum/DS__95__Store_files_are_not_added.mdwn b/doc/forum/DS__95__Store_files_are_not_added.mdwn new file mode 100644 index 0000000000..f0ccf2023b --- /dev/null +++ b/doc/forum/DS__95__Store_files_are_not_added.mdwn @@ -0,0 +1,3 @@ +The "git annex add" command adds new file to the annex. However ".DS_Store" files are ignored by git-annex. Is there a list of files that are being ignored? + +Maybe sometimes it's useful to add .DS_Store extended attribute data to the annex to ensure a complete sync of Mac files... From f57becc8bd30fbaa0b221db0ab6ee33bb43588f6 Mon Sep 17 00:00:00 2001 From: "http://nico.kaiser.me/" Date: Thu, 2 Aug 2012 23:00:54 +0000 Subject: [PATCH 6/8] --- doc/forum/Git_repositories_in_the_annex__63__.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/Git_repositories_in_the_annex__63__.mdwn diff --git a/doc/forum/Git_repositories_in_the_annex__63__.mdwn b/doc/forum/Git_repositories_in_the_annex__63__.mdwn new file mode 100644 index 0000000000..a18af8c2c7 --- /dev/null +++ b/doc/forum/Git_repositories_in_the_annex__63__.mdwn @@ -0,0 +1,5 @@ +First of all thanks for the great work. git-annex looks very nice already! + +I wonder if it's possible to add Git repositories to the annex. In my current Dropbox setup I drop some small Git repositories into the Dropbox to keep them in sync on two computers. + +This is obviously not possible with git-annex, as the annex itself is a Git repository and sub-repositories (directories with .git folders) are ignored. But in some cases people might want to be able to drop "anything" into the annex, maybe even Git repositories (e.g. the "nomad" usecase)... From 002e08084643863e63e488216981ad76bb8be77c Mon Sep 17 00:00:00 2001 From: "http://nico.kaiser.me/" Date: Thu, 2 Aug 2012 23:01:15 +0000 Subject: [PATCH 7/8] --- doc/forum/Delete_unused_files__47__metadata.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/Delete_unused_files__47__metadata.mdwn diff --git a/doc/forum/Delete_unused_files__47__metadata.mdwn b/doc/forum/Delete_unused_files__47__metadata.mdwn new file mode 100644 index 0000000000..5c6b413996 --- /dev/null +++ b/doc/forum/Delete_unused_files__47__metadata.mdwn @@ -0,0 +1,7 @@ +After moving some files (about 1G, some big and some small files) in and out the annex, I noticed that the size of the repository has grown quite a bit. My empty repository now is over 100 MB (even after "git annex dropunused ..." and "git gc"). + +Most of this size is not Git metadata but many small files in the git-annex branch that seem to hold information about files I deleted (even in the other known repositories). + +So is there a way to get rid of these useless but space consuming information? + +(Maybe there is no (elegant) way to remove the symlink versions from the Git history (is there?), but it would already be nice if those small git-annex metadata files could be removed) From 01cda6b34e9f8cd4302b9c82374dee01677e48ea Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 2 Aug 2012 23:29:38 +0000 Subject: [PATCH 8/8] Added a comment --- .../comment_1_30687306da9bd35ec02a806193c5e240._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/DS__95__Store_files_are_not_added/comment_1_30687306da9bd35ec02a806193c5e240._comment diff --git a/doc/forum/DS__95__Store_files_are_not_added/comment_1_30687306da9bd35ec02a806193c5e240._comment b/doc/forum/DS__95__Store_files_are_not_added/comment_1_30687306da9bd35ec02a806193c5e240._comment new file mode 100644 index 0000000000..3402b84c61 --- /dev/null +++ b/doc/forum/DS__95__Store_files_are_not_added/comment_1_30687306da9bd35ec02a806193c5e240._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + subject="comment 1" + date="2012-08-02T23:29:38Z" + content=""" +git-annex ignores whatever git does. See `git-ls-files` and the gitignore configuration. +"""]]