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

Sidebar indention got confused by deleting branches #600

Closed
deathaxe opened this issue Oct 22, 2019 · 1 comment
Closed

Sidebar indention got confused by deleting branches #600

deathaxe opened this issue Oct 22, 2019 · 1 comment

Comments

@deathaxe
Copy link

Version info

  • OS: Windows 10
  • Build: 1118

Description

The indention of the sidebar items in the tree somehow got confused by deleting several remote and their corresponding local branches one after another.

It looked even worse than in the screenshot, but after collapsing the pr node the only one left with wrong indention is the wip-tcl-rewrite branch.

SM was started a short time before without any certain actions. Just deleting branches.

Expected behavior

Indention should stay consitent

Screenshots

grafik

=== App Version Information ===
Build: 1118

=== Git Version Information ===
Using Git: C:\Program Files\Git\cmd\git.exe (system)
git version 2.23.0.windows.1
PATH: C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS\System32\OpenSSH\;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Apps\Python37\Scripts\;C:\Apps\Python37\;C:\Apps\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\GitExtensions\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Apps\putty\;C:\Apps\pandoc\;C:\Apps\Ruby\bin;C:\Apps\Sublime\;C:\Program Files\Microsoft VS Code\bin;C:\Users\DeathAxe\AppData\Roaming\npm;C:\Users\DeathAxe\AppData\Local\Microsoft\WindowsApps;

=== Browse Page Information ===
HEAD: 08c701c854274236d9e4f15bdf5395be6d1a790a
Is in merge: 0
Is in cherry_pick: 0
Is in rebase: 0
Is in revert: 0

