This commit is contained in:
parent
2b61bcbfc0
commit
c7809ac380
1 changed files with 45 additions and 0 deletions
|
@ -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 <file>..." to update what will be committed)
|
||||
# (use "git checkout -- <file>..." 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
|
||||
"""]]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue