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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Make BitmapBuilder.getBitmapIndex public
Jonathan Nieder
2015-11-05
2
-1
/
+9
|
*
|
Deprecate BitmapBuilder.add and introduce simpler addObject method
Jonathan Nieder
2015-11-05
2
-4
/
+24
|
*
|
Add @Override annotations to BitmapIndexImpl
Jonathan Nieder
2015-11-05
1
-0
/
+16
|
*
|
Rely on bitmap RevFilter to filter walk during bitmap selection
Jonathan Nieder
2015-11-05
1
-3
/
+0
|
*
|
Use 'reused' bitmap to filter walk during bitmap selection
Jonathan Nieder
2015-11-05
1
-3
/
+7
|
*
|
Rely on bitmap RevFilter to filter tip commit setup walk
Jonathan Nieder
2015-11-05
1
-1
/
+0
|
*
|
Use 'reused' bitmap to filter tip commit setup walk
Jonathan Nieder
2015-11-05
1
-0
/
+42
|
*
|
Include ancestors of reused bitmap commits in reuse bitmap again
Jonathan Nieder
2015-11-03
2
-5
/
+18
*
|
|
Insert duplicate objects to prevent race during garbage collection.
Mike Williams
2015-11-04
2
-1
/
+25
*
|
|
Merge "Delta compression: reuse DeltaTask.getAdjustedWeight()"
Jonathan Nieder
2015-11-04
2
-3
/
+2
|
\
\
\
|
*
|
|
Delta compression: reuse DeltaTask.getAdjustedWeight()
Terry Parker
2015-11-03
2
-3
/
+2
*
|
|
|
Merge "[performance] Speed up delta packing"
Shawn Pearce
2015-11-04
1
-8
/
+15
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
[performance] Speed up delta packing
Terry Parker
2015-11-03
1
-8
/
+15
*
|
|
Merge "Decrease indentation in setupTipCommitBitmaps"
Jonathan Nieder
2015-11-03
1
-23
/
+27
|
\
\
\
|
*
|
|
Decrease indentation in setupTipCommitBitmaps
Jonathan Nieder
2015-11-03
1
-23
/
+27
*
|
|
|
Merge "[style] Add braces to DeltaTask"
Jonathan Nieder
2015-11-03
1
-15
/
+29
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
[style] Add braces to DeltaTask
Terry Parker
2015-11-03
1
-15
/
+29
*
|
|
|
Add support for pre-push hooks
Christian Halstrick
2015-11-02
3
-2
/
+191
*
|
|
|
Enhance FS.runProcess() to support stdin-redirection and binary data
Christian Halstrick
2015-11-02
1
-40
/
+71
|
|
/
/
|
/
|
|
*
|
|
Cleaned up various readPipe() threading issues
Andrey Loskutov
2015-11-01
1
-25
/
+24
*
|
|
Don't report errors logged by FS with "debug" level
Andrey Loskutov
2015-10-31
1
-21
/
+7
|
/
/
*
|
Building bitmaps: Simplify the logic to sort by chains
Terry Parker
2015-10-29
1
-15
/
+8
*
|
Merge "Pack bitmaps: improve readability"
Jonathan Nieder
2015-10-29
1
-26
/
+42
|
\
\
|
*
|
Pack bitmaps: improve readability
Terry Parker
2015-10-28
1
-26
/
+42
*
|
|
JGit CLI should check if calling itself when invoking native git exe
Kaloyan Raev
2015-10-29
1
-0
/
+8
*
|
|
[performance] Remove synthetic access$ methods in dfs, diff and merge
Andrey Loskutov
2015-10-28
5
-17
/
+17
*
|
|
[performance] Remove synthetic access$ methods in lib, util and dircache
Andrey Loskutov
2015-10-28
8
-23
/
+23
*
|
|
[performance] Remove synthetic access$ methods in transport package
Andrey Loskutov
2015-10-28
12
-51
/
+51
|
/
/
*
|
[performance] Remove synthetic access$ methods in pack and file packages
Andrey Loskutov
2015-10-28
13
-51
/
+51
*
|
Add best-effort variant of File.getCanonicalFile()
Thomas Wolf
2015-10-22
1
-0
/
+25
*
|
Expose bitmap selection parameters via PackConfig
Terry Parker
2015-10-21
3
-16
/
+283
*
|
Update bitmap selection throttling to fully span active branches.
Terry Parker
2015-10-21
3
-149
/
+271
*
|
Adding JGitV1 and JGitV2 Walk Encryption
Andrei Pozolotin
2015-10-18
2
-24
/
+335
*
|
Adding AES Walk Encryption support in http://www.jets3t.org/ mode
Andrei Pozolotin
2015-10-18
4
-66
/
+157
*
|
Merge "Don't call reader.close() 2 times on dispose()"
Matthias Sohn
2015-10-10
1
-1
/
+0
|
\
\
|
*
|
Don't call reader.close() 2 times on dispose()
Andrey Loskutov
2015-10-10
1
-1
/
+0
*
|
|
Merge "Limit the range of commits for which bitmaps are created."
Shawn Pearce
2015-10-10
8
-11
/
+86
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Limit the range of commits for which bitmaps are created.
Terry Parker
2015-10-08
8
-11
/
+86
*
|
|
Delete non empty directories before checkout a path
Andrey Loskutov
2015-10-09
5
-7
/
+73
|
/
/
*
|
Align docstring for RepoCommand.setRecordRemoteBranch with argument
Stefan Beller
2015-10-06
1
-3
/
+3
*
|
Merge "RepoCommand: Add setRecordRemoteBranch option to record upstream branch"
Jonathan Nieder
2015-10-05
1
-2
/
+31
|
\
\
|
*
|
RepoCommand: Add setRecordRemoteBranch option to record upstream branch
Stefan Beller
2015-10-05
1
-2
/
+31
*
|
|
Merge "[ignore rules] fix for handling unmatched '[' brackets"
Matthias Sohn
2015-10-02
1
-3
/
+1
|
\
\
\
|
*
|
|
[ignore rules] fix for handling unmatched '[' brackets
Andrey Loskutov
2015-09-30
1
-3
/
+1
|
|
/
/
*
|
|
Merge branch 'stable-4.1'
Matthias Sohn
2015-10-02
2
-5
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
FanoutBucket: Create ObjectInserter.Formatter in try-with-resource
David Pursehouse
2015-10-01
1
-2
/
+2
|
*
|
Fix compiler warnings in DiffFormatter.writeGitLinkText
David Pursehouse
2015-09-30
1
-3
/
+2
*
|
|
Use japicmp instead of clirr to detect API changes
Matthias Sohn
2015-10-01
1
-9
/
+77
|
|
/
|
/
|
*
|
Prepare 4.2.0-SNAPSHOT builds
Matthias Sohn
2015-09-28
3
-40
/
+40
|
/
*
Prepare 4.1.1-SNAPSHOT builds
Matthias Sohn
2015-09-28
3
-40
/
+40
[prev]
[next]