summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar lee@7614f42c1a6cc84dbc813df25d2f75ed54948e17 <lee@web>2017-04-07 21:35:48 +0000
committerGravatar admin <admin@branchable.com>2017-04-07 21:35:48 +0000
commitc4efe38c7285fe501d15fa1fefdd643e05a81281 (patch)
tree6134f47ae1e8bd730a0ff815f3da8abe5f319d10
parent57f43f4f847ba55362f54c1234ef44cbc98c4285 (diff)
add todo for lib versions
-rw-r--r--doc/todo/Display_the_version_of_a_library_corresponding_to_a_build_flag.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/todo/Display_the_version_of_a_library_corresponding_to_a_build_flag.mdwn b/doc/todo/Display_the_version_of_a_library_corresponding_to_a_build_flag.mdwn
new file mode 100644
index 000000000..eebb529c5
--- /dev/null
+++ b/doc/todo/Display_the_version_of_a_library_corresponding_to_a_build_flag.mdwn
@@ -0,0 +1,17 @@
+It would be great when diagnosing issues to know the version of a particular library that git-annex is compiled with.
+
+Because there are so many dependencies though, perhaps only the libraries corresponding to a build flag should be displayed, so instead of
+
+ ~ λ git annex version
+ git-annex version: 6.20170321-g4642912
+ build flags: Assistant Webapp Pairing Testsuite S3(multipartupload)(storageclasses) WebDAV Inotify ConcurrentOutput TorrentParser Feeds Quvi
+ 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 p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external
+
+It would show:
+
+ ~ λ git annex version
+ git-annex version: 6.20170321-g4642912
+ build flags: ...etc... TorrentParser-1.2.1 Feeds-2.3.1 Quvi-1.0.0
+ 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 p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external