aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefUpdate.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-2/+2
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* [error prone] fix ReferenceEquality warning in RefUpdate#updateImplMatthias Sohn2019-08-091-1/+3
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-1/+1
* Do not retain commit body in RevWalk for reachability checksMinh Thai2019-03-061-0/+2
* Fix warnings for usage of deprecated RefDatabase#getRefMatthias Sohn2019-01-081-3/+3
* Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-9/+9
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-23/+64
* Support force writing reflog on a per-update basisDave Borowitz2017-09-301-0/+32
* Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON}Dave Borowitz2017-07-251-18/+66
* Fix deleting symrefsDave Borowitz2017-07-171-0/+10
* Do not fake a SymbolicRef as an ObjectIdRefMasaya Suzuki2016-08-251-2/+7
* Allow deletion of HEAD ref if the repository is bare.Mike Williams2016-01-281-1/+2
* Include push certificates in RefUpdateDave Borowitz2015-06-181-0/+29
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-8/+2
* Non-Fast-Forward Ref-Updates: Omit isMergedInto() callsRoberto Tyley2014-02-131-2/+3
* Allow deletions to occur when there is no HEADAlex Blewitt2013-04-271-1/+1
* Add missing @since tags for new API methodsMatthias Sohn2013-04-071-0/+1
* Speed up clone/fetch with large number of refsRobin Rosenberg2013-03-301-2/+14
* Fix RefUpdate performance for existing RefsRoberto Tyley2013-03-011-1/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Detaching HEAD when checking out the same commit.Sasa Zivkov2011-03-251-1/+19
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-2/+12
* Expose RefUpdate constructor to any subclassShawn O. Pearce2010-06-231-1/+10
* Externalize strings from JGitSasa Zivkov2010-05-191-2/+4
* Replace writeSymref with RefUpdate.linkShawn O. Pearce2010-01-231-2/+57
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-179/+97
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-16/+16
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+642