summaryrefslogtreecommitdiff
path: root/doc/bugs/Mac_OS_git_version_still_too_old_for_.gitignore__63__.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-19 13:46:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-19 13:55:29 -0400
commitdbfc00e2a6ad99200da35f75f889174cd7bfd195 (patch)
tree9d8a9d1353ab10376183c1bda881fface04b6fcb /doc/bugs/Mac_OS_git_version_still_too_old_for_.gitignore__63__.mdwn
parent41b7950285ef1e91b80c441c2be68a1ef4d0d27c (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before Q3 2015. Command line used: for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
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__.mdwn28
1 files changed, 0 insertions, 28 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
deleted file mode 100644
index 5de6d2aa5..000000000
--- a/doc/bugs/Mac_OS_git_version_still_too_old_for_.gitignore__63__.mdwn
+++ /dev/null
@@ -1,28 +0,0 @@
-### 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)
-
-> Really [[fixed|done]] now. --[[Joey]]