From 5363fa3b2e5ebd2209702a4e06d9f21ab80b1f4a Mon Sep 17 00:00:00 2001 From: mitzip Date: Wed, 27 May 2015 02:54:17 +0000 Subject: [PATCH 1/3] Added a comment: --depth undo option --- .../comment_17_e7c066fba8e28c61e8517c7a18a02457._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/direct_mode/comment_17_e7c066fba8e28c61e8517c7a18a02457._comment diff --git a/doc/direct_mode/comment_17_e7c066fba8e28c61e8517c7a18a02457._comment b/doc/direct_mode/comment_17_e7c066fba8e28c61e8517c7a18a02457._comment new file mode 100644 index 0000000000..6847c5f9ee --- /dev/null +++ b/doc/direct_mode/comment_17_e7c066fba8e28c61e8517c7a18a02457._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="mitzip" + subject="--depth undo option" + date="2015-05-27T02:54:17Z" + content=""" +Well I just spent 4 hours building a OSX GUI around git annex undo --depth and it responds with \"git-annex: unrecognized option '--depth'\"... lol Please tell me that option exists somewhere other than the documentation... lol +"""]] From 74ad91d3c5946353ad7c7bfab66a7bb63cb6aadc Mon Sep 17 00:00:00 2001 From: "daniel@bfaa1abb51d526e904da5322c6c0d993097b7ea9" Date: Wed, 27 May 2015 04:57:26 +0000 Subject: [PATCH 2/3] --- .../webapp_missing_in_20150522_release.mdwn | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/bugs/webapp_missing_in_20150522_release.mdwn diff --git a/doc/bugs/webapp_missing_in_20150522_release.mdwn b/doc/bugs/webapp_missing_in_20150522_release.mdwn new file mode 100644 index 0000000000..4c96ed6da3 --- /dev/null +++ b/doc/bugs/webapp_missing_in_20150522_release.mdwn @@ -0,0 +1,34 @@ +### Please describe the problem. + +Using the prebuilt linux tarball, version 20150522 fails to start the webapp. + +Doing it manually from the console, just gives me the help text. + +Trying out an older version shows me the webapp option below "watch" in the help, but this is missing in 20150522 version. + +git-annex version gives me: + + git-annex version: 5.20150522-gb199d65 + build flags: Assistant Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA + key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E MD5E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 MD5 WORM URL + remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external + +### What steps will reproduce the problem? + +Use 20150522 version of git annex + +### What version of git-annex are you using? On what operating system? + +linux tarball, version 20150522 + +Arch linux + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] From eae408075bd1aa05d9e81b5f2e1e6622df51f67e Mon Sep 17 00:00:00 2001 From: mitzip Date: Wed, 27 May 2015 18:11:46 +0000 Subject: [PATCH 3/3] --- doc/forum/undo_--depth_option_missing.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/undo_--depth_option_missing.mdwn diff --git a/doc/forum/undo_--depth_option_missing.mdwn b/doc/forum/undo_--depth_option_missing.mdwn new file mode 100644 index 0000000000..cc50e383d1 --- /dev/null +++ b/doc/forum/undo_--depth_option_missing.mdwn @@ -0,0 +1,3 @@ +Well I just spent 4 hours building a OSX GUI around git annex undo --depth and it responds with "git-annex: unrecognized option '--depth'"... lol Please tell me that option exists somewhere other than the documentation... lol + +Should I abandon my efforts or does it really exist (I couldn't find it in the source)?