Skip to content

Changes can get lost when aborting an interactive rebase with staged changes #4823

@TheUnlimited64

Description

@TheUnlimited64

Describe the bug
It's possible without notice, that changes might get lost while being in an interactive rebase, when you abort the interactive rebase.

To Reproduce
Steps to reproduce the behavior:

  1. Start an interactive rebase
  2. Make a change
  3. Stage that change
  4. Abort the interactive rebase
  5. Notice that the staged change is lost

Expected behavior
A warning, a dialog that asks to stash the changes or autostash

Version info:
commit=, build date=, build source=Homebrew, version=0.54.1, os=linux, arch=amd64, git version=2.49.0

git version 2.49.0

Additional context
That workflow is a bit unusual, but it happened because I requested a feature for the stacked branches and it was suggested to stash my changes and while being in an interactive rebase I should pop that stash. But then I've aborted. The changes were lost.

Tailing log file /home/default/.local/state/lazygit/development.log

Aug 14 11:58:48 |INFO| postRefreshUpdate for reflogCommits took 12.994463ms 
Aug 14 11:58:48 |INFO| refreshed reflog in 15.501864ms 
Aug 14 11:58:48 |INFO| git log HEAD --topo-order --oneline --pretty=format:+%H%x00%at%x00%aN%x00%ae%x00%P%x00%m%x00%D%x00%s --abbrev=40 -300 --no-show-signature -- (31.573356ms) 
Aug 14 11:58:48 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:58:48 |INFO| postRefreshUpdate for commits took 181.699µs 
Aug 14 11:58:48 |INFO| refreshed commits and commit files in 33.402949ms 
Aug 14 11:58:48 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:58:48 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:58:48 |INFO| refreshed branches in 33.77239ms 
Aug 14 11:58:48 |INFO| Refresh took 34.173328ms 
^C
    ~/p/application/web/gui/p/core  on   feature-3871…nload-in-gui  lazygit --logs                                                                                         INT ✘  3.11    at 11:58:56  
Tailing log file /home/default/.local/state/lazygit/development.log

