The Wayback Machine - https://web.archive.org/web/20201222215513/https://github.com/desktop/desktop/commits/development
Skip to content
Permalink
development

Commits on Dec 22, 2020

  1. Merge pull request #11266 from desktop/prune-actually-unused-remotes

    sergiou87 committed Dec 22, 2020
  2. Format git-store.ts properly

    Co-Authored-By: Markus Olsson <[email protected]>
    sergiou87 and niik committed Dec 22, 2020
  3. Tweaks from review feedback Thanks @niik !!

    Co-Authored-By: Markus Olsson <[email protected]>
    sergiou87 and niik committed Dec 22, 2020
  4. Merge pull request #11160 from desktop/the-abstractest-of-abstractions

    sergiou87 committed Dec 22, 2020
  5. Less tricks, moar clarity

    niik committed Dec 22, 2020
  6. Merge branch 'development' into prune-actually-unused-remotes

    niik committed Dec 22, 2020
  7. Less tricks, more clarity

    niik committed Dec 22, 2020
  8. 📖

    niik committed Dec 22, 2020
  9. 📖

    niik committed Dec 22, 2020
  10. Merge fail

    niik committed Dec 22, 2020
  11. Merge pull request #11162 from AndreiMaga/development

    Fix starting as maximized
    niik committed Dec 22, 2020
  12. Merge pull request #11267 from desktop/once-more-unto-the-breach

    Fix "Couldn't find branch" error when checking out a PR from a fork
    niik committed Dec 22, 2020
  13. Skip explicit type annotation and provide hint to this PR

    niik committed Dec 22, 2020
  14. Merge pull request #11264 from yurikoles/update-nvmrc

    Update .nvmrc
    niik committed Dec 22, 2020
  15. Update app/src/lib/stores/helpers/ahead-behind-updater.ts

    Co-authored-by: Sergio Padrino <[email protected]>
    niik and sergiou87 committed Dec 22, 2020
  16. 🎨 book

    Co-Authored-By: Sergio Padrino <[email protected]>
    niik and sergiou87 committed Dec 22, 2020
  17. Merge pull request #11268 from desktop/powershell-initial-path

    Change how initial path is set when launching PowerShell (Core) terminals
    niik committed Dec 22, 2020
  18. Merge pull request #11244 from desktop/open-sesame

    Just use openPath on all platforms
    sergiou87 committed Dec 22, 2020

Commits on Dec 21, 2020

  1. Change how initial path is set when launching PowerShell (Core) termi…

    …nals
    
    - For PowerShell just rely on cwd.
    - For PowerShell Core cwd is not enough, but we can use the `-WorkingDirectory` argument.
    
    Co-Authored-By: Markus Olsson <[email protected]>
    sergiou87 and niik committed Dec 21, 2020
  2. Update app/src/main-process/app-window.ts

    Co-authored-by: Markus Olsson <[email protected]>
    AndreiMaga and niik committed Dec 21, 2020
  3. Merge pull request #11252 from KallePM/development

    Fix VSCodium identifiers for Windows
    niik committed Dec 21, 2020
  4. Don't calculate ahead/behind for fork remote branches

    niik committed Dec 21, 2020
  5. 🎨 typo

    niik committed Dec 21, 2020
  6. fix tests

    niik committed Dec 21, 2020
  7. Rename compareState allBranches to branches

    It's misleading since it doesn't really contain all branches (it excludes the current branch and all forked remote branches)
    niik committed Dec 21, 2020
  8. Extract the code to detect prunable remotes into a function and write…

    … some unit tests!
    sergiou87 committed Dec 21, 2020
  9. 🔥 unused imports

    niik committed Dec 21, 2020
  10. Don't filter forked remote branches in getBranches

    That's too low-level, we just want them gone from the branch lists in the UI
    niik committed Dec 21, 2020
  11. Update .nvmrc

    Signed-off-by: Yurii Kolesnykov <[email protected]>
    yurikoles committed Dec 21, 2020
Older
You can’t perform that action at this time.