summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-03 21:26:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-03 21:26:04 -0400
commit348ae0c980b690f303f04e4d5d828bf3c0cb65a4 (patch)
treef6f58e76951b48701d1c7ae2d4157a3d7c5bab12
parent924fc95509567b7258d2ff9a8178fe27421f3b8c (diff)
parent17854f25349199632b8563b7157b202dbf0da18f (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Mac_OS_git_version_too_old_to_honour_.gitignore.mdwn36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/bugs/Mac_OS_git_version_too_old_to_honour_.gitignore.mdwn b/doc/bugs/Mac_OS_git_version_too_old_to_honour_.gitignore.mdwn
new file mode 100644
index 000000000..f5aa3b078
--- /dev/null
+++ b/doc/bugs/Mac_OS_git_version_too_old_to_honour_.gitignore.mdwn
@@ -0,0 +1,36 @@
+### Please describe the problem.
+
+Git annex assistant ignores .gitignore file due to packaged git version being too old.
+
+I have a locally installed version that is greater than the 1.8.4 needed to respect .gitignore but git annex doesn't use it.
+
+### What steps will reproduce the problem?
+
+- Create local repository using webapp
+- Add .gitignore file to local repository
+- Add files that match .gitignore patterns and watch git annex add them
+
+### What version of git-annex are you using? On what operating system?
+
+Git Annex assistant version 5.20140128-g0ac94c3 on Mac OS 10.9.1
+
+### Please provide any additional information below.
+
+Log message is "The installed version of git is too old for .gitignores to be honored by git-annex."
+
+[[!format sh """
+# /Applications/git-annex.app/Contents/MacOS/git-annex version
+git-annex version: 5.20140128-g0ac94c3
+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)
+
+# which git
+/usr/local/bin/git
+
+# /usr/local/bin/git --version
+git version 1.8.5.3
+"""]]