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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement ours/theirs content conflict resolution
Thomas Wolf
2021-04-19
8
-100
/
+400
*
Allow file mode conflicts in virtual base commit on recursive merge.
Marija Savtchouk
2021-04-06
1
-9
/
+12
*
Allow info messages in UsernamePasswordCredentialsProvider
Thomas Wolf
2021-04-01
1
-7
/
+17
*
ssh config: do environment variable replacement
Thomas Wolf
2021-04-01
1
-29
/
+56
*
Merge branch 'stable-5.11'
Matthias Sohn
2021-03-26
4
-101
/
+166
|
\
|
*
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
2
-6
/
+18
|
*
sshd: modernize ssh config file parsing
Thomas Wolf
2021-03-19
1
-22
/
+51
|
*
sshd: implement ssh config PubkeyAcceptedAlgorithms
Thomas Wolf
2021-03-19
1
-0
/
+8
*
|
Optimize RevWalkUtils.findBranchesReachableFrom()
Adithya Chakilam
2021-03-14
2
-10
/
+41
*
|
Introduce getMergedInto(RevCommit commit, Collection<Ref> refs)
Adithya Chakilam
2021-03-14
1
-0
/
+114
*
|
Skip detecting content renames for large files
Youssef Elghareeb
2021-03-14
2
-0
/
+44
*
|
HTTP cookies: do tilde expansion on http.cookieFile
Thomas Wolf
2021-03-12
2
-8
/
+20
|
/
*
PackFile: Add id + ext based constructors
Nasser Grainawi
2021-03-07
6
-34
/
+70
*
GC: deleteOrphans: Use PackFile
Nasser Grainawi
2021-03-04
1
-13
/
+16
*
PackExt: Convert to Enum
Nasser Grainawi
2021-03-04
2
-56
/
+19
*
Restore preserved packs during missing object seeks
Martin Fick
2021-03-04
2
-12
/
+99
*
Pack: Replace extensions bitset with bitmapIdx PackFile
Nasser Grainawi
2021-03-04
3
-47
/
+39
*
PackDirectory: Use PackFile to ensure we find preserved packs
Nasser Grainawi
2021-03-04
1
-31
/
+43
*
GC: Use PackFile to de-dup logic
Nasser Grainawi
2021-03-04
1
-25
/
+16
*
Create a PackFile class for Pack filenames
Nasser Grainawi
2021-03-04
3
-30
/
+170
*
HTTP: cookie file stores expiration in seconds
Thomas Wolf
2021-03-03
1
-24
/
+30
*
IgnoreNode: include path to file for invalid .gitignore patterns
Thomas Wolf
2021-02-23
4
-26
/
+79
*
FastIgnoreRule: include bad pattern in log message
Thomas Wolf
2021-02-23
2
-1
/
+7
*
init: add config option to set default for the initial branch name
Matthias Sohn
2021-02-22
2
-3
/
+23
*
init: allow specifying the initial branch name for the new repository
Matthias Sohn
2021-02-22
4
-1
/
+79
*
Fail clone if initial branch doesn't exist in remote repository
Matthias Sohn
2021-02-22
5
-8
/
+93
*
dfs: handle short copies
wh
2021-02-19
1
-2
/
+9
*
Merge "Rename PackFile to Pack"
Jonathan Nieder
2021-02-18
26
-173
/
+176
|
\
|
*
Rename PackFile to Pack
Nasser Grainawi
2021-02-10
26
-173
/
+176
*
|
Fix boxing warnings
Matthias Sohn
2021-02-17
1
-1
/
+1
*
|
GPG signature verification via BouncyCastle
Thomas Wolf
2021-02-16
9
-4
/
+772
*
|
Post commit hook failure should not cause commit failure
Tim Neumann
2021-02-15
2
-4
/
+35
*
|
Allow to define additional Hook classes outside JGit
Matthias Sohn
2021-02-15
1
-2
/
+2
*
|
GitHook: use default charset for output and error streams
Matthias Sohn
2021-02-15
1
-4
/
+6
*
|
GitHook: use generic OutputStream instead of PrintStream
Matthias Sohn
2021-02-15
4
-28
/
+19
*
|
Allow dir/file conflicts in virtual base commit on recursive merge.
Marija Savtchouk
2021-02-09
1
-10
/
+13
|
/
*
Merge "GitHook: make fields outputStream and errorStream private"
Christian Halstrick
2021-02-09
1
-2
/
+2
|
\
|
*
GitHook: make fields outputStream and errorStream private
Matthias Sohn
2021-02-09
1
-2
/
+2
*
|
GPG: support git config gpg.program
Thomas Wolf
2021-02-07
5
-35
/
+207
|
/
*
Fix DateRevQueue tie breaks with more than 2 elements
Adithya Chakilam
2021-02-07
2
-9
/
+14
*
Field updateHead can be a local variable in RefDirectoryRename
Lars Vogel
2021-02-06
1
-4
/
+1
*
Fix FileRepository#convertToReftable which failed if no reflog existed
Matthias Sohn
2021-02-05
1
-4
/
+6
*
Merge "reftable: add random suffix to table names"
Matthias Sohn
2021-02-05
1
-2
/
+6
|
\
|
*
reftable: add random suffix to table names
Han-Wen Nienhuys
2021-01-25
1
-2
/
+6
*
|
TransportGitAnon: remove unnecessary socket bind to a local address
Alina Djamankulova
2021-02-05
1
-1
/
+0
*
|
IO: fix IO.readFully(InputStream, byte[], int)
Thomas Wolf
2021-01-31
1
-3
/
+3
*
|
Merge "Move reachability checker generation into the ObjectReader object"
Jonathan Nieder
2021-01-29
8
-26
/
+102
|
\
\
[next]