Aug 14 11:58:59 |INFO| postRefreshUpdate for worktrees took 21.552µs 
Aug 14 11:58:59 |INFO| postRefreshUpdate for localBranches took 218.6µs 
Aug 14 11:58:59 |INFO| postRefreshUpdate for reflogCommits took 13.28499ms 
Aug 14 11:58:59 |INFO| git status --untracked-files=all --porcelain -z --find-renames=50% (19.22715ms) 
Aug 14 11:58:59 |INFO| postRefreshUpdate for submodules took 13.775µs 
Aug 14 11:58:59 |INFO| postRefreshUpdate for files took 4.139µs 
Aug 14 11:58:59 |INFO| git log HEAD --topo-order --oneline --pretty=format:+%H%x00%at%x00%aN%x00%ae%x00%P%x00%m%x00%D%x00%s --abbrev=40 -300 --no-show-signature -- (34.823012ms) 
Aug 14 11:58:59 |INFO| postRefreshUpdate for commits took 1.399844ms 
Aug 14 11:58:59 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:58:59 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:04 |INFO| Receiving focus - refreshing 
Aug 14 11:59:04 |INFO| refreshing all scopes in async mode 
Aug 14 11:59:04 |INFO| Refresh took 102.561µs 
Aug 14 11:59:04 |DEBU| RunCommand command="git for-each-ref --sort=-committerdate --format=%(HEAD)%00%(refname:short)%00%(upstream:short)%00%(upstream:track)%00%(push:track)%00%(subject)%00%(objectname)%00%(committerdate:unix) refs/heads"
Aug 14 11:59:04 |DEBU| RunCommand command="git tag --list -n --sort=-creatordate"
Aug 14 11:59:04 |DEBU| RunCommand command="git stash list -z --pretty=%ct|%gs"
Aug 14 11:59:04 |DEBU| RunCommand command="git branch --show-current"
Aug 14 11:59:04 |DEBU| Error getting git config value for key: status.showUntrackedFiles. Error: the key is not found for [git config --get --null status.showUntrackedFiles] 
Aug 14 11:59:04 |DEBU| RunCommand command="git status --untracked-files=all --porcelain -z --find-renames=50%"
Aug 14 11:59:04 |INFO| git stash list -z --pretty=%ct|%gs (1.196053ms) 
Aug 14 11:59:04 |INFO| postRefreshUpdate for stash took 18.005µs 
Aug 14 11:59:04 |INFO| git branch --show-current (1.578635ms) 
Aug 14 11:59:04 |DEBU| RunCommand command="git rev-list refs/heads/feature-3871-gui-implement-log-download-in-gui ^feature-3871-gui-implement-log-download-in-gui@{u} ^refs/remotes/origin/master"
Aug 14 11:59:04 |DEBU| RunCommand command="git rev-list HEAD ^refs/remotes/origin/master"
Aug 14 11:59:04 |INFO| git -c log.showSignature=false log -g --format=+%H%x00%ct%x00%gs%x00%P (3.74382ms) 
Aug 14 11:59:04 |INFO| git rev-list refs/heads/feature-3871-gui-implement-log-download-in-gui ^feature-3871-gui-implement-log-download-in-gui@{u} ^refs/remotes/origin/master (2.813272ms) 
Aug 14 11:59:04 |INFO| git tag --list -n --sort=-creatordate (5.43765ms) 
Aug 14 11:59:04 |INFO| git rev-list HEAD ^refs/remotes/origin/master (3.759719ms) 
Aug 14 11:59:04 |INFO| git for-each-ref --sort=-committerdate --format=%(HEAD)%00%(refname:short)%00%(upstream:short)%00%(upstream:track)%00%(push:track)%00%(subject)%00%(objectname)%00%(committerdate:unix) refs/heads (6.71572ms) 
Aug 14 11:59:04 |DEBU| RunCommand command="git worktree list --porcelain"
Aug 14 11:59:04 |INFO| git for-each-ref --sort=-committerdate --format=%(refname) refs/remotes (10.712273ms) 
Aug 14 11:59:04 |INFO| postRefreshUpdate for remotes took 39.705µs 
Aug 14 11:59:04 |INFO| postRefreshUpdate for remoteBranches took 4.312µs 
Aug 14 11:59:04 |INFO| postRefreshUpdate for tags took 4.824876ms 
Aug 14 11:59:04 |INFO| git worktree list --porcelain (2.78496ms) 
Aug 14 11:59:04 |DEBU| RunCommand command="git -C /home/default/projects/application rev-parse --path-format=absolute --absolute-git-dir"
Aug 14 11:59:05 |INFO| git -C /home/default/projects/application rev-parse --path-format=absolute --absolute-git-dir (1.492216ms) 
Aug 14 11:59:05 |INFO| postRefreshUpdate for worktrees took 50.083µs 
Aug 14 11:59:05 |INFO| postRefreshUpdate for localBranches took 1.213476ms 
Aug 14 11:59:05 |INFO| postRefreshUpdate for reflogCommits took 14.26285ms 
Aug 14 11:59:05 |INFO| git status --untracked-files=all --porcelain -z --find-renames=50% (21.871011ms) 
Aug 14 11:59:05 |INFO| postRefreshUpdate for submodules took 37.07µs 
Aug 14 11:59:05 |INFO| postRefreshUpdate for files took 9.754µs 
Aug 14 11:59:05 |INFO| git log HEAD --topo-order --oneline --pretty=format:+%H%x00%at%x00%aN%x00%ae%x00%P%x00%m%x00%D%x00%s --abbrev=40 -300 --no-show-signature -- (34.843109ms) 
Aug 14 11:59:05 |INFO| postRefreshUpdate for commits took 1.496838ms 
Aug 14 11:59:05 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:05 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:08 |INFO| Heap memory in use: 16.4 MB 
Aug 14 11:59:08 |INFO| refreshing the following scopes in sync mode: files 
Aug 14 11:59:08 |DEBU| RunCommand command="git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium refs/heads/feature-3871-gui-implement-log-download-in-gui --"
Aug 14 11:59:08 |DEBU| RunCommand command="git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium refs/heads/feature-4255-progress-of-log-download-sfs2-fc-repair-deletion-of-archives --"
Aug 14 11:59:08 |DEBU| using cache for key status.showUntrackedFiles 
Aug 14 11:59:08 |DEBU| RunCommand command="git status --untracked-files=all --porcelain -z --find-renames=50%"
Aug 14 11:59:08 |INFO| refreshed merge conflicts in 13.913µs 
Aug 14 11:59:08 |INFO| git status --untracked-files=all --porcelain -z --find-renames=50% (20.304728ms) 
Aug 14 11:59:08 |INFO| refreshed files in 20.875227ms 
Aug 14 11:59:08 |INFO| Refresh took 24.581176ms 
Aug 14 11:59:08 |INFO| postRefreshUpdate for submodules took 70.273µs 
Aug 14 11:59:08 |INFO| postRefreshUpdate for files took 7.962µs 
Aug 14 11:59:09 |DEBU| RunCommand command="git -C /home/default/projects/application -c diff.noprefix=false show --no-ext-diff --submodule --color=always --unified=3 --stat --decorate -p d5bfabbc9406e559998d60139a608704757264e7 --find-renames=50% --"
Aug 14 11:59:09 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:10 |INFO| RunCommand command="Beginning interactive rebase at '460c203f24777ed72e9abcab620d085fd04a4459'"
Aug 14 11:59:10 |DEBU| RunCommand command=[git rebase --interactive --autostash --keep-empty --no-autosquash --rebase-merges 460c203f24777ed72e9abcab620d085fd04a4459]
Aug 14 11:59:10 |DEBU| RunCommand command="git rebase --interactive --autostash --keep-empty --no-autosquash --rebase-merges 460c203f24777ed72e9abcab620d085fd04a4459"
Aug 14 11:59:10 |INFO| Lazygit invoked as interactive rebase demon 
Aug 14 11:59:10 |INFO| args: [/home/linuxbrew/.linuxbrew/Cellar/lazygit/0.54.1/bin/lazygit /home/default/projects/application/.git/rebase-merge/git-rebase-todo] 
Aug 14 11:59:10 |INFO| git rebase --interactive --autostash --keep-empty --no-autosquash --rebase-merges 460c203f24777ed72e9abcab620d085fd04a4459 (168.566673ms) 
Aug 14 11:59:10 |INFO| refreshing all scopes in block-ui mode 
Aug 14 11:59:10 |INFO| Refresh took 38.247µs 
Aug 14 11:59:10 |INFO| refreshed merge conflicts in 8.973µs 
Aug 14 11:59:10 |DEBU| RunCommand command="git stash list -z --pretty=%ct|%gs"
Aug 14 11:59:10 |DEBU| RunCommand command="git for-each-ref --sort=-committerdate --format=%(HEAD)%00%(refname:short)%00%(upstream:short)%00%(upstream:track)%00%(push:track)%00%(subject)%00%(objectname)%00%(committerdate:unix) refs/heads"
Aug 14 11:59:10 |DEBU| RunCommand command="git tag --list -n --sort=-creatordate"
Aug 14 11:59:10 |DEBU| Error getting git config value for key: core.commentChar. Error: the key is not found for [git config --get --null core.commentChar] 
Aug 14 11:59:10 |DEBU| using cache for key core.commentChar 
Aug 14 11:59:10 |DEBU| using cache for key status.showUntrackedFiles 
Aug 14 11:59:10 |DEBU| RunCommand command="git status --untracked-files=all --porcelain -z --find-renames=50%"
Aug 14 11:59:10 |INFO| git stash list -z --pretty=%ct|%gs (1.638468ms) 
Aug 14 11:59:10 |INFO| postRefreshUpdate for stash took 19.721µs 
Aug 14 11:59:10 |INFO| refreshed stash in 1.870116ms 
Aug 14 11:59:10 |INFO| git tag --list -n --sort=-creatordate (3.735365ms) 
Aug 14 11:59:10 |INFO| git -c log.showSignature=false log -g --format=+%H%x00%ct%x00%gs%x00%P (3.928239ms) 
Aug 14 11:59:10 |INFO| git for-each-ref --sort=-committerdate --format=%(HEAD)%00%(refname:short)%00%(upstream:short)%00%(upstream:track)%00%(push:track)%00%(subject)%00%(objectname)%00%(committerdate:unix) refs/heads (5.200689ms) 
Aug 14 11:59:10 |DEBU| RunCommand command="git symbolic-ref --short HEAD"
Aug 14 11:59:10 |INFO| postRefreshUpdate for tags took 1.884332ms 
Aug 14 11:59:10 |INFO| refreshed tags in 6.348009ms 
Aug 14 11:59:10 |ERRO| fatal: ref HEAD is not a symbolic ref
 command="git symbolic-ref --short HEAD"
