From 296707eb497b381963731cb7298c1fdc1eeb221d Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" Date: Thu, 27 Aug 2015 13:43:40 +0000 Subject: [PATCH] --- ...ould_not_demand_being_in_the_git_repo.mdwn | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bugs/--help_should_not_demand_being_in_the_git_repo.mdwn diff --git a/doc/bugs/--help_should_not_demand_being_in_the_git_repo.mdwn b/doc/bugs/--help_should_not_demand_being_in_the_git_repo.mdwn new file mode 100644 index 0000000000..0a7aa43fbd --- /dev/null +++ b/doc/bugs/--help_should_not_demand_being_in_the_git_repo.mdwn @@ -0,0 +1,24 @@ +### Please describe the problem. + +subj -- happens for sync and merge commands at least + + +[[!format sh """ +$> git annex sync --help +git-annex: Not in a git repository. + +$> git annex merge --help +git-annex: Not in a git repository. + +$> git annex version +git-annex version: 5.20150819+gitgc587698-1~ndall+1 +build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA Database +key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL +remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external + +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +YES -- lots of luck ;) +