aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Branch.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix missing braces in Branch.run()Matthias Sohn2019-01-201-5/+10
* pgm: Handle exceptions in Branch commandMatthias Sohn2019-01-201-10/+15
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+25
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-4/+4
* Branch: Fix variable hiding warningDavid Pursehouse2016-02-021-8/+8
* branch command: provide convenient and meaningful options helpAndrey Loskutov2016-01-021-36/+94
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-251-3/+7
* pgm: Create instances of Git in try-with-resourceDavid Pursehouse2015-10-011-19/+21
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-4/+1
* Implement "git branch --contains" in pgmRobin Stocker2014-03-071-17/+31
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-1/+3
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-10/+10
* Make Repository.shortenRefName staticRobin Stocker2010-11-061-1/+1
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-6/+14
* Externalize strings from JGitSasa Zivkov2010-05-191-27/+25
* branch: Add -m option to rename a branchShawn O. Pearce2010-01-231-4/+37
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+216