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
/
BlameGenerator.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Option to pass start RevCommit to be blamed on to the
Matthias Sohn
2022-09-06
1
-34
/
+13
*
Option to pass start RevCommit to be blamed on to the BlameGenerator.
Ronald Bhuleskar
2022-08-17
1
-13
/
+34
*
Revert "Option to pass start RevCommit to be blamed on to the BlameGenerator."
Ronald Bhuleskar
2022-08-03
1
-34
/
+13
*
Option to pass start RevCommit to be blamed on to the BlameGenerator.
Ronald Bhuleskar
2022-08-02
1
-13
/
+34
*
JGit blame very slow for large merge commits that rename files
Simeon Andreev
2022-07-01
1
-3
/
+5
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Make blame work correctly on merge conflicts
Thomas Wolf
2019-11-27
1
-1
/
+116
*
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
*
LFS: support merge/rebase/cherry-pick/diff/compare with LFS files
Markus Duft
2018-03-03
1
-8
/
+12
*
Fix javadoc in org.eclipse.jgit blame package
Matthias Sohn
2017-12-17
1
-23
/
+73
*
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
*
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
1
-35
/
+3
*
blame: Fix merges, where merge result differs only by whitespace
Konrad Kügler
2014-05-03
1
-2
/
+3
*
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
1
-2
/
+1
*
blame: Do not update candidate regionList during output
Shawn Pearce
2014-04-21
1
-21
/
+24
*
blame: Reduce running time ~4.5% by skipping common subtrees
Shawn Pearce
2014-04-17
1
-17
/
+53
*
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
1
-19
/
+22
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-1
/
+1
*
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
1
-0
/
+960