summaryrefslogtreecommitdiff
path: root/doc/bugs/Mac_OS_git_version_still_too_old_for_.gitignore__63__.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-16 17:43:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-16 17:43:21 -0400
commite37547e32f09bcc28e0d7fa5e31415439e1fd2f8 (patch)
tree46b67d80d3fb93697974d489ffe15d1a53e0e351 /doc/bugs/Mac_OS_git_version_still_too_old_for_.gitignore__63__.mdwn
parent083ab36d08569dd64a7ed94cdfd49753964c7bdd (diff)
parent91cf57ae7c63e7b4129c0537d4ebc22644e3ff4b (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/Mac_OS_git_version_still_too_old_for_.gitignore__63__.mdwn')
-rw-r--r--doc/bugs/Mac_OS_git_version_still_too_old_for_.gitignore__63__.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/Mac_OS_git_version_still_too_old_for_.gitignore__63__.mdwn b/doc/bugs/Mac_OS_git_version_still_too_old_for_.gitignore__63__.mdwn
new file mode 100644
index 000000000..6378e2e6f
--- /dev/null
+++ b/doc/bugs/Mac_OS_git_version_still_too_old_for_.gitignore__63__.mdwn
@@ -0,0 +1,26 @@
+### Please describe the problem.
+
+Joey, it looks like the git version wasn't updated with the latest release as is still too old to respect .gitignore files. I'm hoping that I haven't just made a silly mistake but I don't think I have...
+
+See http://git-annex.branchable.com/bugs/Mac_OS_git_version_too_old_to_honour_.gitignore/ for bug that was closed.
+
+### What steps will reproduce the problem?
+
+Install git-annex 5.20140209-g3a61dbe and try to use .gitignore file to exclude items from git annex.
+
+### What version of git-annex are you using? On what operating system?
+
+5.20140209-g3a61dbe on Mac OS 10.9.1.
+
+### Please provide any additional information below.
+
+[/Applications/git-annex.app/Contents/MacOS]# ./git annex version
+
+git-annex version: 5.20140209-g3a61dbe
+build flags: Assistant Webapp Pairing S3 WebDAV FsEvents XMPP DNS Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external
+
+[/Applications/git-annex.app/Contents/MacOS]# ./git --version
+
+git version 1.8.3.4 (Apple Git-47)