You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix #551 is actually not fixing the issue for all cases (e.g. if squash commits/merges are used).
With #618 there is an option to get the hash of the last source merge.
With this hash it is possible to get all deleted files from the source from the delta of this hash to the HEAD.
Expected Behavior
The deletion feature is working as expected
Current Behavior
If using features like squashing the hash is lost from last merge. In such cases the deletion is not working.
Is there an existing issue for this?
Describe the bug
The fix #551 is actually not fixing the issue for all cases (e.g. if squash commits/merges are used).
With #618 there is an option to get the hash of the last source merge.
With this hash it is possible to get all deleted files from the source from the delta of this hash to the HEAD.
Expected Behavior
The deletion feature is working as expected
Current Behavior
If using features like squashing the hash is lost from last merge. In such cases the deletion is not working.
Steps To Reproduce
No response
Possible Solution
Use the tag from #618
Additional Information/Context
No response
Template sync version Version
v2
The text was updated successfully, but these errors were encountered: