Egit overrides skip-worktree bit [message #1821996] |
Tue, 25 February 2020 07:39  |
Eclipse User |
|
|
|
In order to tell git to not consider modified some files exists the command:
git update-index --skip-worktree filename
that set the bit to the corresponding file in the local repository.
That bit shall not be overriden by any git command but --no-skip-worktree.
using git cli command as pull --rebase, reset --hard the bit stay untouched
using the same commands and using the stash from egit iside eclipe, causes the skip-worktree bits to be reseted, so all files results modified once again.
This behavior, causes us to set the skip-worktree bit every time we do a pull-rebase.
This is very inconvenient for us, and some developer has starting complaining and dropped eclipse in favour of VS code.
I've found from egit/jgit bugzilla some related bugs:
Bug 477771
Bug 477745
Bug 477749
I've post on these bus on bugzilla some week ago, but I haven't received any feedback.
Are there any plan to fix the support of --skip-worktree on jgit/egit?
Thank you
regards
Alessandro
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08812 seconds