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
/
api
/
RebaseCommand.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
[infer] Fix resource leaks in RebaseCommand
Matthias Sohn
2016-12-18
1
-7
/
+9
*
Implement auto gc
Matthias Sohn
2016-10-23
1
-0
/
+1
*
Replace use of deprecated method Repository.getRef()
Matthias Sohn
2016-05-31
1
-3
/
+3
*
Add progress monitor to Merger
Laurent Delaigue
2016-01-21
1
-0
/
+2
*
Null-annotated Ref class and fixed related compiler errors
Andrey Loskutov
2015-12-15
1
-5
/
+14
*
Null-annotated Repository class and fixed related compiler errors
Andrey Loskutov
2015-11-25
1
-5
/
+6
*
Raise error if FileNotFoundException is caught for an existing file
Matthias Sohn
2015-11-24
1
-0
/
+3
*
Handle null in ProgressMonitor setters
Jonathan Nieder
2015-06-11
1
-0
/
+3
*
Externalize translatable texts in org.eclipse.jgit
Matthias Sohn
2015-05-26
1
-6
/
+9
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
1
-113
/
+127
*
Fix typo in reflog message written by RebaseCommand.tryFastForward()
Matthias Sohn
2015-05-15
1
-1
/
+1
*
Make RepositoryState.REBASING_MERGE reachable again.
Laurent Delaigue
2015-03-27
1
-1
/
+3
*
Support for the pre-commit hook
Laurent Goubet
2015-02-02
1
-5
/
+4
*
RebaseCommand should ignore submodule modifications
Christian Halstrick
2014-11-03
1
-1
/
+2
*
Rename local variables/parameters to remove warnings about hiding
Robin Rosenberg
2014-09-04
1
-10
/
+10
*
Rebase: Add --preserve-merges support
Konrad Kügler
2014-07-15
1
-28
/
+265
*
Rebase: Write an empty "quiet" file to make C Git happy
Konrad Kügler
2014-05-16
1
-0
/
+3
*
Allow callers to use different merging strategies
Laurent Goubet
2014-05-06
1
-2
/
+17
*
Interactive rebase: Fix order of commit messages on squash
Stefan Lay
2014-03-27
1
-3
/
+3
*
Fix missing NON-NLS tag in RebaseCommand
Stefan Lay
2014-03-27
1
-1
/
+1
*
Add symlink support to JGit
Robin Rosenberg
2014-02-10
1
-1
/
+1
*
Fix fast forward rebase with rebase.autostash=true
Stefan Lay
2014-01-15
1
-0
/
+3
*
Fix aborting rebase with detached head
Stefan Lay
2013-12-10
1
-13
/
+18
*
Implement rebase.autostash
Stefan Lay
2013-12-04
1
-22
/
+92
*
Do not allow non-ff-rebase if there are uncommitted changes
Stefan Lay
2013-12-02
1
-0
/
+12
*
Use static factory methods instead of overloaded constructors
Stefan Lay
2013-11-29
1
-5
/
+5
*
Fix FIXUP error for blank lines in interactive rebase
Stefan Lay
2013-11-22
1
-1
/
+1
*
Add missing @since tags
Matthias Sohn
2013-11-09
1
-0
/
+2
*
Interactive Rebase: Do actions if there were conflicts
Stefan Lay
2013-11-08
1
-80
/
+117
*
Rebase interactive should finish if last step is edit
Stefan Lay
2013-11-06
1
-9
/
+14
*
Add additional RebaseResult for editing commits
Stefan Lay
2013-11-05
1
-6
/
+7
*
Add Squash/Fixup support for rebase interactive in RebaseCommand
Tobias Pfeifer
2013-11-05
1
-1
/
+195
*
Enable to prepare interactive rebase and then start it explicitly
Tobias Pfeifer
2013-11-01
1
-1
/
+42
*
Enhance reading of git-rebase-todo formatted files
Christian Halstrick
2013-10-31
1
-264
/
+43
*
Fix order of commits in rebase todo file header
Stefan Lay
2013-09-29
1
-2
/
+2
*
Add NON-NLS comments for some obviously untranslatable strings
Robin Rosenberg
2013-07-21
1
-1
/
+1
*
Update reflog like C Git during rebase (non-interactive)
Robin Rosenberg
2013-07-21
1
-10
/
+21
*
Use RawParseUtils.prevLF in RebaseCommand
Robin Stocker
2013-03-16
1
-4
/
+2
*
Support aborting non-interactive rebase started from C Git
Robin Stocker
2013-03-16
1
-53
/
+97
*
Do not cherry-pick merge commits during rebase
Robin Rosenberg
2013-03-08
1
-5
/
+1
*
Improve handling of checkout conflicts
Markus Duft
2013-01-11
1
-2
/
+9
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-38
/
+42
*
[findBugs] Don't pass null for non-null parameter in RebaseCommand
Matthias Sohn
2012-12-05
1
-1
/
+5
*
Commit message may not necessarily be in UTF-8
Robin Rosenberg
2012-11-27
1
-2
/
+2
*
Add support for rebase interactive 'edit' command
Dariusz Luksza
2012-11-19
1
-7
/
+20
*
Add support for rebase interactive 'reword' command
Dariusz Luksza
2012-11-19
1
-7
/
+129
*
Enable rebase to continue for all rebase stages
Robin Rosenberg
2012-08-27
1
-0
/
+3
*
Improve ours/theirs conflict markers for rebase, cherry-pick
Robin Stocker
2012-08-18
1
-3
/
+45
*
Allow JGit to read C Git rebase state
Robin Rosenberg
2012-08-07
1
-1
/
+8
[next]