Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] How to implement 'git show' with jgit?

On Wed, Jan 6, 2021 at 12:39 PM Ala Schneider <ala.schneider@xxxxxxxxx> wrote:
Hi,
I am looking for a way to receive with JGit the same result as is provided by the 'git show' command. The technique with using git-diff as shown in jgit cookbook does not work correctly for merge commits. Particularly, 'git show' on merge commit does not show files, which were just merged, while JGit diff implementation shows the merged files as changed.

The jgit command line implements the show command [1].
Though it seems it doesn't yet handle merge commits correctly.

 
Kind regards, 

-----------------------------------------

אלה שניידר               Ala Schneider

 +9725070056226   050-7056226

ala.schneider@xxxxxxxxx

_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jgit-dev

Back to the top