This commit is contained in:
Joey Hess 2017-10-31 13:18:52 -04:00
parent 4ecc852ca0
commit 11f76af7e8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2017-10-31T17:15:33Z"
content="""
Well, `git annex sync` does not itself run `git status`.
Try running git-annex with the --debug option, it will say what git
commands it runs, and that should help find out which git command is
complaining.
My guess is it's `git commit`, which is probably getting the status
unncessarily for a commit message template, despite a commit message
being specified. If so, `git annex sync --no-commit` would avoid
that.
"""]]