From 103565b2a2e266a7a62c67c25bbaa2d3497226b7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 9 Feb 2015 13:18:07 -0400 Subject: [PATCH] comment --- ...ment_1_a9a4baebfb647898a76ee3d5ab6febfd._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/how_to_commit_removed_files_as_repo-droped_entries/comment_1_a9a4baebfb647898a76ee3d5ab6febfd._comment diff --git a/doc/forum/how_to_commit_removed_files_as_repo-droped_entries/comment_1_a9a4baebfb647898a76ee3d5ab6febfd._comment b/doc/forum/how_to_commit_removed_files_as_repo-droped_entries/comment_1_a9a4baebfb647898a76ee3d5ab6febfd._comment new file mode 100644 index 0000000000..0312ac8db8 --- /dev/null +++ b/doc/forum/how_to_commit_removed_files_as_repo-droped_entries/comment_1_a9a4baebfb647898a76ee3d5ab6febfd._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-02-09T17:15:19Z" + content=""" +One way to do this is to switch to a different branch. Then, deletion +of a file won't propigate to other repositories, that don't have that +same branch checked out. + +Or, see +-- file managers can be taught to run `git annex drop` rather than deleting +files. Perhaps xbmc/kodi could be too.. +"""]]