Aug 14 11:59:10 |INFO| git symbolic-ref --short HEAD (1.578025ms) 
Aug 14 11:59:10 |DEBU| RunCommand command="git branch --points-at=HEAD --format=%(HEAD)%00%(objectname)%00%(refname)"
Aug 14 11:59:10 |INFO| git for-each-ref --sort=-committerdate --format=%(refname) refs/remotes (10.479229ms) 
Aug 14 11:59:10 |INFO| postRefreshUpdate for remotes took 51.08µs 
Aug 14 11:59:10 |INFO| postRefreshUpdate for remoteBranches took 9.494µs 
Aug 14 11:59:10 |INFO| refreshed remotes in 11.16916ms 
Aug 14 11:59:10 |INFO| git branch --points-at=HEAD --format=%(HEAD)%00%(objectname)%00%(refname) (4.735988ms) 
Aug 14 11:59:10 |DEBU| RunCommand command="git worktree list --porcelain"
Aug 14 11:59:10 |INFO| git worktree list --porcelain (1.300708ms) 
Aug 14 11:59:10 |DEBU| RunCommand command="git -C /home/default/projects/application rev-parse --path-format=absolute --absolute-git-dir"
Aug 14 11:59:10 |INFO| git -C /home/default/projects/application rev-parse --path-format=absolute --absolute-git-dir (1.740308ms) 
Aug 14 11:59:10 |INFO| postRefreshUpdate for reflogCommits took 12.636004ms 
Aug 14 11:59:10 |INFO| refreshed reflog in 16.810047ms 
Aug 14 11:59:10 |INFO| postRefreshUpdate for worktrees took 44.21µs 
Aug 14 11:59:10 |INFO| postRefreshUpdate for localBranches took 270.25µs 
Aug 14 11:59:10 |INFO| git -c log.showSignature=false show --no-patch --oneline --abbrev=20 --pretty=format:+%H%x00%at%x00%aN%x00%ae%x00%P%x00%m%x00%D%x00%s 013d5bbdc964610dc23d171a0266ce1e4d786604 3bbf12410e3ec229f56694913db3a256b0e5b970 2290007c62104aea73936b33143b3a61c939cf78 f40d4b3964e86cb5f4d70a2b8f23f2c63f1c38d0 4c0b9485993771d5b02154efa00227da0c608dc0 9b7f13296278d486c080e8788d760fbed5001663 1a6cb5b3781d4cc718685c46d7b1926119ec8acd e47e1dfb144964ca2552946074b386067d5a67b6 b4fcc77940242661d59ffdb859ff5b504df44531 820d1dd85ee966d9341de91e106c5152db1186f1 0afd6c1f5652cbbd4f72a6b823b4f5a43ca694b4 d5bfabbc9406e559998d60139a608704757264e7 c0bf4fa92fc637b1a01f60f99bd7e11197f1f6fa c35216505a8a0d03b33f286f6686d008517b6fc4 10788407b430c3c00257a978af685bd77b25f97d 4bf0e9a6dc47aa030bebe2a2b79ab47b4cfad6b2 450a9b6d061c5d88e955ac9c8a73ef5ebfae827a 41aec953c39773d6229b1606cafe358ca63f4b73 06ba18aa8a31311e5e1403db5dadcbf308493c28 c19aae1a15ce7e1e14d93688ff5a979d43f68995 1d7c851c51031a19e14f1f0a4341ae8cce85afcd c19d20299f232a94563e99773d135be4d6e00844 3c887573265a84e7e6fb1e31efa8343dd7290afe eb771f2640f8d0ff599595f56766250bc6878f47 5098c6f045d338087ca905383fa2cf1b971ac59f 575c87472ea7ef4063620e1d2d5ef55e30f8d5e5 5c012cb97af3d2762e3473761f52b0e02825a563 57912e63faa2a2a5fe5e84f2bccf57ce640a1e89 2694566751d94b4e9222178ddef9f9f227a345ae dde94d9f2adb4bf2b4753779063dc38a8e21a04c c87bf63c0c25f572b0b317ba27f97e4173331a39 2d612a17185d41bd38efe95d1d4a666ac81b336f 7094c773808c08a939b8d535a9c90379c25591f4 fb03806c7dcbcf5451136f4e3aee7b66eca215f8 b58377ada3e30f80fb884d7a9d45a8c398ca7253 (17.421526ms) 
Aug 14 11:59:10 |DEBU| RunCommand command="git rev-list refs/heads/feature-3871-gui-implement-log-download-in-gui ^feature-3871-gui-implement-log-download-in-gui@{u} ^refs/remotes/origin/master"
Aug 14 11:59:10 |DEBU| RunCommand command="git rev-list HEAD ^refs/remotes/origin/master"
Aug 14 11:59:10 |INFO| git status --untracked-files=all --porcelain -z --find-renames=50% (19.128896ms) 
Aug 14 11:59:10 |INFO| refreshed files in 20.973578ms 
Aug 14 11:59:10 |INFO| refreshed staging in 20.886909ms 
Aug 14 11:59:10 |INFO| git rev-list refs/heads/feature-3871-gui-implement-log-download-in-gui ^feature-3871-gui-implement-log-download-in-gui@{u} ^refs/remotes/origin/master (2.188826ms) 
Aug 14 11:59:10 |INFO| git rev-list HEAD ^refs/remotes/origin/master (2.397579ms) 
Aug 14 11:59:10 |INFO| git log HEAD --topo-order --oneline --pretty=format:+%H%x00%at%x00%aN%x00%ae%x00%P%x00%m%x00%D%x00%s --abbrev=40 -300 --no-show-signature -- (28.150781ms) 
Aug 14 11:59:10 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:10 |DEBU| RunCommand command="git -C /home/default/projects/application -c diff.noprefix=false show --no-ext-diff --submodule --color=always --unified=3 --stat --decorate -p 0afd6c1f5652cbbd4f72a6b823b4f5a43ca694b4 --find-renames=50% --"
Aug 14 11:59:10 |INFO| postRefreshUpdate for commits took 656.592µs 
Aug 14 11:59:10 |INFO| refreshed commits and commit files in 48.413877ms 
Aug 14 11:59:10 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:10 |INFO| refreshed branches in 48.612966ms 
Aug 14 11:59:10 |DEBU| RunCommand command="git -C /home/default/projects/application -c diff.noprefix=false show --no-ext-diff --submodule --color=always --unified=3 --stat --decorate -p d5bfabbc9406e559998d60139a608704757264e7 --find-renames=50% --"
Aug 14 11:59:10 |INFO| postRefreshUpdate for submodules took 6.452µs 
Aug 14 11:59:10 |INFO| postRefreshUpdate for files took 5.203µs 
Aug 14 11:59:10 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:10 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:16 |INFO| Receiving focus - refreshing 
Aug 14 11:59:16 |INFO| refreshing all scopes in async mode 
Aug 14 11:59:16 |INFO| Refresh took 115.319µs 
Aug 14 11:59:16 |DEBU| RunCommand command="git for-each-ref --sort=-committerdate --format=%(HEAD)%00%(refname:short)%00%(upstream:short)%00%(upstream:track)%00%(push:track)%00%(subject)%00%(objectname)%00%(committerdate:unix) refs/heads"
Aug 14 11:59:16 |DEBU| RunCommand command="git stash list -z --pretty=%ct|%gs"
Aug 14 11:59:16 |DEBU| Error getting git config value for key: status.showUntrackedFiles. Error: the key is not found for [git config --get --null status.showUntrackedFiles] 
Aug 14 11:59:16 |DEBU| RunCommand command="git tag --list -n --sort=-creatordate"
Aug 14 11:59:16 |DEBU| RunCommand command="git status --untracked-files=all --porcelain -z --find-renames=50%"
Aug 14 11:59:16 |INFO| git stash list -z --pretty=%ct|%gs (1.708911ms) 
Aug 14 11:59:16 |INFO| postRefreshUpdate for stash took 18.797µs 
Aug 14 11:59:16 |DEBU| Error getting git config value for key: core.commentChar. Error: the key is not found for [git config --get --null core.commentChar] 
Aug 14 11:59:16 |DEBU| using cache for key core.commentChar 
Aug 14 11:59:16 |INFO| git -c log.showSignature=false log -g --format=+%H%x00%ct%x00%gs%x00%P (3.742705ms) 
Aug 14 11:59:16 |INFO| git tag --list -n --sort=-creatordate (4.435636ms) 
Aug 14 11:59:16 |INFO| git for-each-ref --sort=-committerdate --format=%(HEAD)%00%(refname:short)%00%(upstream:short)%00%(upstream:track)%00%(push:track)%00%(subject)%00%(objectname)%00%(committerdate:unix) refs/heads (6.444263ms) 
Aug 14 11:59:16 |DEBU| RunCommand command="git symbolic-ref --short HEAD"
Aug 14 11:59:16 |ERRO| fatal: ref HEAD is not a symbolic ref
 
