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
stable-7.2
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.test
/
tst
/
org
/
eclipse
/
jgit
/
api
/
RebaseCommandTest.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "RevWalk: stop mixing lines of history in topo sort"
Alex Spradlin
2020-02-26
1
-2
/
+2
*
RevWalk: stop mixing lines of history in topo sort
Alex Spradlin
2020-02-18
1
-2
/
+2
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
WorkingTreeModifiedEvent: must be fired explicitly after merge
Thomas Wolf
2019-11-03
1
-9
/
+5
*
Close RevWalks in tests
Thomas Wolf
2019-10-16
1
-4
/
+6
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-4
/
+4
*
ResolveMerger: don't try needlessly to delete directories
Thomas Wolf
2018-07-19
1
-0
/
+60
*
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-4
/
+4
*
Use StandardCharsets.UTF_8 in tests
David Pursehouse
2018-03-07
1
-1
/
+1
*
RebaseCommandTest: Open BufferedReader in try-with-resource
David Pursehouse
2018-03-05
1
-5
/
+2
*
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
1
-2
/
+3
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+40
*
RebaseCommandTest: Open RevWalk in try-with-resource
David Pursehouse
2016-01-25
1
-178
/
+200
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-16
/
+15
*
Make RepositoryState.REBASING_MERGE reachable again.
Laurent Delaigue
2015-03-27
1
-5
/
+5
*
Rebase: Add --preserve-merges support
Konrad Kügler
2014-07-15
1
-0
/
+278
*
Interactive rebase: Fix order of commit messages on squash
Stefan Lay
2014-03-27
1
-5
/
+5
*
Fix fast forward rebase with rebase.autostash=true
Stefan Lay
2014-01-15
1
-0
/
+39
*
Don't use API exception in RebaseTodoLine
Christian Halstrick
2013-12-11
1
-36
/
+114
*
Fix aborting rebase with detached head
Stefan Lay
2013-12-10
1
-0
/
+63
*
Implement rebase.autostash
Stefan Lay
2013-12-04
1
-0
/
+137
*
Do not allow non-ff-rebase if there are uncommitted changes
Stefan Lay
2013-12-02
1
-28
/
+152
*
Fix FIXUP error for blank lines in interactive rebase
Stefan Lay
2013-11-22
1
-0
/
+38
*
Fix parsing Rebase todo lines when commit message is missing
Stefan Lay
2013-11-21
1
-0
/
+13
*
Interactive Rebase: Do actions if there were conflicts
Stefan Lay
2013-11-08
1
-0
/
+207
*
Rebase interactive should finish if last step is edit
Stefan Lay
2013-11-06
1
-0
/
+33
*
Add additional RebaseResult for editing commits
Stefan Lay
2013-11-05
1
-1
/
+1
*
Add Squash/Fixup support for rebase interactive in RebaseCommand
Tobias Pfeifer
2013-11-05
1
-1
/
+338
*
Parse commitId and shortMessage of a commented out line in rebase todo
Tobias Pfeifer
2013-10-31
1
-0
/
+119
*
Enhance reading of git-rebase-todo formatted files
Christian Halstrick
2013-10-31
1
-25
/
+122
*
Update reflog like C Git during rebase (non-interactive)
Robin Rosenberg
2013-07-21
1
-2
/
+90
*
Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler)
Robin Rosenberg
2013-06-09
1
-2
/
+2
*
Support aborting non-interactive rebase started from C Git
Robin Stocker
2013-03-16
1
-1
/
+23
*
Do not cherry-pick merge commits during rebase
Robin Rosenberg
2013-03-08
1
-32
/
+51
*
Move base test classes to the junit bundle for reuse for Java 7 tests
Robin Rosenberg
2013-02-04
1
-1
/
+1
*
Improve handling of checkout conflicts
Markus Duft
2013-01-11
1
-48
/
+26
*
Add support for rebase interactive 'edit' command
Dariusz Luksza
2012-11-19
1
-0
/
+52
*
Add support for rebase interactive 'reword' command
Dariusz Luksza
2012-11-19
1
-0
/
+58
*
DirCacheCheckout: Fix handling of files not in index
Robin Stocker
2012-09-01
1
-0
/
+32
*
Improve ours/theirs conflict markers for rebase, cherry-pick
Robin Stocker
2012-08-18
1
-3
/
+6
*
Allow JGit to read C Git rebase state
Robin Rosenberg
2012-08-07
1
-2
/
+2
*
Ignore empty lines when parsing git-rebase-todo
Robin Stocker
2012-06-23
1
-2
/
+25
*
Update ORIG_HEAD when resetting
Kevin Sawicki
2012-05-31
1
-1
/
+3
*
Fix rebase > continue when nothing left to commit.
Markus Duft
2012-03-09
1
-2
/
+58
*
Remove rebase temporary files on checkout failure
Bernard Leach
2011-05-23
1
-2
/
+39
*
Add tests for change If203ce5
Bernard Leach
2011-05-18
1
-0
/
+132
*
Introduce FAILED result for RebaseCommand
Philipp Thun
2011-03-24
1
-0
/
+340
*
Refactor test cases
Philipp Thun
2011-03-21
1
-22
/
+0
*
RebaseCommand: detect and handle fast-forward properly
Mathias Kinzler
2011-01-28
1
-2
/
+33
*
Convert all JGit unit tests to JUnit 4
Robin Rosenberg
2010-12-31
1
-1
/
+28
[next]