From 11ddbe4431014a9a64cdfe026ae266d845c788ec Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmFe2gzaJequ06hlza8N1-lFqQfwtFnw68" Date: Fri, 27 Mar 2015 18:11:07 +0000 Subject: [PATCH] --- doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn b/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn index 4d002d997d..589877860a 100644 --- a/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn +++ b/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite.mdwn @@ -3,6 +3,7 @@ I've been trying to get all image files added to git annex with a wildcard, with Comands I've tried- git annex add *.jpg * This outputs to the screen that it's adding each .jpg it finds, but when I go to commit there are 0 files staged. + git annex add . --include='*.jpg' * This doesn't return any results.