From 6eb318cd5368d9916c148ec860a2346ea79cbb75 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Wed, 1 Jul 2020 17:32:45 +0000 Subject: [PATCH 1/3] Added a comment: git pack files --- .../comment_2_620cfbb2e2507d340dfb25d1fcd2cdfa._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/keep_git-annex_branch_checked_out__63__/comment_2_620cfbb2e2507d340dfb25d1fcd2cdfa._comment diff --git a/doc/todo/keep_git-annex_branch_checked_out__63__/comment_2_620cfbb2e2507d340dfb25d1fcd2cdfa._comment b/doc/todo/keep_git-annex_branch_checked_out__63__/comment_2_620cfbb2e2507d340dfb25d1fcd2cdfa._comment new file mode 100644 index 0000000000..5b33e3268a --- /dev/null +++ b/doc/todo/keep_git-annex_branch_checked_out__63__/comment_2_620cfbb2e2507d340dfb25d1fcd2cdfa._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="git pack files" + date="2020-07-01T17:32:45Z" + content=""" +\"git pack files are designed for fast random access\" -- but also for representing slow-changing source code files; git-annex branch contents seems quite different from the typical source code repo. +"""]] From d1232e385b28eb9e91c6a2360e8ce7726151fdc7 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Wed, 1 Jul 2020 17:33:49 +0000 Subject: [PATCH 2/3] Added a comment --- .../comment_4_d35cfe01d9093c047b0f8ed0a6265258._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/speed_up_git_annex_sync_--content_--all/comment_4_d35cfe01d9093c047b0f8ed0a6265258._comment diff --git a/doc/todo/speed_up_git_annex_sync_--content_--all/comment_4_d35cfe01d9093c047b0f8ed0a6265258._comment b/doc/todo/speed_up_git_annex_sync_--content_--all/comment_4_d35cfe01d9093c047b0f8ed0a6265258._comment new file mode 100644 index 0000000000..715220e3dc --- /dev/null +++ b/doc/todo/speed_up_git_annex_sync_--content_--all/comment_4_d35cfe01d9093c047b0f8ed0a6265258._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="comment 4" + date="2020-07-01T17:33:49Z" + content=""" +Possibly related: [[todo/keep_git-annex_branch_checked_out?]] +"""]] From bc9c7c3b2c4c34f92a5815114e0e3ab73709a2dd Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Wed, 1 Jul 2020 18:53:07 +0000 Subject: [PATCH 3/3] question about building the standalone distribution --- .../building_the_standalone_distribution_from_source.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/building_the_standalone_distribution_from_source.mdwn diff --git a/doc/forum/building_the_standalone_distribution_from_source.mdwn b/doc/forum/building_the_standalone_distribution_from_source.mdwn new file mode 100644 index 0000000000..eab4e9829e --- /dev/null +++ b/doc/forum/building_the_standalone_distribution_from_source.mdwn @@ -0,0 +1,3 @@ +Are the instructions for building the [[standalone|install/Linux_standalone]] distribution officially documented somewhere? Do I understand correctly that this can't be done from the [tarballs on Hackage](https://hackage.haskell.org/package/git-annex), and requires [[checking out the full source tree|install/fromsource]]? Can `stack` still be used, or does this only work with `cabal`? + +Related thread: [[forum/standalone_tarballs_for_specific_versions]].