This is an automated email from the ASF dual-hosted git repository. kwin pushed a change to branch feature/keep-macros in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git
discard ba5c6a6 [DOXIATOOLS-89] Macros should not be resolved add c9053c3 [DOXIATOOLS-88] Optionally remove input files after conversion (#85) add 307c428 [DOXIATOOLS-90] Optionally first rename input to output, commit and then (#87) add d0a052c [DOXIATOOLS-89] Macros should not be resolved This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (ba5c6a6) \ N -- N -- N refs/heads/feature/keep-macros (d0a052c) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../java/org/apache/maven/doxia/Converter.java | 8 ++ .../org/apache/maven/doxia/DefaultConverter.java | 113 +++++++++++++++++++-- .../org/apache/maven/doxia/cli/CLIManager.java | 12 +++ .../org/apache/maven/doxia/cli/ConverterCli.java | 14 +++ .../apache/maven/doxia/DefaultConverterTest.java | 14 +++ src/test/resources/unit/apt/macro.apt | 2 +- 6 files changed, 156 insertions(+), 7 deletions(-)