=== Git Status Information ===
 �[32mM�[m "Batch File/Batch File.sublime-syntax"
 �[32mM�[m "Batch File/syntax_test_batch_file.bat"
 �[32mM�[m "Git Formats/Git Commit.sublime-syntax"
�[1;35m??�[m Batch File/Bench/
�[1;35m??�[m Batch File/Completions/
�[1;35m??�[m Batch File/debug.cmd
�[1;35m??�[m C++/C++ StdLib.sublime-completions
�[1;35m??�[m Python/syntax_test_python_perf_hex.py
�[1;35m??�[m Python/syntax_test_python_perf_nums.py
�[1;35m??�[m Python/syntax_test_python_perf_real2.py

=== Our Status Information ===
 M Batch File/Batch File.sublime-syntax
 M Batch File/syntax_test_batch_file.bat
 M Git Formats/Git Commit.sublime-syntax
?? Batch File/Bench/syntax_test_perf.cmd
?? Batch File/Bench/syntax_test_perf_comment.cmd
?? Batch File/Bench/syntax_test_perf_if.cmd
?? Batch File/Completions/Command - Setlocal - Args.sublime-completions
?? Batch File/Completions/Commands.sublime-completions
?? Batch File/debug.cmd
?? C++/C++ StdLib.sublime-completions
?? Python/syntax_test_python_perf_hex.py
?? Python/syntax_test_python_perf_nums.py
?? Python/syntax_test_python_perf_real2.py

=== Git Config Information ===
add.interactive.usebuiltin=true
alias.change-commits=!f() { VAR=$1; OLD=$2; NEW=$3; shift 3; git filter-branch -f --env-filter "if [[ \"$`echo $VAR`\" = '$OLD' ]]; then export $VAR='$NEW'; fi" $@; }; f 
branch.master.merge=refs/heads/master
branch.master.remote=sublimehq
branch.ruby-numbers.merge=refs/heads/ruby-numbers
branch.ruby-numbers.remote=jwortmann
color.branch=auto
color.diff=auto
color.interactive=true
color.status=always
color.status.added=bold green
color.status.changed=green
color.status.deleted=bold red
color.status.nobranch=bold red bold black
color.status.untracked=bold magenta
color.status.updated=bold yellow
core.autocrlf=true
core.bare=false
core.editor="C:\Apps\Sublime Text 3\sublime_text.exe" -w
core.filemode=false
core.fscache=true
core.hidedotfiles=dotGitOnly
core.ignorecase=true
core.logallrefupdates=true
core.repositoryformatversion=0
core.symlinks=false
core.text=auto
credential.helper=manager
diff.astextplain.textconv=astextplain
diff.compactionheuristic=true
diff.guitool=smerge
difftool.kdiff3.cmd=C:/Apps/KDiff3/kdiff3.exe "$LOCAL" "$REMOTE"
difftool.kdiff3.path=C:/Apps/KDiff3/kdiff3.exe
difftool.keepbackup=false
difftool.p4merge.cmd=C:/Apps/Perforce/p4merge.exe "$LOCAL" "$REMOTE"
difftool.p4merge.path=C:/Apps/Perforce/p4merge.exe
difftool.smerge.cmd="C:/Apps/Sublime Merge/sublime_merge.exe" "$LOCAL" "$REMOTE"
difftool.smerge.path="C:/Apps/Sublime Merge/sublime_merge.exe"
fetch.prune=false
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.required=true
filter.lfs.smudge=git-lfs smudge -- %f
help.format=html
http.sslbackend=schannel
i18n.filesencoding=utf-8
merge.tool=smerge
mergetool.kdiff3.cmd=C:/Apps/KDiff3/kdiff3.exe "$MERGED" "$LOCAL" "$BASE" "$REMOTE"
mergetool.kdiff3.path=C:/Apps/KDiff3/kdiff3.exe
mergetool.keepbackup=false
mergetool.p4merge.cmd=C:/Apps/Perforce/p4merge.exe "$BASE" "$LOCAL" "$REMOTE" "$MERGED"
mergetool.p4merge.path=C:/Apps/Perforce/p4merge.exe
mergetool.smerge.cmd="C:/Apps/Sublime Merge/sublime_merge.exe" mergetool "$BASE" "$LOCAL" "$REMOTE" -o "$MERGED"
mergetool.smerge.path="C:/Apps/Sublime Merge/sublime_merge.exe"
pull.rebase=false
rebase.autosquash=true
rebase.autostash=false
remote.deathaxe.fetch=+refs/heads/*:refs/remotes/deathaxe/*
remote.deathaxe.url=https://github.com/deathaxe/sublime-packages
remote.ismell.fetch=+refs/heads/*:refs/remotes/ismell/*
remote.ismell.url=https://github.com/ismell/Packages
remote.jfcherng.fetch=+refs/heads/*:refs/remotes/jfcherng/*
remote.jfcherng.url=https://github.com/jfcherng/Packages
remote.jwortmann.fetch=+refs/heads/*:refs/remotes/jwortmann/*
remote.jwortmann.url=https://github.com/jwortmann/Packages
remote.michaelblyons.fetch=+refs/heads/*:refs/remotes/michaelblyons/*
remote.michaelblyons.url=https://github.com/michaelblyons/SublimeSyntax-Defaults
remote.mjendruk.fetch=+refs/heads/*:refs/remotes/mjendruk/*
remote.mjendruk.url=https://github.com/mjendruk/Packages
remote.sublimehq.fetch=+refs/heads/*:refs/remotes/sublimehq/*
remote.sublimehq.url=https://github.com/sublimehq/Packages
user.email=deathaxe@googlemail.com
user.name=DeathAxe

=== Our Config Information ===
Git Config Path Information
Using config path: /C/ProgramData/Git/config
Using config path: /C/Program Files/Git/mingw64/etc/gitconfig
Using config path: /C/Users/DeathAxe/.config/git/config
Using config path: /C/Users/DeathAxe/.gitconfig
Using config path: /C/Data/Sublime/Packages/.git/config

Our config output is identical to the Git config output

=== Git Attributes Information ===
git check_attr --all output
Batch File/Batch File.sublime-syntax
Batch File/Bench/syntax_test_perf.cmd
Batch File/Bench/syntax_test_perf_comment.cmd

=== Our Modified Files Newline Normalisation and EOL Information ===
Batch File/Batch File.sublime-syntax: autocrlf - crlf
Batch File/syntax_test_batch_file.bat: autocrlf - crlf
Git Formats/Git Commit.sublime-syntax: autocrlf - crlf
@deathaxe
Copy link
Author

deathaxe commented Aug 6, 2020

Haven't seen that anymore for a very long time, hence closing.

@deathaxe deathaxe closed this as completed Aug 6, 2020
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

No branches or pull requests

1 participant