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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit.pgm
/
src
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgm: add option if reflogs should be written when converting to reftable
Matthias Sohn
2019-12-15
1
-1
/
+5
*
pgm: add option to configure if convert-ref-storage should create backup
Matthias Sohn
2019-12-15
1
-1
/
+6
*
Set config "extensions" option when converting ref storage format
Matthias Sohn
2019-12-15
1
-2
/
+6
*
Fix indentation in ConvertRefStorage
Matthias Sohn
2019-12-14
1
-7
/
+7
*
Replace chain of if statements with switch
Carsten Hammer
2019-12-14
2
-33
/
+40
*
JGit pgm: Format blame output to match canonical git
Thomas Wolf
2019-11-27
1
-23
/
+41
*
Make blame work correctly on merge conflicts
Thomas Wolf
2019-11-27
1
-25
/
+3
*
pgm: add write stats to BenchmarkReftable
Han-Wen Nienhuys
2019-11-16
1
-1
/
+36
*
pgm: add command to convert repo to reftable
Han-Wen Nienhuys
2019-11-16
1
-0
/
+60
*
[pgm] Add --mirror option to clone command
Matthias Sohn
2019-10-21
1
-1
/
+5
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
5
-31
/
+22
*
reftable: pass OutputStream at construction time
Han-Wen Nienhuys
2019-09-20
1
-2
/
+2
*
Merge branch 'stable-5.4' into stable-5.5
Matthias Sohn
2019-09-08
1
-3
/
+0
|
\
|
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-09-08
1
-3
/
+0
|
|
\
|
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-09-08
1
-4
/
+0
|
|
|
\
|
|
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-09-07
1
-4
/
+0
|
|
|
|
\
|
|
|
|
*
CLI: Remove unused externalized strings
David Pursehouse
2019-09-07
1
-4
/
+0
*
|
|
|
|
JGit pgm: make Blame more robust against bogus input
Thomas Wolf
2019-08-26
2
-2
/
+23
|
/
/
/
/
*
|
|
|
[error prone] suppress AmbiguousMethodReference in AnyObjectId
Matthias Sohn
2019-08-08
1
-2
/
+3
*
|
|
|
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-08
2
-10
/
+14
|
\
|
|
|
|
*
|
|
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-08
1
-9
/
+13
|
|
\
|
|
|
|
*
|
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-08-08
1
-9
/
+13
|
|
|
\
|
|
|
|
*
Use Instant instead of milliseconds for filesystem timestamp handling
Matthias Sohn
2019-07-18
1
-9
/
+13
|
|
|
*
Make inner classes static where possible
David Pursehouse
2019-06-17
1
-1
/
+1
*
|
|
|
Blame: Suppress ReferenceEquality warning for RevCommit instances
David Pursehouse
2019-06-17
1
-2
/
+12
*
|
|
|
Consistently use "!isEmpty()" to detect non-empty list
David Pursehouse
2019-06-07
5
-5
/
+5
*
|
|
|
cli: Add the --always option to describe
Sebastian Schuberth
2019-05-31
1
-0
/
+4
*
|
|
|
cli: Add the --tags option to describe
Sebastian Schuberth
2019-05-31
1
-0
/
+4
*
|
|
|
Convert to lambda or member reference
Carsten Hammer
2019-05-16
5
-46
/
+21
*
|
|
|
Use isEmpty() instead of size()==0 where possible
Carsten Hammer
2019-04-13
1
-1
/
+1
*
|
|
|
Join catch sections using multicatch
Carsten Hammer
2019-04-13
8
-51
/
+18
*
|
|
|
Use String.isEmpty() instead of comparing to ""
Carsten Hammer
2019-04-11
3
-4
/
+4
*
|
|
|
Replace usage of String.indexOf with String.contains where possible
Carsten Hammer
2019-04-11
1
-1
/
+1
*
|
|
|
Merge "diff: Add "--staged" as alias to "--cached""
Christian Halstrick
2019-03-25
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
diff: Add "--staged" as alias to "--cached"
Andre Bossert
2019-03-25
1
-1
/
+1
|
|
/
/
/
*
/
/
/
Replace "Checkout" by "Check out" when used as a verb
Thomas Wolf
2019-03-15
1
-1
/
+0
|
/
/
/
*
|
|
diff: add option metaVar for --src-prefix and --dst-prefix
Andre Bossert
2019-03-04
1
-2
/
+2
*
|
|
pgm: Fix missing braces in Version.run()
Matthias Sohn
2019-01-21
1
-2
/
+4
*
|
|
pgm: Handle IOException in Version command
Matthias Sohn
2019-01-21
1
-2
/
+7
*
|
|
pgm: Fix missing braces in UploadPack.run()
Matthias Sohn
2019-01-21
1
-1
/
+2
*
|
|
pgm: Handle IOException in UploadPack command
Matthias Sohn
2019-01-21
1
-8
/
+9
*
|
|
pgm: Handle exceptions in Tag command
Matthias Sohn
2019-01-21
1
-1
/
+5
*
|
|
pgm: Fix missing braces in Status.run()
Matthias Sohn
2019-01-21
1
-2
/
+4
*
|
|
pgm: Handle exceptions in Status command
Matthias Sohn
2019-01-21
1
-1
/
+5
*
|
|
pgm: Fix missing braces in ShowRef.run()
Matthias Sohn
2019-01-21
1
-1
/
+2
*
|
|
pgm: Handle IOException in ShowRef command
Matthias Sohn
2019-01-21
1
-6
/
+10
*
|
|
pgm: Fix missing braces in Show.run()
Matthias Sohn
2019-01-21
1
-3
/
+5
*
|
|
pgm: Handle exceptions in Show command
Matthias Sohn
2019-01-21
1
-2
/
+5
*
|
|
pgm: Fix missing braces in Rm command
Matthias Sohn
2019-01-21
1
-1
/
+2
*
|
|
pgm: Handle GitAPIException in Rm command
Matthias Sohn
2019-01-21
1
-1
/
+4
[next]