summaryrefslogtreecommitdiff
path: root/doc/bugs/no_git-annex_shell_on_Windows
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog <Michael@web>2014-05-24 22:01:05 +0000
committerGravatar admin <admin@branchable.com>2014-05-24 22:01:05 +0000
commitd82c6eb1223f4981e23e3fa791386d1e7a9b4d37 (patch)
tree7022f7516a94be25b035d660ece439527a6185f6 /doc/bugs/no_git-annex_shell_on_Windows
parentf0e8274af1c72bf9d704f3118c73d1eda6a4c1a7 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/no_git-annex_shell_on_Windows')
-rw-r--r--doc/bugs/no_git-annex_shell_on_Windows/comment_8_fa0b957cba614dec5558c992d80b21ee._comment21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/no_git-annex_shell_on_Windows/comment_8_fa0b957cba614dec5558c992d80b21ee._comment b/doc/bugs/no_git-annex_shell_on_Windows/comment_8_fa0b957cba614dec5558c992d80b21ee._comment
new file mode 100644
index 000000000..05912cfb8
--- /dev/null
+++ b/doc/bugs/no_git-annex_shell_on_Windows/comment_8_fa0b957cba614dec5558c992d80b21ee._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog"
+ nickname="Michael"
+ subject="comment 8"
+ date="2014-05-24T22:01:04Z"
+ content="""
+For reference, here's the .git/config section.
+
+I can either set receivepack/uploadpack like below or add /cygdrive/c/Program Files (x86)/Git/libexec/git-core to PATH in cygwin shell.
+
+Also, if I set url to /cygdrive/f/backup/f, git complains that it's not a git repository (msysgit doesn't understand cygwin stuff?)
+
+ [remote \"kpf\"]
+ url = kp:f:/backup/ph
+ fetch = +refs/heads/*:refs/remotes/kpf/*
+ receivepack = git receive-pack
+ uploadpack = git upload-pack
+ annex-uuid = 99c498fc-e38e-11e3-8bb0-5368a291bd90
+ annex-ignore = true
+
+"""]]