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
/
revwalk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Process unshallow commits first
Masaya Suzuki
2019-04-11
1
-1
/
+14
*
ObjectWalk: simplify tree traversal logic
Matthew DeVore
2019-03-22
1
-16
/
+13
*
Fix Javadoc typo
Michael Keppler
2019-03-08
1
-1
/
+1
*
Avoid double words
Mincong HUANG
2018-12-21
2
-8
/
+8
*
Remove unnecessary modifiers from interfaces
Ivan Frade
2018-11-15
2
-7
/
+7
*
Merge changes I97c062d0,Ib4e1f37c
David Pursehouse
2018-11-08
1
-21
/
+21
|
\
|
*
Simplify RevWalk#iterator by factoring out common code
Jonathan Nieder
2018-11-08
1
-13
/
+21
|
*
Simplify exception handling in RevWalk#iterator
Jonathan Nieder
2018-11-08
1
-8
/
+0
*
|
DepthGenerator: fix multi-child boundary handling
Jonathan Tan
2018-11-08
2
-3
/
+13
|
/
*
UploadPack: Implement deepen-not for protocol v2
Jonathan Tan
2018-10-23
2
-3
/
+117
*
Throw error when deepen-since excludes all commits
Jonathan Tan
2018-10-23
1
-0
/
+4
*
Avoid using @Nullable to annotate arrays
Jonathan Nieder
2018-10-09
1
-1
/
+1
*
UploadPack: support deepen-since in protocol v2
Jonathan Tan
2018-09-27
2
-1
/
+62
*
DepthGenerator: remove redundant depth check
Jonathan Tan
2018-09-27
1
-2
/
+1
*
Parse signature of GPG-signed commits
David Turner
2018-09-04
1
-0
/
+29
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
2
-5
/
+5
*
Correctly handle initialization of shallow commits
Terry Parker
2018-06-26
2
-13
/
+42
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
29
-84
/
+84
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
32
-124
/
+124
*
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
2
-5
/
+5
*
Remove useless for(;;) loop
Thomas Wolf
2018-03-07
1
-19
/
+17
*
RevWalk: Annotate methods documented to return "Never null" as @NonNull
David Pursehouse
2018-01-18
1
-0
/
+12
*
Remove unused imports
Matthias Sohn
2017-12-20
1
-1
/
+0
*
Fix javadoc in org.eclipse.jgit revwalk package
Matthias Sohn
2017-12-19
40
-256
/
+487
*
BitmapWalker: do not revisit objects in bitmap
Jonathan Tan
2017-11-10
1
-1
/
+22
*
Make PackWriterBitmapWalker public
Jonathan Tan
2017-11-10
1
-0
/
+227
*
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
1
-1
/
+1
*
Fix stack overflow in MergeBaseGenerator
Shawn Pearce
2017-05-02
1
-31
/
+59
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
6
-13
/
+13
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
12
-0
/
+46
*
Don't rely on default locale when using toUpperCase() and toLowerCase()
Matthias Sohn
2017-01-28
1
-1
/
+3
*
Fix merge-base calculation
Christian Halstrick
2016-11-28
1
-10
/
+33
*
Fix carrying over flags during a RevWalk
Christian Halstrick
2016-09-23
1
-1
/
+1
*
Add missing @since tags for new API
Matthias Sohn
2016-08-09
1
-0
/
+3
*
Shallow fetch: Respect "shallow" lines
Terry Parker
2016-08-05
1
-0
/
+8
*
RevWalk: Make fields available to DepthWalk
Terry Parker
2016-08-04
1
-1
/
+1
*
Added filter for merge and non-merges commits.
Alcemir Santos
2016-05-20
1
-0
/
+32
*
RevCommit: Better support invalid encoding headers
Shawn Pearce
2016-01-11
2
-27
/
+77
*
Don't call reader.close() 2 times on dispose()
Andrey Loskutov
2015-10-10
1
-1
/
+0
*
UploadPack: Verify clients send only commits for shallow lines
Shawn Pearce
2015-09-14
1
-0
/
+2
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-11
/
+0
*
Fix warnings in ObjectFilter
Matthias Sohn
2015-05-15
1
-5
/
+11
*
Correct @since tags for ObjectFilter
Jonathan Nieder
2015-05-15
2
-3
/
+3
*
Fix typo in ObjectWalk#getObjectFilter javadoc
Jonathan Nieder
2015-05-15
1
-1
/
+1
*
Allow ObjectWalk to be filtered by an arbitrary predicate
Jonathan Nieder
2015-05-14
2
-3
/
+136
*
Expose disposeBody() on RevCommit and RevTag
Shawn Pearce
2015-05-10
2
-2
/
+25
*
ObjectReader: remove the walkAdvice API
Shawn Pearce
2015-05-10
4
-19
/
+0
*
RevWalk: Discard uninteresting commits unless RevSort.BOUNDARY
Shawn Pearce
2015-05-10
1
-1
/
+1
*
ObjectWalk: make setRetainBody(false) the default
Shawn Pearce
2015-05-10
4
-20
/
+36
*
Merge branch 'stable-3.7'
Matthias Sohn
2015-04-27
1
-13
/
+1
|
\
[next]