added suggestion to let git-annex-export export non-annexed files

This commit is contained in:
Ilya_Shlyakhter 2019-07-26 00:36:18 +00:00 committed by admin
parent 1b77164c83
commit 5759065e18

View file

@ -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.