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
/
revwalk
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
|
*
Revert "Let ObjectWalk.markUninteresting also mark the root tree as"
David Ostrovsky
2015-04-26
1
-13
/
+1
*
|
RevWalk: Do not close reader passed explicitly to constructor
Dave Borowitz
2015-03-10
1
-7
/
+18
*
|
RevWalk: Stop using deprecated ObjectReader#release()
Dave Borowitz
2015-03-10
1
-2
/
+2
*
|
Implement AutoClosable interface on classes that used release()
Matthias Sohn
2015-02-09
1
-3
/
+17
|
/
*
Add retainOnReset(RevFlag) to RevWalk to simplify reset usage
Shawn Pearce
2014-10-19
1
-1
/
+48
*
When marking commits as uninteresting don't care if the tree exists
Christian Halstrick
2014-10-10
1
-1
/
+5
*
Drop warnings about unchecked casts in a few stable select places
Robin Rosenberg
2014-09-04
2
-0
/
+4
*
Let ObjectWalk.markUninteresting also mark the root tree as
Saša Živkov
2014-08-28
1
-1
/
+8
*
Don't set REWRITE flag unless parent rewriting is requested
Dave Borowitz
2014-06-12
1
-5
/
+7
*
Rename RewriteTreeFilter to TreeRevFilter and make it public
Dave Borowitz
2014-06-12
3
-20
/
+54
*
RevWalk: Allow disabling parent rewriting
Dave Borowitz
2014-05-05
2
-3
/
+30
*
Merge changes Id9a641dd,If2ee1f42
Robin Rosenberg
2014-04-09
1
-1
/
+6
|
\
|
*
Fixed RevWalk.isMergedInto() returning wrong results
Gustaf Lundh
2014-03-24
1
-1
/
+6
*
|
Cleanup javadocs so they pass the java8 doclint checks
Robin Rosenberg
2014-03-29
2
-2
/
+3
|
/
*
Fix StackOverflowError in RevCommit.carryFlags on deep side graphs
Shawn Pearce
2014-03-13
1
-16
/
+63
*
Fix RevWalkUtils.findBranchesReachableFrom not finding some branches
Robin Stocker
2014-02-11
1
-27
/
+4
*
Add a missing since tag
Christian Halstrick
2014-01-30
1
-0
/
+1
*
Fix serving fetch of existing shallow client
Shawn Pearce
2014-01-28
1
-0
/
+12
*
Merge "Recognize CRLF when parsing the short message of a commit or tag"
Robin Rosenberg
2013-08-10
2
-2
/
+4
|
\
|
*
Recognize CRLF when parsing the short message of a commit or tag
Robin Rosenberg
2013-06-14
2
-2
/
+4
*
|
Add NON-NLS comments for some obviously untranslatable strings
Robin Rosenberg
2013-07-21
1
-1
/
+1
|
/
*
Remove unused repository field from RevWalk
Dave Borowitz
2013-05-05
1
-9
/
+1
*
Require a DiffConfig when creating a FollowFilter
Dave Borowitz
2013-05-05
2
-13
/
+16
*
Document RevTag#getObject() that returned object is unparsed
Robin Stocker
2013-04-22
1
-1
/
+9
*
Fix @since tags in JGit, version 2.4 never existed
Tomasz Zarna
2013-03-21
1
-0
/
+2
*
Support creating pack bitmap indexes in PackWriter.
Colby Ranger
2013-03-05
1
-0
/
+10
*
Fix while boundries in DateRevQueue.add()
Gustaf Lundh
2013-02-25
1
-1
/
+1
*
Performance fixes in DateRevQueue
Gustaf Lundh
2013-02-25
1
-2
/
+62
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
15
-35
/
+46
*
RevWalk support for shallow clones
Marc Strapetz
2012-11-21
2
-4
/
+31
*
Add Javadoc description for packages
Robin Stocker
2012-10-31
2
-0
/
+8
*
RevWalk: Add link to parseHeaders/parseBody in Javadoc of lookupCommit
Robin Stocker
2012-10-13
1
-0
/
+3
*
Ignore non-commit refs when in RevWalkUtils.findBranchesReachableFrom
Robin Rosenberg
2012-09-08
1
-1
/
+4
*
Refactored method to find branches from which a commit is reachable
Robin Rosenberg
2012-08-21
1
-0
/
+73
*
Add "--squash" option to MergeCommand
Tomasz Zarna
2012-06-15
1
-5
/
+36
*
Enable loading history until a given commit
Matthias Sohn
2012-05-21
1
-0
/
+66
*
Remove 86 boxing warnings
Kevin Sawicki
2012-05-08
3
-9
/
+15
*
LogCommand#setMaxCount affects all commits
Tomasz Zarna
2012-03-18
1
-1
/
+1
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
15
-15
/
+15
[next]