Here are
45 public repositories
matching this topic...
Provides examples and code snippets for the JGit Java Git implementation
jgit based library to calculate semver compatible version from git tree
Updated
Dec 26, 2021
Java
Find the Git commits you're looking for
Updated
Oct 13, 2020
Java
A JRuby wrapper around the JGit library for manipulating Git repositories, the Ruby way.
Updated
Oct 20, 2021
Ruby
JGitFS provides access to Git branches/tags/commits like they are separate directories via a Linux FUSE userland filesystem
Updated
Jan 13, 2022
Java
Uma aplicação Java que faz análise de projetos do Git para determinar ownership e detectar expertises comuns no contexto de programação orientada a objetos.
Updated
Oct 13, 2020
Java
A FOSS Git multiplatform client based on Compose and JGit.
Updated
Jan 19, 2022
Kotlin
The Minecraft Coder Pack -- for servers, everything you need to mod the Minecraft Server
Updated
Apr 30, 2017
Java
Kotlin Wrapper Library of JGit
Updated
Dec 28, 2021
Kotlin
A CLI tool for supporting Git(Hub) operations on CI.
Updated
Jul 8, 2020
Clojure
Updated
Apr 28, 2017
JavaScript
Lightweight Java Git library
Updated
Jan 14, 2019
Java
A Git/Svn client with the ability to add Cobertura plugin to a Maven project
Updated
Jul 21, 2016
Java
A Hadoop filesystem driver built using JGit
Updated
Jan 13, 2021
Java
Updated
May 20, 2020
Java
A Mining tool for collecting Self Admitted Technical Debt (SATD) instances from git repositories.
Updated
Apr 26, 2021
Java
Updated
Jan 14, 2022
Kotlin
JGit project repository (jgit): An implementation of the Git version control system in pure Java.
Updated
Nov 18, 2013
Java
Belajar GIT dengan springboot
Updated
Nov 20, 2017
Java
Software Product Line miner for SPL's implemented with the annotation based software pure::variants
Java Swing app facilitating MerMEId content download and pushing into git repo
Updated
Mar 26, 2018
Java
Updated
Jan 21, 2019
Java
Updated
Nov 24, 2021
Java
Improve this page
Add a description, image, and links to the
jgit
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
jgit
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I'm trying to clone/checkout a git repository using grgit, that has submodules.
Using git from commandline that can be done using:
git clone --recurse-submodulesThere seem to be no way to do that with grgit, or am I missing something?
JGit seem to have a
setCloneSubmodules(boolean)method in the CloneCommand class. Can support to use that be added to grgit?