Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also add untracked files in stash to prevent issues with deleted files #974

Merged
merged 2 commits into from
May 2, 2022

Conversation

christianlupus
Copy link
Collaborator

Closes #932

This seems to fix the problem for now. For complex changes (where you add a file and remove it from gitignore in one step), it might still fail.

Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
@codecov
Copy link

codecov bot commented May 2, 2022

Codecov Report

Merging #974 (6db3da3) into master (f12f570) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #974   +/-   ##
=======================================
  Coverage   28.95%   28.95%           
=======================================
  Files          30       30           
  Lines        1547     1547           
=======================================
  Hits          448      448           
  Misses       1099     1099           
Flag Coverage Δ
integration 5.49% <ø> (ø)
unittests 23.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@github-actions
Copy link

github-actions bot commented May 2, 2022

Unit Test Results

     22 files       22 suites   7m 35s ⏱️
   120 tests    120 ✔️ 0 💤 0
1 320 runs  1 320 ✔️ 0 💤 0

Results for commit 6db3da3.

@christianlupus christianlupus merged commit 3ce640b into master May 2, 2022
@delete-merged-branch delete-merged-branch bot deleted the fix/932-git-stash branch May 2, 2022 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent data loss when using the hooks during refactoring the git history
1 participant