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

Source Control Settings #1926

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    89ccc14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78b8184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e58ab76 View commit details
    Browse the repository at this point in the history
  4. If enableSourceControl or refreshStatusLocally setting is false then …

    …we disable file events on the .git folder. Enabling git settings by default.
    austincondiff committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7adc787 View commit details
    Browse the repository at this point in the history
  5. Hiding branch picker in the toolbar when source control is disabled i…

    …n Settings by clearing the current branch stored in the source control manager.
    austincondiff committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5eb0f7f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Enabled fetch and refresh server status automatically setting. When d…

    …isabled automatic fetching is disabled.
    austincondiff committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b7c9797 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Author name, author email, and prefer rebase when pulling settings us…

    …e the users global git config instead of CodeEdit settings. Introduced Limiter.debounce and Limiter.throttle.
    austincondiff committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    409c4ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ddb5e8 View commit details
    Browse the repository at this point in the history
  3. Show merge commits per file log setting now shows merge commits if en…

    …abled, if disabled no merge commits are displayed.
    austincondiff committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ae6ba40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    241ebbd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Added Ignored Files list in source control settings. Refactored searc…

    …h excluded files list and ignored files list to use new shared glob list view.
    austincondiff committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    996be19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b03ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    528fe57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90934f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

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

Commits on Nov 25, 2024

  1. Ignored files can be changed while preserving comments and white spac…

    …e in the users .gitignore_global file. Users can now reorder ignored files. Buttons were added in settings to open .gitconfig and .gitignore_global in an editor.
    austincondiff committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    71ee6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf88a9 View commit details
    Browse the repository at this point in the history
  3. Fixed SwiftLint errors

    austincondiff committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    23148b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    eab7301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b31e07d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    284df2e View commit details
    Browse the repository at this point in the history
  4. Trying to fix test

    austincondiff committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    dbf0929 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    0565305 View commit details
    Browse the repository at this point in the history
  2. Fixing test

    austincondiff committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    93b0be5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

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

Commits on Dec 3, 2024

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

Commits on Dec 4, 2024

  1. Fixed PR issue

    austincondiff committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    38cd1f0 View commit details
    Browse the repository at this point in the history