aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefSpec.java
Commit message (Expand)AuthorAgeFilesLines
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-20/+20
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-9/+12
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* RefSpec: Make WildcardMode publicStefan Beller2016-07-281-2/+20
* RefSpecs: allow construction of weird wildcarded RefSpecsStefan Beller2016-07-251-9/+84
* RefSpec: reject refs ending in '/'Stefan Beller2016-07-251-0/+2
* Refspec: loosen restrictions on wildcard "*"Marc Strapetz2015-10-211-4/+0
* Support refspecs with wildcard in middle (not only at end)Robin Stocker2013-05-281-19/+62
* Fix examples with refs/heads/ in RefSpec JavadocRobin Stocker2013-04-191-8/+8
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Make ObjectId, RefSpec, RemoteConfig, URIish serializableAndrew Bayer2010-06-161-2/+5
* Externalize strings from JGitSasa Zivkov2010-05-191-8/+11
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-12/+12
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+463