index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
transport
/
URIish.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-5
/
+5
*
URIish: suppress non-localized message warning
Matthias Sohn
2020-04-28
1
-1
/
+2
*
Fix human name for local .bundle files
Konrad Windszus
2020-04-21
1
-0
/
+5
*
Using for-each loop in jdt
Lars Vogel
2020-02-28
1
-2
/
+2
*
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-1
/
+4
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-4
/
+1
*
[error prone] fix ReferenceEquality warning in static equals methods
Matthias Sohn
2019-08-09
1
-1
/
+3
*
Increase severity of OperatorPrecedence to ERROR, and fix instances
David Pursehouse
2019-06-12
1
-2
/
+2
*
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-30
1
-13
/
+4
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-12
/
+12
*
URIish: support for empty ports
Marc Strapetz
2017-12-23
1
-6
/
+18
*
Fix remaining javadoc errors raised by doclint
Matthias Sohn
2017-12-21
1
-1
/
+1
*
Fix javadoc in org.eclipse.jgit transport package
Matthias Sohn
2017-12-20
1
-5
/
+33
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+3
*
Tests on Windows with URIish fail
Ivan Motsch
2016-02-25
1
-0
/
+2
*
Merge branch 'stable-4.2'
David Pursehouse
2016-01-20
1
-1
/
+1
|
\
|
*
Add $NON-NLS to suppress "Non-externalized string literal" warnings
David Pursehouse
2016-01-19
1
-1
/
+1
*
|
Bug 484342: Support @ in username in SSH url.
Mike Gilbode
2015-12-15
1
-1
/
+1
|
/
*
URIish: fixed full uri pattern not expecting end of line after host name
Andrey Loskutov
2015-12-12
1
-4
/
+8
*
Add remote command to JGit CLI
Kaloyan Raev
2015-12-11
1
-0
/
+2
*
URIish: fall back to host as humanish name
Patrick Steinhardt
2015-09-10
1
-6
/
+14
*
Throw URISyntaxException for incorrect percent-encoding
Yi EungJun
2014-08-21
1
-2
/
+13
*
Cleanup javadocs so they pass the java8 doclint checks
Robin Rosenberg
2014-03-29
1
-3
/
+3
*
Add NON-NLS comments for some obviously untranslatable strings
Robin Rosenberg
2013-07-21
1
-1
/
+1
*
URIish: Allow multiple slashes in paths
Robin Stocker
2013-04-27
1
-2
/
+3
*
Fixed parsing of URI with a IPv6-address
Andreas König
2013-03-27
1
-1
/
+1
*
Fixed problems occuring when changing user in gerrit configuration
Tobias Pfeifer
2013-02-01
1
-1
/
+1
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-42
/
+42
*
Removed unused parameters from private methods
Robin Rosenberg
2012-06-06
1
-6
/
+5
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Add percent-encoding of reserved characters in URIish
Robin Rosenberg
2011-12-02
1
-18
/
+156
*
Allow '\' in user names in URI-ish
Robin Rosenberg
2011-11-04
1
-1
/
+1
*
Fix a complicated multi level nested if block structure to use a single level...
Ketan Padegaonkar
2011-05-31
1
-36
/
+35
*
Fix NPE in URIish when parsing an empty URI
Ketan Padegaonkar
2011-05-19
1
-0
/
+5
*
Fix getHumanishName broken for windows paths
Stefan Lay
2011-05-06
1
-1
/
+7
*
Do not normalize URIishes
Robin Rosenberg
2011-03-28
1
-12
/
+11
*
Fix URIish parsing of absolute scp-style URIs
Shawn O. Pearce
2010-11-09
1
-7
/
+25
*
Add support for single-slash URI
Christian Halstrick
2010-10-08
1
-19
/
+36
*
Refactored URI parsing to detect wrong URIs
Christian Halstrick
2010-10-08
1
-28
/
+76
*
Fixed URI regexp regarding user/password part
Christian Halstrick
2010-10-08
1
-1
/
+2
*
Introduce commented constants for the segments of an URI regex
Christian Halstrick
2010-10-08
1
-6
/
+51
*
Split URI regex strings differently
Christian Halstrick
2010-10-06
1
-10
/
+17
*
Allow ../relative paths in remotes
Chris West (Faux)
2010-09-10
1
-1
/
+6
*
Handle the tilde notation (~user) of git url
Robin Rosenberg
2010-07-15
1
-0
/
+3
*
Make ObjectId, RefSpec, RemoteConfig, URIish serializable
Andrew Bayer
2010-06-16
1
-1
/
+4
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
1
-1
/
+2
*
Introduce a named constant for the ".git" directory extension
Robin Rosenberg
2010-01-15
1
-2
/
+3
*
Introduce a named constant for the .git directory.
Robin Rosenberg
2010-01-15
1
-3
/
+3
*
Method to get a 'humanish' name from a path
Mykola Nikishov
2009-12-19
1
-0
/
+52
[next]