investigation results
Also, close dup bug.
This commit is contained in:
parent
438e5b56aa
commit
38ba8cca1b
3 changed files with 34 additions and 0 deletions
|
@ -26,3 +26,5 @@ Doing a `git checkout .` at this point took about a minute. In comparison doing
|
|||
### Please provide any additional information below.
|
||||
|
||||
The relevance of this problem is that I tried to go from a lock-adjusted branch to its basis with about 50000 unlocked files with `git checkout`. It was taking longer than expected and there were many warnings about a cosmetic problem and advised me to run `git update-index -q --refresh <path>`. Eventually I deleted the entire working tree, did `git reset --hard` to recreate the unlocked file stubs, locked every file and unlocked them again.
|
||||
|
||||
> [[dup|done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2021-11-02T17:58:27Z"
|
||||
content="""
|
||||
This is due to [[todo/git_smudge_clean_interface_suboptiomal]].
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue