From 5759065e1886c67ec171d2f6efb4a78ce407b472 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Fri, 26 Jul 2019 00:36:18 +0000 Subject: [PATCH] added suggestion to let git-annex-export export non-annexed files --- doc/todo/option_in_git-annex-export_to_include_git_files.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/todo/option_in_git-annex-export_to_include_git_files.mdwn diff --git a/doc/todo/option_in_git-annex-export_to_include_git_files.mdwn b/doc/todo/option_in_git-annex-export_to_include_git_files.mdwn new file mode 100644 index 0000000000..bc7321de9d --- /dev/null +++ b/doc/todo/option_in_git-annex-export_to_include_git_files.mdwn @@ -0,0 +1 @@ +[[git-annex-export]] currently only copies git-annexed files to the target remote, omitting files under normal git control. So for the target to fully reflect the exported treeish, all files in the treeish must be git-annexed. It would help if there was an option to export git-controlled files along with the git-annexed ones. This is useful e.g. if you have a version-controlled website, and want to version the basic html skeleton with normal git, while versioning heavy data files with git-annex.