diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-05 19:43:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-05 19:43:02 -0400 |
commit | 4f4c690a7b6ba4570e531008c05f756d5f310316 (patch) | |
tree | 3a6b2265513d4d94538e3e3d9a4cc957fdd83bf7 | |
parent | d61d6e1f8ae90cb5babbe1334bc7fd13c4eb90eb (diff) | |
parent | 262fe4b1b31dfb9acedfea393f0532ac6e5841a0 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
4 files changed, 43 insertions, 0 deletions
diff --git a/doc/design/assistant/desymlink/comment_4_586ecaa800e6c162377c937da5e65440._comment b/doc/design/assistant/desymlink/comment_4_586ecaa800e6c162377c937da5e65440._comment new file mode 100644 index 000000000..aeb1587ed --- /dev/null +++ b/doc/design/assistant/desymlink/comment_4_586ecaa800e6c162377c937da5e65440._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawlJEI45rGczFAnuM7gRSj4C6s9AS9yPZDc" + nickname="Kevin" + subject="unlock not behaving as you describe" + date="2012-11-05T22:35:35Z" + content=""" +@joeyh, + +I'm not seeing the behavior you describe re \"git annex unlock\" when using the assistant. After unlocking and writing the file, git annex assistant commits the changes and recreates the symlink from under me which is annoying. + +I'm running OS X 10.7.5 using the bundled git-annex.app version 3.20121017. +"""]] diff --git a/doc/design/assistant/desymlink/comment_5_8fc703de67814cf2aec2a908852298a4._comment b/doc/design/assistant/desymlink/comment_5_8fc703de67814cf2aec2a908852298a4._comment new file mode 100644 index 000000000..ca4361532 --- /dev/null +++ b/doc/design/assistant/desymlink/comment_5_8fc703de67814cf2aec2a908852298a4._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.27" + subject="comment 5" + date="2012-11-05T23:40:50Z" + content=""" +Well, you're able to unlock and modify the file -- that's what I fixed. + +Committing changes to files is what the assistant does.. +"""]] diff --git a/doc/forum/Restricting_git-annex-shell_to_a_specific_repository/comment_2_2a210255e8535712c71fa183e56ab600._comment b/doc/forum/Restricting_git-annex-shell_to_a_specific_repository/comment_2_2a210255e8535712c71fa183e56ab600._comment new file mode 100644 index 000000000..42b6c1758 --- /dev/null +++ b/doc/forum/Restricting_git-annex-shell_to_a_specific_repository/comment_2_2a210255e8535712c71fa183e56ab600._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://olg.myid.net/" + ip="93.218.131.119" + subject="comment 2" + date="2012-11-05T23:34:20Z" + content=""" +Wow, thank you for implementing this so quickly! + + +Just one question: As far as I understood git-annex-shell relays all unknown commands to git-shell. In this case are there the same restrictions active, too? + +Thanks again... +"""]] diff --git a/doc/forum/Restricting_git-annex-shell_to_a_specific_repository/comment_3_52cd4bd9694b2100b0e0dd2eafa9e828._comment b/doc/forum/Restricting_git-annex-shell_to_a_specific_repository/comment_3_52cd4bd9694b2100b0e0dd2eafa9e828._comment new file mode 100644 index 000000000..e198f8e09 --- /dev/null +++ b/doc/forum/Restricting_git-annex-shell_to_a_specific_repository/comment_3_52cd4bd9694b2100b0e0dd2eafa9e828._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.27" + subject="comment 3" + date="2012-11-05T23:42:10Z" + content=""" +All commands usually run by `git-shell` have the repository directory as their last parameter, and git-annex-shell depends on that being the case and checks them. It's possible to add some commands to git-shell by putting them in a special directory, and if those commands don't take the directory last, they wouldn't work. +"""]] |