From 2ca412754a249816bdff5f9860e73321a81482b1 Mon Sep 17 00:00:00 2001 From: "msloco@dab095e2e54192078b3eedcd000f7d838a169f5b" Date: Tue, 31 Jul 2018 22:21:48 +0000 Subject: [PATCH 1/3] Added a comment: samee here --- .../comment_17_37ba50a8378b2ac3d920fc8155eea42a._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/tips/install_on_Android_in_Termux/comment_17_37ba50a8378b2ac3d920fc8155eea42a._comment diff --git a/doc/tips/install_on_Android_in_Termux/comment_17_37ba50a8378b2ac3d920fc8155eea42a._comment b/doc/tips/install_on_Android_in_Termux/comment_17_37ba50a8378b2ac3d920fc8155eea42a._comment new file mode 100644 index 0000000000..34b6f2577c --- /dev/null +++ b/doc/tips/install_on_Android_in_Termux/comment_17_37ba50a8378b2ac3d920fc8155eea42a._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="msloco@dab095e2e54192078b3eedcd000f7d838a169f5b" + nickname="msloco" + avatar="http://cdn.libravatar.org/avatar/50b4d89811af4f1413ab778c9e998ee4" + subject="samee here" + date="2018-07-31T22:21:48Z" + content=""" +Aarch64 incurs signal 11 +"""]] From 5089f0497f92b8fa22761fd16365f53c95117fde Mon Sep 17 00:00:00 2001 From: ggres Date: Wed, 1 Aug 2018 18:57:54 +0000 Subject: [PATCH 2/3] --- doc/forum/Combine_tags_in_view_branches.mdwn | 27 ++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/forum/Combine_tags_in_view_branches.mdwn diff --git a/doc/forum/Combine_tags_in_view_branches.mdwn b/doc/forum/Combine_tags_in_view_branches.mdwn new file mode 100644 index 0000000000..5de355bd63 --- /dev/null +++ b/doc/forum/Combine_tags_in_view_branches.mdwn @@ -0,0 +1,27 @@ +Is there a way to 'combine' tags in view branches? For example: + +``` +git annex view photos videos +``` + +produces a directory tree like so: + +``` ++ photos + - a.jpg + - b.jpg + - ... ++ videos + - a.mp4 + - b.mp4 + - ... +``` + +Is there a way to achieve the following output?: + +``` +- a.jpg +- b.jpg +- a.mp4 +- b.mp4 +- ... From fa1704f65670817143bf6fd5d1a3d921049a5dc7 Mon Sep 17 00:00:00 2001 From: ggres Date: Wed, 1 Aug 2018 18:59:10 +0000 Subject: [PATCH 3/3] --- doc/forum/Combine_tags_in_view_branches.mdwn | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/forum/Combine_tags_in_view_branches.mdwn b/doc/forum/Combine_tags_in_view_branches.mdwn index 5de355bd63..8dfb8208fc 100644 --- a/doc/forum/Combine_tags_in_view_branches.mdwn +++ b/doc/forum/Combine_tags_in_view_branches.mdwn @@ -6,7 +6,6 @@ git annex view photos videos produces a directory tree like so: -``` + photos - a.jpg - b.jpg @@ -15,11 +14,9 @@ produces a directory tree like so: - a.mp4 - b.mp4 - ... -``` Is there a way to achieve the following output?: -``` - a.jpg - b.jpg - a.mp4