Aug 14 11:59:16 |INFO| git symbolic-ref --short HEAD (2.042205ms) 
Aug 14 11:59:16 |INFO| postRefreshUpdate for tags took 2.318709ms 
Aug 14 11:59:16 |DEBU| RunCommand command="git branch --points-at=HEAD --format=%(HEAD)%00%(objectname)%00%(refname)"
Aug 14 11:59:16 |INFO| git for-each-ref --sort=-committerdate --format=%(refname) refs/remotes (11.932662ms) 
Aug 14 11:59:16 |INFO| postRefreshUpdate for remotes took 88.096µs 
Aug 14 11:59:16 |INFO| postRefreshUpdate for remoteBranches took 7.779µs 
Aug 14 11:59:16 |INFO| git branch --points-at=HEAD --format=%(HEAD)%00%(objectname)%00%(refname) (6.465995ms) 
Aug 14 11:59:16 |DEBU| RunCommand command="git worktree list --porcelain"
Aug 14 11:59:16 |INFO| git worktree list --porcelain (3.00457ms) 
Aug 14 11:59:16 |DEBU| RunCommand command="git -C /home/default/projects/application rev-parse --path-format=absolute --absolute-git-dir"
Aug 14 11:59:16 |INFO| git -c log.showSignature=false show --no-patch --oneline --abbrev=20 --pretty=format:+%H%x00%at%x00%aN%x00%ae%x00%P%x00%m%x00%D%x00%s 013d5bbdc964610dc23d171a0266ce1e4d786604 3bbf12410e3ec229f56694913db3a256b0e5b970 2290007c62104aea73936b33143b3a61c939cf78 f40d4b3964e86cb5f4d70a2b8f23f2c63f1c38d0 4c0b9485993771d5b02154efa00227da0c608dc0 9b7f13296278d486c080e8788d760fbed5001663 1a6cb5b3781d4cc718685c46d7b1926119ec8acd e47e1dfb144964ca2552946074b386067d5a67b6 b4fcc77940242661d59ffdb859ff5b504df44531 820d1dd85ee966d9341de91e106c5152db1186f1 0afd6c1f5652cbbd4f72a6b823b4f5a43ca694b4 d5bfabbc9406e559998d60139a608704757264e7 c0bf4fa92fc637b1a01f60f99bd7e11197f1f6fa c35216505a8a0d03b33f286f6686d008517b6fc4 10788407b430c3c00257a978af685bd77b25f97d 4bf0e9a6dc47aa030bebe2a2b79ab47b4cfad6b2 450a9b6d061c5d88e955ac9c8a73ef5ebfae827a 41aec953c39773d6229b1606cafe358ca63f4b73 06ba18aa8a31311e5e1403db5dadcbf308493c28 c19aae1a15ce7e1e14d93688ff5a979d43f68995 1d7c851c51031a19e14f1f0a4341ae8cce85afcd c19d20299f232a94563e99773d135be4d6e00844 3c887573265a84e7e6fb1e31efa8343dd7290afe eb771f2640f8d0ff599595f56766250bc6878f47 5098c6f045d338087ca905383fa2cf1b971ac59f 575c87472ea7ef4063620e1d2d5ef55e30f8d5e5 5c012cb97af3d2762e3473761f52b0e02825a563 57912e63faa2a2a5fe5e84f2bccf57ce640a1e89 2694566751d94b4e9222178ddef9f9f227a345ae dde94d9f2adb4bf2b4753779063dc38a8e21a04c c87bf63c0c25f572b0b317ba27f97e4173331a39 2d612a17185d41bd38efe95d1d4a666ac81b336f 7094c773808c08a939b8d535a9c90379c25591f4 fb03806c7dcbcf5451136f4e3aee7b66eca215f8 b58377ada3e30f80fb884d7a9d45a8c398ca7253 (15.935444ms) 
Aug 14 11:59:16 |DEBU| RunCommand command="git rev-list refs/heads/feature-3871-gui-implement-log-download-in-gui ^feature-3871-gui-implement-log-download-in-gui@{u} ^refs/remotes/origin/master"
Aug 14 11:59:16 |DEBU| RunCommand command="git rev-list HEAD ^refs/remotes/origin/master"
Aug 14 11:59:16 |INFO| postRefreshUpdate for reflogCommits took 15.539434ms 
Aug 14 11:59:16 |INFO| git -C /home/default/projects/application rev-parse --path-format=absolute --absolute-git-dir (1.621659ms) 
Aug 14 11:59:16 |INFO| postRefreshUpdate for worktrees took 39.88µs 
Aug 14 11:59:16 |INFO| postRefreshUpdate for localBranches took 488.909µs 
Aug 14 11:59:16 |INFO| git rev-list HEAD ^refs/remotes/origin/master (2.664562ms) 
Aug 14 11:59:16 |INFO| git rev-list refs/heads/feature-3871-gui-implement-log-download-in-gui ^feature-3871-gui-implement-log-download-in-gui@{u} ^refs/remotes/origin/master (3.289185ms) 
Aug 14 11:59:16 |INFO| git status --untracked-files=all --porcelain -z --find-renames=50% (24.213115ms) 
Aug 14 11:59:16 |INFO| postRefreshUpdate for submodules took 39.9µs 
Aug 14 11:59:16 |INFO| postRefreshUpdate for files took 91.873µs 
Aug 14 11:59:16 |INFO| git log HEAD --topo-order --oneline --pretty=format:+%H%x00%at%x00%aN%x00%ae%x00%P%x00%m%x00%D%x00%s --abbrev=40 -300 --no-show-signature -- (39.820513ms) 
Aug 14 11:59:16 |DEBU| RunCommand command="git -C /home/default/projects/application -c diff.noprefix=false show --no-ext-diff --submodule --color=always --unified=3 --stat --decorate -p d5bfabbc9406e559998d60139a608704757264e7 --find-renames=50% --"
Aug 14 11:59:16 |INFO| postRefreshUpdate for commits took 1.608957ms 
Aug 14 11:59:16 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:16 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:16 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:16 |DEBU| RunCommand command="git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium refs/heads/feature-4255-progress-of-log-download-sfs2-fc-repair-deletion-of-archives --"
Aug 14 11:59:16 |DEBU| RunCommand command="git -C /home/default/projects/application diff --no-ext-diff --submodule --unified=3 --color=always --find-renames=50% -- web/api/test/log_archive"
Aug 14 11:59:17 |DEBU| RunCommand command="git -C /home/default/projects/application diff --no-ext-diff --submodule --unified=3 --color=always --find-renames=50% --cached -- web/api/test/log_archive"
Aug 14 11:59:17 |INFO| postRefreshUpdate for files took 237.739µs 
Aug 14 11:59:17 |DEBU| RunCommand command="git add -- web/api/test/log_archive"
Aug 14 11:59:17 |INFO| git add -- web/api/test/log_archive (6.67816ms) 
Aug 14 11:59:17 |INFO| refreshing the following scopes in async mode: files 
Aug 14 11:59:17 |INFO| Refresh took 201.979µs 
Aug 14 11:59:17 |DEBU| RunCommand command="git -C /home/default/projects/application diff --no-ext-diff --submodule --unified=3 --color=always --find-renames=50% --cached -- web/api/test/log_archive"
Aug 14 11:59:17 |DEBU| using cache for key status.showUntrackedFiles 
Aug 14 11:59:17 |DEBU| RunCommand command="git status --untracked-files=all --porcelain -z --find-renames=50%"
Aug 14 11:59:17 |INFO| git status --untracked-files=all --porcelain -z --find-renames=50% (19.899786ms) 
Aug 14 11:59:17 |INFO| postRefreshUpdate for submodules took 31.678µs 
Aug 14 11:59:17 |DEBU| RunCommand command="git -C /home/default/projects/application diff --no-ext-diff --submodule --unified=3 --color=always --find-renames=50% --cached -- web/api/test/log_archive"
Aug 14 11:59:17 |INFO| postRefreshUpdate for files took 261.683µs 
Aug 14 11:59:18 |DEBU| RunCommand command="git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium refs/heads/feature-4255-progress-of-log-download-sfs2-fc-repair-deletion-of-archives --"
Aug 14 11:59:18 |INFO| Heap memory in use: 23.4 MB 
Aug 14 11:59:18 |INFO| refreshing the following scopes in sync mode: files 
Aug 14 11:59:18 |INFO| refreshed merge conflicts in 10.696µs 
Aug 14 11:59:18 |DEBU| using cache for key status.showUntrackedFiles 
Aug 14 11:59:18 |DEBU| RunCommand command="git status --untracked-files=all --porcelain -z --find-renames=50%"
Aug 14 11:59:18 |INFO| git status --untracked-files=all --porcelain -z --find-renames=50% (22.337692ms) 
Aug 14 11:59:18 |INFO| refreshed files in 22.801819ms 
Aug 14 11:59:18 |INFO| Refresh took 22.989446ms 
Aug 14 11:59:18 |INFO| postRefreshUpdate for submodules took 25.764µs 
Aug 14 11:59:18 |INFO| postRefreshUpdate for files took 66.425µs 
Aug 14 11:59:18 |DEBU| RunCommand command="git -C /home/default/projects/application -c diff.noprefix=false show --no-ext-diff --submodule --color=always --unified=3 --stat --decorate -p d5bfabbc9406e559998d60139a608704757264e7 --find-renames=50% --"
Aug 14 11:59:18 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:18 |INFO| postRefreshUpdate for menu took 133.857µs 
Aug 14 11:59:19 |DEBU| RunCommand command="git -C /home/default/projects/application -c diff.noprefix=false show --no-ext-diff --submodule --color=always --unified=3 --stat --decorate -p d5bfabbc9406e559998d60139a608704757264e7 --find-renames=50% --"
Aug 14 11:59:19 |DEBU| RunCommand command="git rebase --abort"
Aug 14 11:59:19 |INFO| git rebase --abort (19.59781ms) 
Aug 14 11:59:19 |INFO| refreshing all scopes in async mode 
Aug 14 11:59:19 |INFO| Refresh took 112.562µs 
Aug 14 11:59:19 |DEBU| using cache for key status.showUntrackedFiles 
Aug 14 11:59:19 |DEBU| RunCommand command="git status --untracked-files=all --porcelain -z --find-renames=50%"
Aug 14 11:59:19 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:19 |DEBU| RunCommand command="git for-each-ref --sort=-committerdate --format=%(HEAD)%00%(refname:short)%00%(upstream:short)%00%(upstream:track)%00%(push:track)%00%(subject)%00%(objectname)%00%(committerdate:unix) refs/heads"
Aug 14 11:59:19 |DEBU| RunCommand command="git branch --show-current"
Aug 14 11:59:19 |DEBU| RunCommand command="git stash list -z --pretty=%ct|%gs"
Aug 14 11:59:19 |DEBU| RunCommand command="git tag --list -n --sort=-creatordate"
Aug 14 11:59:19 |INFO| git stash list -z --pretty=%ct|%gs (1.732258ms) 
Aug 14 11:59:19 |INFO| postRefreshUpdate for stash took 21.811µs 
Aug 14 11:59:19 |INFO| git branch --show-current (1.954017ms) 
Aug 14 11:59:19 |DEBU| RunCommand command="git rev-list refs/heads/feature-3871-gui-implement-log-download-in-gui ^feature-3871-gui-implement-log-download-in-gui@{u} ^refs/remotes/origin/master"
Aug 14 11:59:19 |DEBU| RunCommand command="git rev-list HEAD ^refs/remotes/origin/master"
Aug 14 11:59:19 |INFO| git rev-list refs/heads/feature-3871-gui-implement-log-download-in-gui ^feature-3871-gui-implement-log-download-in-gui@{u} ^refs/remotes/origin/master (3.527574ms) 
Aug 14 11:59:19 |INFO| git tag --list -n --sort=-creatordate (5.682584ms) 
Aug 14 11:59:19 |INFO| git -c log.showSignature=false log -g --format=+%H%x00%ct%x00%gs%x00%P (6.648156ms) 
Aug 14 11:59:19 |INFO| git for-each-ref --sort=-committerdate --format=%(HEAD)%00%(refname:short)%00%(upstream:short)%00%(upstream:track)%00%(push:track)%00%(subject)%00%(objectname)%00%(committerdate:unix) refs/heads (6.555883ms) 
Aug 14 11:59:19 |DEBU| RunCommand command="git worktree list --porcelain"
Aug 14 11:59:19 |INFO| git worktree list --porcelain (1.383554ms) 
Aug 14 11:59:19 |DEBU| RunCommand command="git -C /home/default/projects/application rev-parse --path-format=absolute --absolute-git-dir"
Aug 14 11:59:19 |INFO| postRefreshUpdate for tags took 2.727354ms 
Aug 14 11:59:19 |INFO| git -C /home/default/projects/application rev-parse --path-format=absolute --absolute-git-dir (1.346133ms) 
Aug 14 11:59:19 |INFO| postRefreshUpdate for worktrees took 33.309µs 
Aug 14 11:59:19 |INFO| postRefreshUpdate for localBranches took 312.631µs 
Aug 14 11:59:19 |INFO| git rev-list HEAD ^refs/remotes/origin/master (7.750915ms) 
Aug 14 11:59:19 |INFO| git for-each-ref --sort=-committerdate --format=%(refname) refs/remotes (13.632686ms) 
Aug 14 11:59:19 |INFO| postRefreshUpdate for remotes took 73.875µs 
Aug 14 11:59:19 |INFO| postRefreshUpdate for remoteBranches took 8.94µs 
Aug 14 11:59:19 |INFO| postRefreshUpdate for reflogCommits took 15.201641ms 
Aug 14 11:59:19 |INFO| git status --untracked-files=all --porcelain -z --find-renames=50% (24.991449ms) 
Aug 14 11:59:19 |INFO| postRefreshUpdate for submodules took 21.054µs 
Aug 14 11:59:19 |INFO| postRefreshUpdate for files took 6.787µs 
Aug 14 11:59:19 |INFO| git log HEAD --topo-order --oneline --pretty=format:+%H%x00%at%x00%aN%x00%ae%x00%P%x00%m%x00%D%x00%s --abbrev=40 -300 --no-show-signature -- (42.052995ms) 
Aug 14 11:59:19 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:19 |DEBU| RunCommand command="git -C /home/default/projects/application -c diff.noprefix=false show --no-ext-diff --submodule --color=always --unified=3 --stat --decorate -p c0bf4fa92fc637b1a01f60f99bd7e11197f1f6fa --find-renames=50% --"
Aug 14 11:59:19 |INFO| postRefreshUpdate for commits took 472.411µs 
Aug 14 11:59:19 |DEBU| using cache for key rebase.updateRefs 
Aug 14 11:59:19 |DEBU| using cache for key rebase.updateRefs 

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions