tagged the past 2 years of open todos and followed up to a few of them

also moved some that were really bug reports to bugs/ and closed a
couple
This commit is contained in:
Joey Hess 2020-01-30 15:22:05 -04:00
parent c08d5612ee
commit cffa2446e8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
107 changed files with 406 additions and 4 deletions

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-01-30T17:12:40Z"
content="""
That tip was written by leni536, and I don't really understand what it's
talking about with a difference in sync behavior. I'm not sure it's
accurate or describes what happens clearly.
To me it seems really simple, no matter if you have a regular work tree, or
are using git-worktree or whatever: sync fetches, merges, and pushes. Merging
updates the current work tree, and AFAIK not whatever other work trees might
be using the same .git repository. In any case, sync should behave the same
as git pull as far as updating work trees goes.
Can you please show an example of whatever problem you may have with the
current behavior?
"""]]