index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
stable-7.2
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor CommitCommand to improve readability
Matthias Sohn
2021-03-23
1
-72
/
+90
*
CommitCommand: fix formatting
Matthias Sohn
2021-03-23
1
-2
/
+1
*
CommitCommand: remove unncessary comment
Matthias Sohn
2021-03-23
1
-1
/
+0
*
Ensure post-commit hook is called after index lock was released
Matthias Sohn
2021-03-23
1
-6
/
+17
*
init: add config option to set default for the initial branch name
Matthias Sohn
2021-02-22
1
-3
/
+10
*
init: allow specifying the initial branch name for the new repository
Matthias Sohn
2021-02-22
1
-0
/
+23
*
Fail clone if initial branch doesn't exist in remote repository
Matthias Sohn
2021-02-22
2
-1
/
+22
*
GPG signature verification via BouncyCastle
Thomas Wolf
2021-02-16
4
-1
/
+429
*
GPG: support git config gpg.program
Thomas Wolf
2021-02-07
2
-19
/
+92
*
Fix DateRevQueue tie breaks with more than 2 elements
Adithya Chakilam
2021-02-07
1
-8
/
+13
*
Client-side protocol V2 support for fetching
Thomas Wolf
2021-01-01
1
-2
/
+2
*
Use Map interface instead of ConcurrentHashMap class
Thomas Wolf
2021-01-01
1
-3
/
+2
*
TagCommand: propagate NO_CHANGE information
Thomas Wolf
2020-12-08
2
-35
/
+42
*
TagCommand: make -f work with lightweight tags for NO_CHANGE
Thomas Wolf
2020-12-08
1
-0
/
+6
*
TagCommand: support signing annotated tags
Thomas Wolf
2020-12-07
1
-26
/
+152
*
Add support for reading symrefs from pack capabilities
Lee Worrall
2020-11-26
1
-0
/
+4
*
Allow to resolve a conflict by checking out a file
Thomas Wolf
2020-11-17
1
-1
/
+6
*
Revert "Client-side protocol V2 support for fetching"
Thomas Wolf
2020-11-03
1
-1
/
+1
*
Client-side protocol V2 support for fetching
Thomas Wolf
2020-10-29
1
-1
/
+1
*
Ensure .gitmodules is loaded when accessing submodule name
John Dallaway
2020-10-25
1
-0
/
+4
*
Implement git describe --all
Jason Yeo
2020-10-13
1
-6
/
+37
*
Add Git#shutdown for releasing resources held by JGit process
Matthias Sohn
2020-06-04
1
-0
/
+11
*
ApplyCommand: use context lines to determine hunk location
Thomas Wolf
2020-06-04
1
-42
/
+124
*
Decouple BouncyCastle from JGit Core
Matthias Sohn
2020-06-01
2
-9
/
+57
*
ApplyCommand: use Files#copy to copy file
Matthias Sohn
2020-05-06
1
-9
/
+4
*
Apply hunks when renaming or copying from patch files
Jack Wickham
2020-05-06
1
-3
/
+4
*
Create parent directories when renaming a file in ApplyCommand
Jack Wickham
2020-05-06
1
-0
/
+1
*
CherryPickCommand: fix unclosed resource warning
Matthias Sohn
2020-04-28
1
-6
/
+8
*
tag option for clone command
Alexander Nittka
2020-03-15
1
-1
/
+35
*
Using for-each loop in jdt
Lars Vogel
2020-02-28
1
-2
/
+1
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
4
-5
/
+6
|
\
|
*
Use indexOf(char) and lastIndexOf(char) rather than String versions
David Pursehouse
2020-02-19
2
-3
/
+4
|
*
Reorder modifiers to follow Java Language Specification
David Pursehouse
2020-02-19
1
-1
/
+1
|
*
Remove redundant "static" qualifier from enum declarations
David Pursehouse
2020-02-19
1
-1
/
+1
|
*
Change the wildcard import to explicit ones.
Yunjie Li
2020-02-12
1
-1
/
+4
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-10
1
-16
/
+26
|
\
|
|
*
Restore behavior of CloneCommand
Thomas Wolf
2020-02-04
1
-16
/
+26
*
|
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
4
-7
/
+9
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
66
-2508
/
+330
*
|
Change the wildcard import to explicit ones.
Yunjie Li
2019-12-09
1
-1
/
+4
|
/
*
Add ability to redirect stderr from git hooks
Tim Neumann
2019-12-09
1
-3
/
+49
*
Add possibility to get pure stderr output from AbortedByHookException
Tim Neumann
2019-12-09
1
-9
/
+19
*
CLI: Add support for excluding paths from Git log command
John Tipper
2019-12-05
1
-7
/
+36
*
Make blame work correctly on merge conflicts
Thomas Wolf
2019-11-27
1
-70
/
+2
*
WorkingTreeModifiedEvent: must be fired explicitly after merge
Thomas Wolf
2019-11-03
2
-0
/
+9
*
Implement mirror option in CloneCommand
Matthias Sohn
2019-10-21
1
-26
/
+66
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
9
-68
/
+68
*
Add missing braces in CherryPickCommand
Matthias Sohn
2019-09-26
1
-7
/
+14
*
Fire WorkingTreeModifiedEvent if cherry-pick failed with conflicts
Matthias Sohn
2019-09-26
1
-0
/
+4
*
Merge branch 'stable-5.4'
Matthias Sohn
2019-08-23
1
-1
/
+1
|
\
[next]