aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/BranchConfig.java
Commit message (Expand)AuthorAgeFilesLines
* PushCommand: determine remote from git config if not givenThomas Wolf2022-02-141-0/+12
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-1/+1
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-1/+14
* Handle all values of branch.[name].rebaseThomas Wolf2016-09-151-2/+46
* Add isRebase to API of BranchConfigRobin Stocker2014-08-031-3/+11
* Enhance BranchConfig API to expose branch.* optionsRobin Stocker2014-08-031-18/+47
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Teach BranchTrackingStatus to handle tracking of local branchesMatthias Sohn2012-08-181-2/+34
* Add BranchConfig helper for access to branch config sectionRobin Stocker2012-01-161-0/+114