diff --git a/doc/forum/git_annex_view_tags_failing.mdwn b/doc/forum/git_annex_view_tags_failing.mdwn new file mode 100644 index 0000000000..044957f497 --- /dev/null +++ b/doc/forum/git_annex_view_tags_failing.mdwn @@ -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 diff --git a/doc/git-annex-unused/comment_12_573e68def90ffd899271c6a9f80eae3c._comment b/doc/git-annex-unused/comment_12_573e68def90ffd899271c6a9f80eae3c._comment new file mode 100644 index 0000000000..cf535d7c1b --- /dev/null +++ b/doc/git-annex-unused/comment_12_573e68def90ffd899271c6a9f80eae3c._comment @@ -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? +"""]]