jgit
JGit: Count objects
How can I retrieve the total number of git objects in a repository? (I search something like the git count-objects in JGit.)[详细]
2023-04-08 02:43 分类:问答How to use JGit with Maven
I\'m new to GIT and want to use JGit to create repository a开发者_开发百科nd remove it beside other operations from a Java maven project. And I want to know what dependencies are needed for that.[详细]
2023-03-27 23:50 分类:问答How to set tracking on an existing repo to a remote repo with ngit (or jgit)?
I am working on a gui based helper utility that will: Init a local repo, Init (bare) a remote repo Add .gitignore based on a project type[详细]
2023-03-24 06:05 分类:问答jgit repository browser
I would like to create a git repository browser with jgit. But i don\'t know how to get the last modified date and the last commit message for a file. Here is my current code for the browser:[详细]
2023-03-13 16:44 分类:问答Egit hooks do not get triggered
I have a git repo with a pre-commit hook that intentional开发者_如何学Goly fails 100% of the time.[详细]
2023-03-11 10:13 分类:问答JGit commit problem on Android
I am trying to use the JGit library to开发者_JAVA百科 synch documents on my android phone to a server.[详细]
2023-03-07 08:06 分类:问答calculating a git packfile sha1 checksum in java
I am learning about the Git packfile and currently trying to reproduce (in Java) what I believe to be the SHA1 20-byte checksum for the entire packfile.[详细]
2023-02-18 02:18 分类:问答Confusion in choosing between JavaGit, JGit and EGit
I am making a Java application that uses Git. I found that there is something called JavaGit, EGit and 开发者_StackOverflow社区JGit.[详细]
2023-02-17 03:58 分类:问答Where are Jgit javadocs?
I can\'t find javadocs for jgit. I tried to build jgit with maven, but the开发者_如何学Python build fails so I ask for your help. Where I can find javadocs for jgit.The JGit Javadocs are now available[详细]
2023-02-16 13:13 分类:问答JGit/EGit Loading of translation bundle failed en_US
I am running the following code in a JUnit test to test fetching a git repository.I\'m writing a test for each of the basic functionality i need from JGit so that then i can implement them in my appli[详细]
2023-02-07 21:45 分类:问答