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

[enhancement] Add listeners for different git state changes #49

Open
ChrisCarini opened this issue May 6, 2022 · 0 comments
Open

[enhancement] Add listeners for different git state changes #49

ChrisCarini opened this issue May 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ChrisCarini
Copy link
Owner

Some state changes I am thinking of:

  1. Committing to a branch (run git show and git diff to update numbers)
  2. Branch changing (run git show to get updated branch numbers; git diff can probably not be run)
  3. Other git repo changes (run git show and git diff to update numbers)

Additionally, when we have more accurate listeners for git branch changes (what will be modifying git show), we can probably consider just running git diff for VFS save events.

@ChrisCarini ChrisCarini added the enhancement New feature or request label May 6, 2022
ChrisCarini added a commit that referenced this issue Mar 10, 2023
Bumps org.jetbrains.intellij.plugins:gradle-intellij-plugin from 1.13.1 to 1.13.2.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij.plugins:gradle-intellij-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ChrisCarini added a commit that referenced this issue Mar 13, 2023
…p org.jetbrains.intellij.plugins:gradle-intellij-plugin (#49); Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (#48); Bump actions/cache from 3.2.6 to 3.3.0 in /github/workflows (#50) (#135)

* Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (#47)

Bumps org.jetbrains.intellij.plugins:gradle-intellij-plugin from 1.13.0 to 1.13.1.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij.plugins:gradle-intellij-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (#49)

Bumps org.jetbrains.intellij.plugins:gradle-intellij-plugin from 1.13.1 to 1.13.2.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij.plugins:gradle-intellij-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (#48)

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/cache from 3.2.6 to 3.3.0 in /github/workflows (#50)

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@69d9d44...940f3d7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant