summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <id@joeyh.name>2014-12-03 13:34:13 -0400
committerGravatar Joey Hess <id@joeyh.name>2014-12-03 13:34:13 -0400
commit09419b04dcf93cc5d2034d5802ebac6428ea0da6 (patch)
tree00aca603858ab1c208824fd0e99bea4b4bd2c4c0 /debian
parentcb032f201e0bb1f9710a81fa2980b6221b0ee041 (diff)
Windows: Install ssh and other bundled programs to Git/cmd, instead of Git/bin, since the latter is not in the default msysgit PATH.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cf3c0ee2e..5080112f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,8 +18,8 @@ git-annex (5.20141126) UNRELEASED; urgency=medium
* Don't show "(gpg)" when decrypting the remote encryption cipher,
since this could be taken to read that's the only time git-annex
runs gpg, which is not the case.
- * Windows: ssh is no longer included in the git-annex bundle,
- since msysgit includes it.
+ * Windows: Install ssh and other bundled programs to Git/cmd,
+ instead of Git/bin, since the latter is not in the default msysgit PATH.
-- Joey Hess <joeyh@debian.org> Mon, 10 Nov 2014 15:31:55 -0400