diff --git a/doc/todo/Allow_syncing_only_selected_branches.mdwn b/doc/todo/Allow_syncing_only_selected_branches.mdwn new file mode 100644 index 0000000000..3f4d4db70e --- /dev/null +++ b/doc/todo/Allow_syncing_only_selected_branches.mdwn @@ -0,0 +1,6 @@ +It seems that currently, syncing will result in every branch winding +up everywhere within the network of git annex nodes. It would be great +if one could keep some branches purely local. + +The «fetch» part of «sync» seems to respect the fetch refspec in the +git config, but the push part seems to always push everything.