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

Rename tabs to match the repo and branch when in powershell ise #605

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    0fb0b9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc5dec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2018

  1. refactoring the code based on comments

     Changes to be committed:
    	modified:   src/GitPrompt.ps1
    		remove the old code
    	modified:   src/PoshGitTypes.ps1
    		add config entry to disable tab labelling
    	modified:   src/WindowTitle.ps1
    		added functions to label tabs
    	modified:   src/posh-git.psm1
    		added call to tab labelling code
    georgecheyne committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    b8d0042 View commit details
    Browse the repository at this point in the history
  2. this isn't C# is it....

    georgecheyne committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    b1b7393 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

  1. Changes to be committed:

    	modified:   src/PoshGitTypes.ps1
    		Made the TabTitle setting more like WindowTitle so it can be customised by users
    	modified:   src/WindowTitle.ps1
    		Removed tab handling code from here
    	new file:   src/TabTitle.ps1
    		moved all Tab related functionality here
    		added code to reset tab names when leaving a repo space
    		also will reset when unloading the posh-git module
    		implemented simpler unique tab naming algorithm as suggested
    	modified:   src/posh-git.psm1
    		Added references to the new TabTitle script file and it's functions
    georgecheyne committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    24ee260 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    d1ab53e View commit details
    Browse the repository at this point in the history