Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
df8f849354
2 changed files with 24 additions and 0 deletions
16
doc/forum/git_annex_view_tags_failing.mdwn
Normal file
16
doc/forum/git_annex_view_tags_failing.mdwn
Normal file
|
@ -0,0 +1,16 @@
|
|||
I'm on a windows 10 machine and not using wls. I'm sorting through some photos and tagging them with people, but when I attempt to view my tags I can't. Below is the command and output. I tried searching around a bit, but I'm not entirely sure where to start. On my last commit I didn't open an editor, I used the -m flag, and I've checked Task Manager and except for the Git-Bash terminal, I don't see any git processes running. I'm not familiar enough with the internals of git or git annex to understand where it could be going wrong and would really appreciate some help. Thanks.
|
||||
|
||||
$ git annex view tags=*
|
||||
view (searching...) fatal: Unable to create 'D:\projects\2020-philippines\.git\annex\viewindex.lock': File exists.
|
||||
|
||||
Another git process seems to be running in this repository, e.g.
|
||||
an editor opened by 'git commit'. Please make sure all processes
|
||||
are terminated then try again. If it still fails, a git process
|
||||
may have crashed in this repository earlier:
|
||||
remove the file manually to continue.
|
||||
|
||||
git-annex: failed to read sha from git write-tree
|
||||
CallStack (from HasCallStack):
|
||||
error, called at .\Git\Sha.hs:23:15 in main:Git.Sha
|
||||
failed
|
||||
git-annex: view: 1 failed
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="meribold"
|
||||
avatar="http://cdn.libravatar.org/avatar/8cfdfc37c8459a7320aa6bb9f2689112"
|
||||
subject="comment 12"
|
||||
date="2021-03-11T02:52:32Z"
|
||||
content="""
|
||||
Is it possible to only list files that are not present in any branch/tag/ref and are *also* not present in any ancestor commit of any branch/tag/ref?
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue