docs: add --no-update flag documentation for Git backend#894
Open
santhosh-7777 wants to merge 2 commits intochaoss:mainfrom
Open
docs: add --no-update flag documentation for Git backend#894santhosh-7777 wants to merge 2 commits intochaoss:mainfrom
santhosh-7777 wants to merge 2 commits intochaoss:mainfrom
Conversation
sduenas
requested changes
Apr 10, 2026
Member
sduenas
left a comment
There was a problem hiding this comment.
I completely forgot about this feature. Thanks!
To approve and merge the PR, I need you to follow the contribution guidelines. In particular, the DCO and the way we write commit messages. Please check of perceval logs about how to do it.
c007900 to
245218d
Compare
Signed-off-by: santhosh teja piridi <santhosh.piridi123@gmail.com>
Signed-off-by: santhosh teja piridi <santhosh.piridi123@gmail.com>
245218d to
77dba0c
Compare
Author
|
Thanks! I have updated the commit messages as per the guidelines. |
Author
|
Hi @sduenas , I’ve updated the commit messages and ensured DCO compliance as per the guidelines. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The --no-update flag is already implemented in the Git backend but was not documented in the README.
This PR adds a usage example explaining how to use --no-update for offline usage and reproducibility.
Closes #42