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
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
*
Use git config core.commentChar
Thomas Wolf
2022-03-26
5
-34
/
+94
*
LsRemoteCommand: apply url.*.insteadOf
Thomas Wolf
2022-03-15
1
-6
/
+14
*
[push] support the "matching" RefSpecs ":" and "+:"
Thomas Wolf
2022-03-06
1
-1
/
+1
*
Describe: add support for core.abbrev config option
Matthias Sohn
2022-03-02
1
-12
/
+16
*
Cap describe abbrev option
Matthias Sohn
2022-03-02
1
-2
/
+10
*
DescribeCommand: Add support for --abbrev=0
Matthias Sohn
2022-03-02
1
-0
/
+3
*
DescribeCommand: Support configuring the hash abbreviation
Sebastian Schuberth
2022-02-19
1
-5
/
+26
*
PushCommand: determine remote from git config if not given
Thomas Wolf
2022-02-14
1
-1
/
+31
*
PushCommand: consider push.default when no RefSpecs are given
Rolf Theunissen
2022-02-14
1
-12
/
+117
*
Prevent that an instance of PushCommand is reused
Thomas Wolf
2022-02-14
1
-0
/
+1
*
[rebase] InteractiveHandler2: handle Gerrit Change-Ids
Thomas Wolf
2022-02-04
1
-6
/
+27
*
Introduce a constant for the length of an abbreviated hash string
Sebastian Schuberth
2022-02-03
3
-6
/
+18
*
RebaseCommand: fix commit message in "fixup" case
Thomas Wolf
2022-02-02
1
-25
/
+29
*
Merge conflict messages: prefix conflict lines with a hash
Thomas Wolf
2022-01-31
3
-4
/
+4
*
RebaseCommand: better commit message rewording
Thomas Wolf
2022-01-31
1
-27
/
+110
*
CommitCommand: commit message cleanup
Thomas Wolf
2022-01-31
1
-3
/
+76
*
Don't block in GC#gc until garbage collection finished
Matthias Sohn
2021-11-28
1
-2
/
+4
*
GarbageCollectCommand: add numberOfBitmaps to statistics
kylezhao
2021-10-08
1
-0
/
+1
*
Remove redundant type arguments
Thomas Wolf
2021-09-30
1
-1
/
+1
*
[errorprone] NameRevCommand: remove ignored call of #toString
Matthias Sohn
2021-09-29
1
-3
/
+4
*
Merge branch 'master' into next
Matthias Sohn
2021-09-13
1
-2
/
+10
|
\
|
*
Ignore IllegalStateException if JVM is already shutting down
Matthias Sohn
2021-08-29
1
-2
/
+10
*
|
Merge branch 'master' into next
Matthias Sohn
2021-06-15
2
-52
/
+521
|
\
|
|
*
Merge "Add git config for conflict style merge/diff3"
Matthias Sohn
2021-05-26
1
-0
/
+14
|
|
\
|
|
*
Add git config for conflict style merge/diff3
Thomas Wolf
2021-05-03
1
-0
/
+14
|
*
|
ApplyCommand: fix "no newline at end" detection
Thomas Wolf
2021-05-26
1
-1
/
+5
|
*
|
ApplyCommand: handle completely empty context lines in text patches
Thomas Wolf
2021-05-26
1
-2
/
+14
|
*
|
ApplyCommand: use byte arrays for text patches, not strings
Thomas Wolf
2021-05-26
1
-38
/
+32
|
*
|
ApplyCommand: support binary patches
Thomas Wolf
2021-05-26
1
-30
/
+244
|
*
|
ApplyCommand: convert to git internal format before applying patch
Thomas Wolf
2021-05-18
1
-24
/
+255
|
|
/
*
|
Merge branch 'master' into next
Matthias Sohn
2021-05-12
6
-134
/
+302
|
\
|
|
*
Implement ours/theirs content conflict resolution
Thomas Wolf
2021-04-19
5
-55
/
+196
|
*
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
*
|
Enable CommitCommand to use a fluent style
Alex Blewitt
2021-03-19
1
-2
/
+4
|
/
*
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
[next]