summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ignore-unstaged-uncommitted-submodule-changes-99dbf054f5617d08.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/ignore-unstaged-uncommitted-submodule-changes-99dbf054f5617d08.yaml b/releasenotes/notes/ignore-unstaged-uncommitted-submodule-changes-99dbf054f5617d08.yaml
new file mode 100644
index 0000000..0523b3a
--- /dev/null
+++ b/releasenotes/notes/ignore-unstaged-uncommitted-submodule-changes-99dbf054f5617d08.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ When checking for unstaged or uncommitted changes to avoid performing a
+ test rebase, unstaged and uncommitted changes in Git submodules are now
+ ignored since those won't be rebased anyway.