diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-17 19:24:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-17 19:24:43 -0400 |
commit | c134f6e46417fd2f4c159234fd717d56f7c2cdaa (patch) | |
tree | c31189df0e0d255b9a4c97ebfc462aeea4f74ad4 | |
parent | 6e14832383c51f9c5f1e244bff1ea16942e3fa68 (diff) | |
parent | 45c5f47b30972ab5f3a9e4501cd6e2da19c76341 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
4 files changed, 42 insertions, 0 deletions
diff --git a/doc/assistant/remote_sharing_walkthrough/comment_7_61c1f5b00381b2fa891a8578267881ab._comment b/doc/assistant/remote_sharing_walkthrough/comment_7_61c1f5b00381b2fa891a8578267881ab._comment new file mode 100644 index 000000000..e34a462da --- /dev/null +++ b/doc/assistant/remote_sharing_walkthrough/comment_7_61c1f5b00381b2fa891a8578267881ab._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.154" + subject="comment 7" + date="2014-03-17T19:50:48Z" + content=""" +@severo the web app does not support setting up that use case. However, you can make a non-bare clone of your repository onto a removable drive, and if you do the assistant will use it just the same as if you'd set up a removable drive using the webapp. Note that you will need to run `git annex sync` inside that repository in order to update the tree it displays. +"""]] diff --git a/doc/bugs/map_error_after_forget/comment_6_4ee6e824cd9ad931442f986cf240aabf._comment b/doc/bugs/map_error_after_forget/comment_6_4ee6e824cd9ad931442f986cf240aabf._comment new file mode 100644 index 000000000..dd51aef62 --- /dev/null +++ b/doc/bugs/map_error_after_forget/comment_6_4ee6e824cd9ad931442f986cf240aabf._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkBEmz5XoJVzN0u-0nOtpn7BBBDHsiLmxY" + nickname="Eric" + subject="comment 6" + date="2014-03-17T20:12:31Z" + content=""" +oh, so basically what i must have done was to delete the remote via git but it still existed in git annex? +"""]] diff --git a/doc/bugs/unused_fails_due_to_commitBuffer_containing_an_invalid_argument/comment_4_c1c8de66192957b7026d99b9ff90589c._comment b/doc/bugs/unused_fails_due_to_commitBuffer_containing_an_invalid_argument/comment_4_c1c8de66192957b7026d99b9ff90589c._comment new file mode 100644 index 000000000..b229545f6 --- /dev/null +++ b/doc/bugs/unused_fails_due_to_commitBuffer_containing_an_invalid_argument/comment_4_c1c8de66192957b7026d99b9ff90589c._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo" + nickname="donkeyicydragon" + subject="Maybe the autobuild is broken?" + date="2014-03-17T20:32:19Z" + content=""" +The latest autobuild log for amd64 says: +Starting at: Fri Mar 14 21:42:07 UTC 2014 + +I downloaded the amd64 autobuild from https://git-annex.branchable.com/install/Linux_standalone/ + +and it indeed is from Friday. + +Cheers, +Marek +"""]] diff --git a/doc/todo/add_a_--branch_to_applicable_git-annex_commands/comment_1_3e0a1d1c41f317514dfc496f2274ad1c._comment b/doc/todo/add_a_--branch_to_applicable_git-annex_commands/comment_1_3e0a1d1c41f317514dfc496f2274ad1c._comment new file mode 100644 index 000000000..6d5320d41 --- /dev/null +++ b/doc/todo/add_a_--branch_to_applicable_git-annex_commands/comment_1_3e0a1d1c41f317514dfc496f2274ad1c._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.154" + subject="comment 1" + date="2014-03-17T19:48:57Z" + content=""" +The difficulty with adding a --branch is that if it causes git-annex to operate on a list of (file, key) from the branch, then commands that actually modify the working tree would modify it, instead of the branch. So the options seem to be only generating a list of keys, and so only letting commands that operate on keys work (which rules out the `git annex find` example), or carefully arranging for commands that actually affect the work tree to not be usable with this option. + +I'm not sure how many commands are affected. The ones I can immediately think of are sync, lock, unlock. (Commands like get obviously affect the work tree in direct mode, but it's fine to have getting a file from a branch also update files in the work tree, if they pointed at the same key.) +"""]] |