summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_do_not_import_new_files
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
commitca10c06819aacc50d4423836ce51fc4486803789 (patch)
treee96072aef36f12d28d715fd4b7396d3fea4eef4c /doc/todo/wishlist:_do_not_import_new_files
parent024dd384140b25f69defd762e41fd5e4af4f3567 (diff)
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
Diffstat (limited to 'doc/todo/wishlist:_do_not_import_new_files')
-rw-r--r--doc/todo/wishlist:_do_not_import_new_files/comment_1_b41c214599d6601257a9d824cebbffcc._comment14
-rw-r--r--doc/todo/wishlist:_do_not_import_new_files/comment_2_7b26171458baaf5c0057276d2d97e14c._comment8
-rw-r--r--doc/todo/wishlist:_do_not_import_new_files/comment_3_6f80ce6cee4519d4f69193d5086e194a._comment20
-rw-r--r--doc/todo/wishlist:_do_not_import_new_files/comment_4_22a7a03c30174e42e6d8e639e31e1d34._comment12
-rw-r--r--doc/todo/wishlist:_do_not_import_new_files/comment_5_4294e92e2f4efb9dd10b280f5c9843f7._comment10
5 files changed, 0 insertions, 64 deletions
diff --git a/doc/todo/wishlist:_do_not_import_new_files/comment_1_b41c214599d6601257a9d824cebbffcc._comment b/doc/todo/wishlist:_do_not_import_new_files/comment_1_b41c214599d6601257a9d824cebbffcc._comment
deleted file mode 100644
index fbb5571cb..000000000
--- a/doc/todo/wishlist:_do_not_import_new_files/comment_1_b41c214599d6601257a9d824cebbffcc._comment
+++ /dev/null
@@ -1,14 +0,0 @@
-[[!comment format=mdwn
- username="http://ypid.wordpress.com/"
- ip="213.153.84.215"
- subject="gitignore"
- date="2014-07-12T17:59:42Z"
- content="""
-Hi
-
-The gitignore file is probably what you are looking for which is also honored by git-annex. Some documentation:
-
-* [On git-scm](http://git-scm.com/docs/gitignore)
-* [On gitready](http://de.gitready.com/beginner/2009/01/19/ignoring-files.html)
-* [On github](https://help.github.com/articles/ignoring-files)
-"""]]
diff --git a/doc/todo/wishlist:_do_not_import_new_files/comment_2_7b26171458baaf5c0057276d2d97e14c._comment b/doc/todo/wishlist:_do_not_import_new_files/comment_2_7b26171458baaf5c0057276d2d97e14c._comment
deleted file mode 100644
index bedf9a54c..000000000
--- a/doc/todo/wishlist:_do_not_import_new_files/comment_2_7b26171458baaf5c0057276d2d97e14c._comment
+++ /dev/null
@@ -1,8 +0,0 @@
-[[!comment format=mdwn
- username="http://joeyh.name/"
- ip="209.250.56.2"
- subject="comment 2"
- date="2014-07-14T18:30:38Z"
- content="""
-You can use --clean-duplicates unless your goal is for some reason to add the duplicate files to your repository a second time.
-"""]]
diff --git a/doc/todo/wishlist:_do_not_import_new_files/comment_3_6f80ce6cee4519d4f69193d5086e194a._comment b/doc/todo/wishlist:_do_not_import_new_files/comment_3_6f80ce6cee4519d4f69193d5086e194a._comment
deleted file mode 100644
index e66cc5ea9..000000000
--- a/doc/todo/wishlist:_do_not_import_new_files/comment_3_6f80ce6cee4519d4f69193d5086e194a._comment
+++ /dev/null
@@ -1,20 +0,0 @@
-[[!comment format=mdwn
- username="http://svario.it/gioele"
- nickname="gioele"
- subject="comment 3"
- date="2014-07-15T06:54:40Z"
- content="""
-> You can use --clean-duplicates unless your goal is for some reason to add the duplicate files to your repository a second time.
-
-My use case is that I clone an existing remote on a PC where there are already some of the annexed files (+ others).
-
-My workflow would be:
-
-* clone git-annex server:~/Documents.git
-* git annex init \"other pc\"
-* git annex import --skip-new (or --only-duplicates) ~/Dump/*
-
-~/Dump contains many other files in addition to those found in the Documents repository.
-
-In this case --clean-duplicate would not be the correct solution.
-"""]]
diff --git a/doc/todo/wishlist:_do_not_import_new_files/comment_4_22a7a03c30174e42e6d8e639e31e1d34._comment b/doc/todo/wishlist:_do_not_import_new_files/comment_4_22a7a03c30174e42e6d8e639e31e1d34._comment
deleted file mode 100644
index f53fb6395..000000000
--- a/doc/todo/wishlist:_do_not_import_new_files/comment_4_22a7a03c30174e42e6d8e639e31e1d34._comment
+++ /dev/null
@@ -1,12 +0,0 @@
-[[!comment format=mdwn
- username="http://joeyh.name/"
- ip="209.250.56.2"
- subject="comment 4"
- date="2014-07-15T19:01:24Z"
- content="""
-So the goal is to inject any known objects from the dump into the local annex to avoid needing to re-transfer them.
-
-It seems to me that in this case, you would not even want to create new symlinks in the git repository.
-
-`git annex reinject` might be a better place to put code to handle this than `git annex import`.
-"""]]
diff --git a/doc/todo/wishlist:_do_not_import_new_files/comment_5_4294e92e2f4efb9dd10b280f5c9843f7._comment b/doc/todo/wishlist:_do_not_import_new_files/comment_5_4294e92e2f4efb9dd10b280f5c9843f7._comment
deleted file mode 100644
index e312c083d..000000000
--- a/doc/todo/wishlist:_do_not_import_new_files/comment_5_4294e92e2f4efb9dd10b280f5c9843f7._comment
+++ /dev/null
@@ -1,10 +0,0 @@
-[[!comment format=mdwn
- username="http://joeyh.name/"
- ip="209.250.56.2"
- subject="comment 5"
- date="2014-07-15T19:13:05Z"
- content="""
-A fundamental problem with this idea is that git-annex's keys can use any of many checksumming backends. So, which checksum should it try? Running every possible checksum on a file is going to re-read it repeatedly and be expensive.
-
-`git annex import` avoids this problem by using whatever the default backend is configured to be for the filename it's importing. This is good enough to make repeated runs of `git annex import` work ok, but when we get into trying to reinject whole directory trees like this, I don't think that's good enough.
-"""]]