From 140728511fbfa8c0d10e353131d4860a2c4c977b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" Date: Mon, 15 Jul 2013 17:48:48 +0000 Subject: [PATCH] --- ...x_uninit_removes_files_not_previously_added_to_annex.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn b/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn index 1f3cc059ed..70b13c2418 100644 --- a/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn +++ b/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn @@ -5,9 +5,10 @@ Once git annex uninit is complete, these files are deleted. ### What steps will reproduce the problem? -cp big-file annex-dir -cd annex-dir +cp big-file annex-dir; +cd annex-dir; git annex uninit + ... big-file is gone