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
/
merge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "--squash" option to MergeCommand
Tomasz Zarna
2012-06-15
2
-2
/
+108
*
Remove unused import of ObjectInserter in ResolveMerger
Tomasz Zarna
2012-06-15
1
-2
/
+1
*
Use only a single ObjectInserter in ResolveMerger
Shawn O. Pearce
2012-06-14
1
-5
/
+3
*
Allow applications to pass ObjectInserter to Merger
Shawn O. Pearce
2012-06-14
1
-0
/
+19
*
Use working tree iterator to compare file modes
Kevin Sawicki
2012-06-05
1
-7
/
+12
*
Compare modes before comparing ids in ResolveMerger
Kevin Sawicki
2012-05-09
1
-2
/
+2
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
3
-3
/
+3
*
Refactor ResolveMerger
Christian Halstrick
2011-12-20
1
-59
/
+96
*
Fix ResolveMerger not to add paths with FileMode 0
Christian Halstrick
2011-12-11
1
-7
/
+75
*
Adapt merge message to C Git for remote-tracking branch
Robin Stocker
2011-11-23
1
-2
/
+2
*
Ensure the ObjectInserter flushes after a merge
Shawn O. Pearce
2011-10-26
1
-1
/
+4
*
Fix ClassCastException in MergeCommand
Denys Digtiar
2011-08-21
2
-28
/
+3
*
Reuse ObjectReader for all objects touched during checkout
Matthias Sohn
2011-08-02
1
-12
/
+16
*
Create a MergeResult for deleted/modified files
Bernard Leach
2011-05-19
1
-0
/
+12
*
Optimize MergeAlgorithm if ours or theirs is empty
Christian Halstrick
2011-05-17
1
-0
/
+31
*
Fix "into" part of merge message for HEAD
Robin Stocker
2011-05-05
1
-2
/
+1
*
Implemented merge for parallel delete/modification
Bernard Leach
2011-05-03
1
-0
/
+23
*
Add CHERRY_PICK_HEAD for cherry-pick conflicts
Robin Stocker
2011-04-06
1
-0
/
+21
*
Do not categorize merge failures as 'abnormal'
Philipp Thun
2011-03-28
1
-9
/
+9
*
Improve MergeResult
Philipp Thun
2011-03-21
1
-0
/
+11
*
Abort merge when file to be checked out is dirty
Philipp Thun
2011-03-18
1
-0
/
+4
*
Refactor ResolveMerger
Philipp Thun
2011-03-18
1
-28
/
+48
*
Replace 'occured' by 'occurred'
Philipp Thun
2011-03-15
1
-3
/
+3
*
Don't print "into HEAD" when merging refs/heads/master
Robin Stocker
2011-02-01
1
-1
/
+2
*
Fix misc spelling errors in comments and method names
Robin Rosenberg
2011-01-17
1
-14
/
+14
*
Simplify logic in StrategySimpleTwoWayInCore
Shawn O. Pearce
2010-12-09
1
-7
/
+3
*
Clarify WorkingTreeOptions and filemode usage
Shawn O. Pearce
2010-12-08
1
-3
/
+2
*
Removed unread parameters
Christian Halstrick
2010-12-08
1
-1
/
+1
*
Remove empty iterator from TreeWalk
Shawn O. Pearce
2010-12-07
2
-3
/
+1
*
[findbugs] Do not ignore exceptional return value
Matthias Sohn
2010-12-07
1
-2
/
+3
*
Fix jgit build broken by deabacc4
Matthias Sohn
2010-12-03
1
-1
/
+1
*
Fixed Merge Algorithm regarding concurrent file creations
Christian Halstrick
2010-12-02
1
-3
/
+5
*
Change default diff algorithm to histogram and add tests
Christian Halstrick
2010-11-26
1
-4
/
+4
*
Make diff algorithm configurable
Christian Halstrick
2010-11-26
2
-9
/
+31
*
Fix bug regarding handling of non-versioned files during merge
Christian Halstrick
2010-11-22
1
-1
/
+1
*
Merge "Format merge commit messages like C Git"
Shawn Pearce
2010-11-09
1
-0
/
+132
|
\
|
*
Format merge commit messages like C Git
Robin Stocker
2010-11-06
1
-0
/
+132
*
|
Fixed ResolveMerger regarding handling of deletions
Christian Halstrick
2010-11-07
1
-10
/
+26
|
/
*
Fixed merge algorithm regarding adjacent modifications
Christian Halstrick
2010-11-02
1
-4
/
+4
*
Fix Severe Bug in Merge Algorithm
Christian Halstrick
2010-10-28
1
-8
/
+19
*
Rename method to ResolveMerger.setWorkingTreeIterator()
Christian Halstrick
2010-10-13
1
-7
/
+7
*
Extend merge support for bare repositories
Dmitry Fink
2010-09-24
7
-39
/
+133
*
Define DiffAlgorithm as an abstract function
Shawn O. Pearce
2010-09-10
1
-2
/
+2
*
Refactor diff sequence API
Shawn O. Pearce
2010-09-06
4
-18
/
+27
*
Improve MergeAlgorithm to produce smaller conflicts
Christian Halstrick
2010-08-31
1
-4
/
+35
*
Added merge strategy RESOLVE
Christian Halstrick
2010-08-31
3
-0
/
+636
*
Add getBaseCommit() to Merger
Christian Halstrick
2010-08-26
1
-3
/
+22
*
Fix Javadoc warnings
Robin Stocker
2010-07-27
1
-3
/
+2
*
Use ObjectReader in DirCacheBuilder.addTree
Shawn O. Pearce
2010-06-29
1
-1
/
+1
*
Use ObjectReader in RevWalk, TreeWalk
Shawn O. Pearce
2010-06-28
2
-8
/
+8
[next]