aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/RemoteRefUpdate.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-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
|/
* RenameBranchCommand: more consistent handling of short ref namesThomas Wolf2019-01-231-1/+1
* RemoteRefUpdate#toString: Fix indentationDavid Pursehouse2018-10-211-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-42/+80
* push: Do not blindly overwrite peerShawn Pearce2015-12-141-1/+5
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-6/+13
* Use BatchRefUpdate for tracking refs in FetchProcessShawn O. Pearce2012-05-221-6/+19
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* RemoteRefUpdate: Accept Ref and ObjectId arguments for sourceShawn O. Pearce2011-03-031-4/+108
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-2/+2
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-251-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-3/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+360