From c7809ac380185e8631413c8fb11b197bde6afa08 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY" Date: Tue, 28 May 2013 17:44:55 +0000 Subject: [PATCH] --- ...sitories_end_up_with_unstaged_changes.mdwn | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/bugs/Direct_mode_repositories_end_up_with_unstaged_changes.mdwn diff --git a/doc/bugs/Direct_mode_repositories_end_up_with_unstaged_changes.mdwn b/doc/bugs/Direct_mode_repositories_end_up_with_unstaged_changes.mdwn new file mode 100644 index 0000000000..2b91bf9137 --- /dev/null +++ b/doc/bugs/Direct_mode_repositories_end_up_with_unstaged_changes.mdwn @@ -0,0 +1,45 @@ +### Please describe the problem. + +After running two repositories syncing with one another in direct mode "git status" shows unstaged changes in both. + +### What steps will reproduce the problem? + +1. Create two direct mode repositories with each other as ssh remotes +2. Run "git annex assistant" on each +3. Create files on each and they get synced +4. Run "git status" + +In my current repository the output is: + +[[!format sh """ +$ git status +# On branch master +# Changes not staged for commit: +# (use "git add ..." to update what will be committed) +# (use "git checkout -- ..." to discard changes in working directory) +# +# typechange: fromgolias +# typechange: fromwintermute +# +no changes added to commit (use "git add" and/or "git commit -a") +"""]] + +### What version of git-annex are you using? On what operating system? + +[[!format sh """ +$ git annex version +git-annex version: 4.20130516.1 +build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP +local repository version: 4 +default repository version: 3 +supported repository versions: 3 4 +upgrade supported from repository versions: 0 1 2 + +$ lsb_release -a +No LSB modules are available. +Distributor ID: Ubuntu +Description: Ubuntu 12.04.2 LTS +Release: 12.04 +Codename: precise +"""]] +