index
:
jgit.git
master
master%private
next
servlet-4
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
stable-7.2
stable-7.3
stable-7.4
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.pgm
/
src
/
org
/
eclipse
/
jgit
/
pgm
/
Main.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
[errorprone] Remove unnecessary parentheses
Matthias Sohn
2023-09-22
1
-2
/
+1
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-0
/
+4
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Join catch sections using multicatch
Carsten Hammer
2019-04-13
1
-15
/
+5
*
Use String.isEmpty() instead of comparing to ""
Carsten Hammer
2019-04-11
1
-1
/
+1
*
Replace usage of String.indexOf with String.contains where possible
Carsten Hammer
2019-04-11
1
-1
/
+1
*
Revert "Configure WindowCache settings to use in JGit CLI"
Matthias Sohn
2018-10-05
1
-10
/
+0
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-2
/
+2
*
refactor: simplify collection.toArray()
Michael Keppler
2018-08-23
1
-1
/
+1
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
1
-3
/
+3
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-4
/
+4
*
Configure WindowCache settings to use in JGit CLI
Matthias Sohn
2018-04-13
1
-0
/
+10
*
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-2
/
+2
*
LFS: Enable LFS support for the CLI, better error handling
Markus Duft
2018-03-03
1
-0
/
+3
*
LFS: support merge/rebase/cherry-pick/diff/compare with LFS files
Markus Duft
2018-03-03
1
-4
/
+2
*
Fix javadoc in org.eclipse.jgit.pgm
Matthias Sohn
2017-12-18
1
-5
/
+7
*
Main: Replace deprecated ExampleMode with OptionHandlerFilter
David Pursehouse
2017-09-06
1
-2
/
+3
*
Use a dedicated executor to run auto-gc in command line interface
Matthias Sohn
2017-06-11
1
-0
/
+19
*
[findBugs] Use UTF-8 when writing to the error stream in jgit pgm
Matthias Sohn
2017-05-15
1
-1
/
+4
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-1
/
+1
*
Don't rely on default locale when using toUpperCase() and toLowerCase()
Matthias Sohn
2017-01-28
1
-1
/
+3
*
Main: Add missing $NON-NLS tag
David Pursehouse
2016-10-18
1
-1
/
+1
*
Fix JGit CLI to follow native git's interpretation of http_proxy...
Christian Halstrick
2016-10-14
1
-5
/
+16
*
Add built-in LFS smudge filter for local case
Christian Halstrick
2016-09-20
1
-0
/
+2
*
Add built-in LFS clean filter
Christian Halstrick
2016-09-20
1
-0
/
+2
*
Make sure CLIGitCommand and Main produce (almost) same results
Andrey Loskutov
2016-01-06
1
-35
/
+76
*
Added CLIText.fatalError(String) API for tests
Andrey Loskutov
2016-01-06
1
-4
/
+4
*
Don't treat command termination due '-h' option as a fatal error
Andrey Loskutov
2015-12-29
1
-1
/
+16
*
Fix push with jgit pgm failing with "unauthorized"
Matthias Sohn
2015-12-15
1
-0
/
+3
*
Fix non-externalized string warning in Main.execute()
Matthias Sohn
2015-07-24
1
-1
/
+1
*
Honor also https_proxy environment variable
Christian Halstrick
2015-07-24
1
-25
/
+31
*
Restore AwtCredentialsProvider to enable debugging pgm in Eclipse
Matthias Sohn
2015-04-22
1
-4
/
+46
*
Move console classes to pgm bundle
Matthias Sohn
2015-02-10
1
-46
/
+4
*
Rename local variables/parameters to remove warnings about hiding
Robin Rosenberg
2014-09-04
1
-3
/
+3
*
pgm: Flush stderr during shutdown
Shawn Pearce
2014-04-21
1
-0
/
+2
*
Avoid calls to System.exit() and throw an exception instead
Guillaume Nodet
2014-04-02
1
-0
/
+2
*
Add support for --version in JGit CLI
Kaloyan Raev
2013-10-09
1
-1
/
+9
*
Move org.eclipse.jgit.pgm's resource bundle to internal package
Matthias Sohn
2013-05-06
1
-0
/
+1
*
pgm: Attempt to detect a broken pipe and exit silently
Robin Rosenberg
2013-01-07
1
-0
/
+12
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-12
/
+12
*
Check for write errors in standard out and exit with error
Robin Rosenberg
2012-09-16
1
-2
/
+11
*
pgm: Make --git-dir a string
Shawn O. Pearce
2011-02-15
1
-1
/
+1
*
Implement command line support for CredentialsProvider
Shawn O. Pearce
2010-11-10
1
-3
/
+3
*
Allow pgm Main to be extended
Shawn O. Pearce
2010-10-16
1
-21
/
+51
*
amend commit: Refactor repository construction to builder class
Shawn O. Pearce
2010-07-03
1
-3
/
+3
*
Refactor repository construction to builder class
Shawn O. Pearce
2010-06-25
1
-68
/
+8
*
Make lib.Repository abstract and lib.FileRepository its implementation
Shawn O. Pearce
2010-06-25
1
-2
/
+2
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
1
-30
/
+35
*
pgm: Report not in git repository rather than NPE
Shawn O. Pearce
2010-03-11
1
-1
/
+2
*
Introduce a named constant for the .git directory.
Robin Rosenberg
2010-01-15
1
-1
/
+1
[next]