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
/
blame
Commit message (
Expand
)
Author
Age
Files
Lines
*
Javadoc fixes
Thomas Wolf
2021-11-22
2
-7
/
+7
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
5
-190
/
+25
*
Replace chain of if statements with switch
Carsten Hammer
2019-12-14
1
-3
/
+7
*
Make blame work correctly on merge conflicts
Thomas Wolf
2019-11-27
2
-2
/
+179
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-5
/
+5
*
Fix API breakage introduced by da254106
Matthias Sohn
2018-08-08
1
-20
/
+6
*
Abort rename detection in a timely manner if cancelled
Matthias Sohn
2018-08-07
1
-6
/
+20
*
Fix NPE in BlameGenerator.getSourceStart()
Matthias Sohn
2018-07-24
1
-1
/
+1
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
1
-1
/
+1
*
LFS: support merge/rebase/cherry-pick/diff/compare with LFS files
Markus Duft
2018-03-03
2
-19
/
+34
*
Fix javadoc in org.eclipse.jgit blame package
Matthias Sohn
2017-12-17
5
-31
/
+100
*
BlameGenerator: Annotate #getRenameDetector as Nullable
David Pursehouse
2017-02-09
1
-3
/
+6
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-8
/
+0
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
1
-3
/
+3
*
ObjectWalk: make setRetainBody(false) the default
Shawn Pearce
2015-05-10
1
-1
/
+0
*
Replace use of deprecated release() method in BlameResult
Matthias Sohn
2015-04-02
1
-4
/
+4
*
Implement AutoClosable interface on classes that used release()
Matthias Sohn
2015-02-09
1
-3
/
+16
*
blame: Un-break isFile check in tree walk
Jonathan Nieder
2014-06-04
1
-1
/
+2
*
blame: Revert common subtree elimination "optimization"
Shawn Pearce
2014-05-19
2
-42
/
+3
*
blame: Fix merges, where merge result differs only by whitespace
Konrad Kügler
2014-05-03
1
-2
/
+3
*
Fix BlameResult.computeRange JavaDoc to exclude end index
Konrad Kügler
2014-04-26
1
-2
/
+2
*
blame: Reuse existing blameEntireRegionOnParent method
Shawn Pearce
2014-04-21
1
-3
/
+1
*
blame: Remove unnecessary curly braces around single statement if
Shawn Pearce
2014-04-21
1
-2
/
+1
*
blame: Allow candidate to manage its setup before output
Shawn Pearce
2014-04-21
2
-2
/
+12
*
blame: Do not update candidate regionList during output
Shawn Pearce
2014-04-21
1
-21
/
+24
*
blame: Only use computeRange if -L was requested
Shawn Pearce
2014-04-21
1
-0
/
+4
*
blame: Reduce running time ~4.5% by skipping common subtrees
Shawn Pearce
2014-04-17
2
-17
/
+60
*
blame: Micro optimize blob lookup in tree
Shawn Pearce
2014-04-17
1
-10
/
+8
*
blame: Automatically increase commit abbreviation length
Shawn Pearce
2014-04-17
1
-0
/
+12
*
Blame correctly in the presence of conflicting merges
Konrad Kügler
2014-04-17
2
-19
/
+77
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
3
-4
/
+5
*
Merge "[blame] Don't pass null to PersonIdent constructor"
Shawn Pearce
2012-11-01
1
-1
/
+1
|
\
|
*
[blame] Don't pass null to PersonIdent constructor
Robin Stocker
2012-10-29
1
-1
/
+1
*
|
Add Javadoc description for packages
Robin Stocker
2012-10-31
1
-0
/
+4
|
/
*
Make BlameGenerator comments more clear
Patrick Carlson
2012-08-17
1
-4
/
+6
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
[blame] Fix blame following renames in non-toplevel directories
Carsten Pfeiffer
2011-11-10
1
-0
/
+1
*
[blame] Reset rename detector before computing renames.
Kevin Sawicki
2011-09-01
1
-0
/
+1
*
blame: Compute the origin of lines in a result file
Shawn O. Pearce
2011-05-31
5
-0
/
+1948