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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare 4.3.0-SNAPSHOT builds
Matthias Sohn
2016-01-21
46
-257
/
+257
*
Merge branch 'stable-4.2'
Matthias Sohn
2016-01-21
11
-1371
/
+1443
|
\
|
*
BundleWriterTest: Open RevWalk in try-with-resource
David Pursehouse
2016-01-21
1
-18
/
+20
|
*
DiffFormatterTest: Remove accidentally added trailing whitespace
David Pursehouse
2016-01-21
1
-2
/
+2
|
*
CherryPickCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-21
1
-191
/
+197
|
*
DiffFormatterTest: Create auto-closeable instances in try-with-resource
David Pursehouse
2016-01-21
1
-78
/
+82
|
*
ConfigTest: Create Git instance in try-with-resource
David Pursehouse
2016-01-21
1
-1
/
+3
|
*
CommitAndLogCommandTest: Use assumeFalse to skip test on Windows
David Pursehouse
2016-01-21
1
-2
/
+2
|
*
CommitAndLogCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-21
1
-250
/
+256
|
*
AddCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-21
1
-306
/
+327
|
*
ArchiveCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-21
1
-85
/
+89
|
*
TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource
David Pursehouse
2016-01-20
1
-101
/
+115
|
*
BlameCommandTest: Instantiate Git objects in try-with-resource
David Pursehouse
2016-01-20
1
-303
/
+305
|
*
SideBandOutputStreamTest: Use try-with-resource
David Pursehouse
2016-01-20
1
-11
/
+16
|
*
FileTreeIteratorJava7Test: Create Git instances in try-with-resource
David Pursehouse
2016-01-20
1
-32
/
+38
*
|
Add progress monitor to Merger
Laurent Delaigue
2016-01-21
5
-0
/
+58
*
|
Merge "Fix unused throws CorruptObjectException from addTree"
Shawn Pearce
2016-01-21
2
-4
/
+2
|
\
\
|
*
|
Fix unused throws CorruptObjectException from addTree
Shawn Pearce
2016-01-20
2
-4
/
+2
*
|
|
Merge "Fix TransportException when reading bundle"
Shawn Pearce
2016-01-21
1
-10
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix TransportException when reading bundle
Chris Gavin
2016-01-21
1
-10
/
+17
*
|
|
Merge changes from topic 'reftree'
Shawn Pearce
2016-01-21
7
-48
/
+243
|
\
\
\
|
*
|
|
debug-rebuild-ref-tree: Copy HEAD into RefTree
Shawn Pearce
2016-01-15
1
-4
/
+13
|
*
|
|
debug-rebuild-ref-tree: Add --enable flag to turn the database on
Shawn Pearce
2016-01-15
1
-0
/
+14
|
*
|
|
RefTreeDatabase: Allow ORIG_HEAD, etc. on non-bare repositories
Shawn Pearce
2016-01-15
3
-3
/
+168
|
*
|
|
RefTreeDatabase: Expose bootstrap refs in getAdditionalRefs
Shawn Pearce
2016-01-15
5
-41
/
+48
*
|
|
|
Merge changes from topic 'ketch'
Shawn Pearce
2016-01-20
27
-1
/
+5022
|
\
\
\
\
|
*
|
|
|
daemon: Add --ketch=LEADER flag
Shawn Pearce
2016-01-19
5
-1
/
+59
|
*
|
|
|
Ketch: Intercept push and route it through Ketch
Shawn Pearce
2016-01-19
4
-1
/
+166
|
*
|
|
|
Ketch: Simple map of running leader instances
Shawn Pearce
2016-01-19
1
-0
/
+126
|
*
|
|
|
Ketch: Basic replication system
Shawn Pearce
2016-01-19
22
-0
/
+4672
*
|
|
|
|
Merge "TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeItera...
Shawn Pearce
2016-01-20
1
-10
/
+5
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeIterator)
Shawn Pearce
2016-01-20
1
-10
/
+5
|
|
/
/
/
*
|
|
|
Fix ResetCommand to return the resulting ref
Christian Halstrick
2016-01-20
2
-24
/
+36
*
|
|
|
Add option to allow empty commits to CommitCommand
Christian Halstrick
2016-01-20
3
-0
/
+135
|
/
/
/
*
|
|
Merge "Remove declared IOException which is no longer thrown"
Matthias Sohn
2016-01-19
2
-4
/
+2
|
\
\
\
|
*
|
|
Remove declared IOException which is no longer thrown
Matthias Sohn
2016-01-20
2
-4
/
+2
*
|
|
|
Merge branch 'stable-4.2'
David Pursehouse
2016-01-20
29
-496
/
+508
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
CheckoutCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-19
1
-48
/
+49
|
*
|
BranchCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-19
1
-33
/
+33
|
*
|
CheckoutTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-19
1
-285
/
+306
|
*
|
BranchTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-19
1
-8
/
+12
|
*
|
URIishTest: Use @Test annotation's `expected` argument
David Pursehouse
2016-01-19
1
-36
/
+10
|
*
|
Suppress "The allocated object is never used" warning in tests
David Pursehouse
2016-01-19
6
-0
/
+13
|
*
|
Add $NON-NLS to suppress "Non-externalized string literal" warnings
David Pursehouse
2016-01-19
10
-41
/
+41
|
*
|
Don't use deprecated constructors of CmdLineException
David Pursehouse
2016-01-19
6
-22
/
+29
|
*
|
Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2
Matthias Sohn
2016-01-19
46
-49
/
+49
|
|
\
\
|
|
*
|
Prepare 4.2.0-SNAPSHOT builds
Matthias Sohn
2016-01-19
46
-49
/
+49
|
*
|
|
Merge "Remove org.eclipse.jgit.updatesite project from tools/version.sh" into...
Matthias Sohn
2016-01-19
1
-11
/
+0
|
|
\
|
|
|
|
*
|
Remove org.eclipse.jgit.updatesite project from tools/version.sh
Matthias Sohn
2016-01-19
1
-11
/
+0
|
*
|
|
RevParse: Remove superfluous semicolon
David Pursehouse
2016-01-14
1
-1
/
+1
[next]