I want to extract the commit file before the commit and the after the commit only using one commit id. Is there any way to extract this?
commit 471d4d60dc21fbccb8c6b4616a00238c245f78f6
Author: Gilles Sadowski <gilles@harfang.homelinux.org>
Date: Mon Oct 28 01:51:42 2019 +0100
MATH-1500 (unit tests).
src/test/ ... linalg/FieldLUDecompositionTest.java
commit 9988a5b3c4779eadfad9ea0c4925f5b327317814
Author: Gilles Sadowski <gilles@harfang.homelinux.org>
Date: Sun Oct 27 15:11:56 2019 +0100
Code upgraded following MATH-1500.
src/main/... nonstiff/AdamsNordsieckTransformer.java
In this case i want to extract file name "FieldLUDecompositionTest" before the commit and after the commit only using one commit id which is "471d4d60dc21fbccb8c6b4616a00238c245f78f6"