aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/StringUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Simplify StringUtils#commonPrefixNasser Grainawi2023-11-141-3/+3
* Optimize RefDirectory.getRefsByPrefix(String...)Dariusz Luksza2023-11-121-0/+38
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-4/+4
* Support LFS Server URL without .git suffixNail Samatov2022-02-081-3/+20
* [releng] Make the bazel build use Java 11Thomas Wolf2021-11-031-2/+7
* Factor out parsing git-style size numbers to StringUtilsThomas Wolf2021-10-301-0/+134
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Using StringBuilder in StringUtils#capitalize methodLars Vogel2019-12-181-1/+1
* Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+8
* [error prone] fix ReferenceEquality warning in static equals methodsMatthias Sohn2019-08-091-1/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-5/+5
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-1/+1
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-8/+10
* Fix compile error due to missing dependencies and since tagsMarkus Duft2015-03-121-0/+1
* ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-201-0/+25
* Add missing @since tag for replaceLineBreaksWithSpaceRobin Stocker2013-08-121-0/+1
* Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-141-0/+26
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-8/+8
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+2
* Sort Config entries and use O(log N) lookupShawn O. Pearce2012-03-271-0/+44
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Fix NPE in URIish when parsing an empty URIKetan Padegaonkar2011-05-191-0/+11
* Fix DiffConfig to understand "copy" resp. "copies" for diff.renames property.Marc Strapetz2010-11-291-16/+33
* Format merge commit messages like C GitRobin Stocker2010-11-061-0/+44
* Externalize strings from JGitSasa Zivkov2010-05-191-2/+6
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-121-0/+39
* Correct spelling error in StringUtils javadocShawn O. Pearce2010-01-121-3/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+121