Skip to content

#319: omit already up to date#322

Merged
hohwille merged 6 commits intodevonfw:mainfrom
jan-vcapgemini:fix/319-omit-already-up-to-date
May 23, 2024
Merged

#319: omit already up to date#322
hohwille merged 6 commits intodevonfw:mainfrom
jan-vcapgemini:fix/319-omit-already-up-to-date

Conversation

@jan-vcapgemini
Copy link
Contributor

Fixes: #319

Implements:

  • added --quiet option to git pull

@jan-vcapgemini jan-vcapgemini self-assigned this May 8, 2024
@jan-vcapgemini jan-vcapgemini added bugfix PR that fixes a bug issue git git version management tool integration labels May 8, 2024
@jan-vcapgemini jan-vcapgemini changed the title Fix/319 omit already up to date #319 omit already up to date May 8, 2024
@jan-vcapgemini jan-vcapgemini changed the title #319 omit already up to date #319: omit already up to date May 8, 2024
@coveralls
Copy link
Collaborator

coveralls commented May 8, 2024

Pull Request Test Coverage Report for Build 9208777129

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 59.528%

Totals Coverage Status
Change from base Build 9176576832: 0.0%
Covered Lines: 4651
Relevant Lines: 7530

💛 - Coveralls

Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jan-vcapgemini thanks for your PR and the KISS style solution. 👍
Ready for merge.

@hohwille hohwille self-assigned this May 17, 2024
@hohwille
Copy link
Member

As this is still in status in proress I will wait and clarify on Tuesday if we should merge. Maybe you have already local addon changes that you want to push.
However, if you want we can merge as is...

@jan-vcapgemini
Copy link
Contributor Author

jan-vcapgemini commented May 21, 2024

I've tested the -q option while being offline using git pull -q.
The result looks good:
fatal: unable to access 'https://github.com/devonfw/ide-urls.git/': Could not resolve host: github.com
This PR can be merged unless we need a more complex solution e.g. a quiet flag in GitContext.

@jan-vcapgemini jan-vcapgemini requested a review from hohwille May 21, 2024 10:54
@hohwille hohwille merged commit 8366998 into devonfw:main May 23, 2024
@hohwille hohwille added this to the release:2024.05.001 milestone May 23, 2024
@jan-vcapgemini jan-vcapgemini deleted the fix/319-omit-already-up-to-date branch November 4, 2024 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR that fixes a bug issue git git version management tool integration

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Omit "Already up to date" from git pull

3 participants