Fix command line export for --exportMatches#9610
Merged
Merged
Conversation
Member
|
Thank, codewie looks already good! Will test this later |
Contributor
Author
|
Thanks, appreciate it! |
Siedlerchr
previously approved these changes
Feb 12, 2023
Member
|
Please add a changelog entry! |
koppor
approved these changes
Feb 13, 2023
Member
|
Thanks for the very good work! This and the other PR were both good! |
Contributor
Author
|
Great to hear that, thanks! |
Siedlerchr
added a commit
to NiD133/jabref
that referenced
this pull request
Feb 25, 2023
* upstream/main: (78 commits) use optional remove empty lines and logger Simplify code, add test Show error only if user selected to store files in main directory Bump pascalgn/automerge-action from 0.15.5 to 0.15.6 Update Gradle Wrapper from 7.6 to 8.0.1. add missing newlines at the end import strings and add them to the new bibdatabase Add test Resolve strings in MsOffice export Checkstyle Update CHANGELOG.md Refine error message and remove obsolete string Squashed 'buildres/csl/csl-styles/' changes from b111f31efe..9926b48cf3 Fix storing multiline properties for custom fields in custom entry types Remove myself from MAINTAINERS (JabRef#9617) Fixed various fetcher tests (JabRef#9618) Fixed the performSearch Function Fix command line export for --exportMatches (JabRef#9610) Bump org.apache.commons:commons-csv from 1.9.0 to 1.10.0 (JabRef#9612) fix imports ... # Conflicts: # CHANGELOG.md
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.
This fixes #9581 by creating an export bib file when the
bibexport format is specified, or when there is no specified export format.CHANGELOG.mddescribed in a way that is understandable for the average user (if applicable)