summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2015-08-27 13:43:40 +0000
committerGravatar admin <admin@branchable.com>2015-08-27 13:43:40 +0000
commit25cbb07f09edb6ccfd6ec5e5f28d729a233519e1 (patch)
tree617105bb63f2007dd828326eb813c87d1b616709 /doc
parent35f4c6c0e20762955ebcb257dc59755faa7cef69 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/--help_should_not_demand_being_in_the_git_repo.mdwn24
1 files changed, 24 insertions, 0 deletions
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 000000000..0a7aa43fb
--- /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 ;)
+