Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn1-1/+1
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys1-1/+1
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys1-1/+1
2018-01-22Progress reporting for checkoutMarkus Duft1-0/+23
2017-12-18Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn1-3/+17
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse1-1/+1
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse1-0/+1
2016-10-09Add toString() to CherryPickCommand and ResetCommandMatthias Sohn1-0/+8
2016-08-17Enhance ResetCommand to allow disabling reflog updateMatthias Sohn1-2/+28
2016-05-30Replace use of deprecated method Repository.getRef()Matthias Sohn1-1/+1
2016-01-20Fix ResetCommand to return the resulting refChristian Halstrick1-3/+1
2015-05-26Silence non-externalized string warnings in org.eclipse.jgitMatthias Sohn1-2/+2
2015-05-26Externalize translatable texts in org.eclipse.jgitMatthias Sohn1-2/+2
2015-05-20Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn1-14/+4
2015-04-16Fix error message to include cause if ResetCommand failsMatthias Sohn1-2/+2
2014-10-13Fix ResetCommand to default to mixed resetMatthias Sohn1-0/+3
2013-11-15Document that path parameters should use '/' as separatorRobin Stocker1-4/+5
2013-09-13ResetCommand: Allow reset on unborn branch when ref not specifiedRobin Stocker1-56/+85
2012-12-28Update the revert command and things relating to revertRobin Rosenberg1-0/+9
2012-12-27Mark non-externalizable strings as suchRobin Rosenberg1-3/+3
2012-11-01ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker1-13/+4
2012-11-01ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker1-25/+12
2012-06-15Add "--squash" option to MergeCommandTomasz Zarna1-1/+3
2012-06-05Further cleanup of exceptions in Git APIRobin Rosenberg1-0/+1
2012-06-05Throw formal CheckoutConflictException on hard resetKevin Sawicki1-3/+10
2012-05-31Update ORIG_HEAD when resettingKevin Sawicki1-0/+4
2012-05-30Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg1-1/+2
2012-05-28Retain file length and mod time when doing a mixed resetKevin Sawicki1-6/+43
2012-05-23Ensure resetting on commit idDariusz Luksza1-1/+1
2012-05-04Remove unneeded catch block and null checksKevin Sawicki1-12/+4
2012-03-12Move JGitText to an internal packageRobin Rosenberg1-1/+1
2011-08-21Throw JGit exception when ResetCommand got wrong refChristian Halstrick1-0/+6
2011-07-12Add support for reseting on directoriesDariusz Luksza1-4/+11
2011-05-19Add reset with paths support to ResetCommandBernard Leach1-1/+78
2011-05-03Present reset in the reflog like C Git does nowadaysRobin Rosenberg1-2/+1
2011-04-06Add CHERRY_PICK_HEAD for cherry-pick conflictsRobin Stocker1-7/+17
2011-02-17Add git-reset to the Git APIChris Aniszczyk1-0/+258

    Back to the top