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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
28
-28
/
+28
*
Fix matching ignores and attributes pattern of form a/b/**.
Dmitry Pavlenko
2017-07-24
1
-11
/
+14
*
Merge changes from topic 'packed-batch-ref-update'
David Pursehouse
2017-07-24
6
-7
/
+90
|
\
|
*
Fix deleting symrefs
Dave Borowitz
2017-07-17
2
-0
/
+13
|
*
RefDirectory: Throw exception if CAS of packed ref list fails
Dave Borowitz
2017-07-17
1
-2
/
+18
|
*
ReceiveCommand: Explicitly check constructor preconditions
Dave Borowitz
2017-07-17
3
-4
/
+55
|
*
BatchRefUpdate: Document when getPushOptions is null
Dave Borowitz
2017-07-17
1
-1
/
+4
*
|
Merge "Make 'inCoreLimit' of LocalFile used in ResolveMerger configurable"
Shawn Pearce
2017-07-22
2
-2
/
+23
|
\
\
|
*
|
Make 'inCoreLimit' of LocalFile used in ResolveMerger configurable
Changcheng Xiao
2017-07-22
2
-2
/
+23
*
|
|
dfs: optionally store blockSize in DfsPackDescription
Shawn Pearce
2017-07-21
6
-19
/
+59
|
/
/
*
|
dfs: Fix DataFormatException: 0 bytes to inflate
Shawn Pearce
2017-07-19
2
-10
/
+20
*
|
dfs: actually allow current DfsBlock to GC
Shawn Pearce
2017-07-19
1
-2
/
+1
*
|
Merge "dfs: only create DfsPackFile if description has PACK"
Shawn Pearce
2017-07-19
1
-3
/
+2
|
\
\
|
*
|
dfs: only create DfsPackFile if description has PACK
Shawn Pearce
2017-07-19
1
-3
/
+2
*
|
|
dfs: Fix incorrect use of reference == for DfsStreamKey
Shawn Pearce
2017-07-19
1
-1
/
+1
*
|
|
dfs: Fix build break caused by DfsStreamKey.of signature change
Shawn Pearce
2017-07-19
1
-1
/
+4
*
|
|
dfs: Fix default DfsStreamKey to include DfsRepositoryDescription
Shawn Pearce
2017-07-19
2
-16
/
+12
*
|
|
dfs: Shrink DfsPackDescription.sizeMap storage
Shawn Pearce
2017-07-19
1
-17
/
+10
|
/
/
*
|
dfs: Fix caching of index, bitmap index, reverse index
Shawn Pearce
2017-07-18
2
-30
/
+59
*
|
dfs: Use special ForReverseIndex DfsStreamKey wrapper instead of derive
Shawn Pearce
2017-07-18
2
-30
/
+23
*
|
Derive DfsStreamKey from DfsPackDescription
Shawn Pearce
2017-07-17
9
-118
/
+131
*
|
Extract BlockBasedFile base class for DfsPackFile
Shawn Pearce
2017-07-17
4
-174
/
+234
*
|
Use separate DfsStreamKey for PackIndex
Shawn Pearce
2017-07-17
1
-20
/
+6
*
|
Rename DfsPackKey to DfsStreamKey
Shawn Pearce
2017-07-17
7
-37
/
+34
|
/
*
Add missing @since 4.9 for new API PackParser.setExpectedObjectCount()
Matthias Sohn
2017-07-08
1
-0
/
+1
*
Merge changes from topic 'packed-batch-ref-update'
Dave Borowitz
2017-07-07
3
-22
/
+36
|
\
|
*
RefList: Support capacity <= 0 on new builders
Dave Borowitz
2017-07-05
1
-2
/
+3
|
*
Short-circuit writing packed-refs if no refs were packed
Dave Borowitz
2017-07-05
1
-6
/
+22
|
*
BatchRefUpdate: Clarify some ref prefix calls
Dave Borowitz
2017-07-05
1
-14
/
+11
*
|
Make possible to overwrite the object count
Zhen Chen
2017-07-05
1
-11
/
+27
|
/
*
Merge "Support -merge attribute in binary macro"
Christian Halstrick
2017-07-03
4
-10
/
+66
|
\
|
*
Support -merge attribute in binary macro
Mathieu Cartaud
2017-06-27
4
-10
/
+66
*
|
Use read ahead during copyPackThroughCache
Shawn Pearce
2017-06-27
2
-18
/
+47
*
|
Add a test for parsing fsck config options and expose FsckMode enum
David Turner
2017-06-23
1
-2
/
+18
|
/
*
Fix bug in multiple tag handling on DescribeCommand
Oliver Lockwood
2017-06-21
1
-23
/
+37
*
Support --match functionality in DescribeCommand
Oliver Lockwood
2017-06-20
1
-4
/
+43
*
Allow to programmatically set FastForwardMode for PullCommand
Matthias Sohn
2017-06-16
1
-5
/
+29
*
Add support for config "pull.ff
Mattias Neuling
2017-06-16
2
-0
/
+17
*
Fetch/PullCommand: Improve Javadoc of setRecurseSubmodules
David Pursehouse
2017-06-16
2
-2
/
+13
*
Improve javadoc for MergeCommand.setFastForward()
Matthias Sohn
2017-06-15
1
-3
/
+7
*
Add a new singlePack option to PackConfig
Terry Parker
2017-06-14
3
-0
/
+42
*
Merge branch 'stable-4.8'
David Pursehouse
2017-06-11
7
-8
/
+74
|
\
|
*
Allow to use an external ExecutorService for background auto-gc
Matthias Sohn
2017-06-11
5
-6
/
+29
|
*
Fetch: Add --recurse-submodules and --no-recurse-submodules options
David Pursehouse
2017-06-11
2
-2
/
+45
*
|
Merge branch 'stable-4.8'
David Pursehouse
2017-06-10
10
-4
/
+332
|
\
|
|
*
SubmoduleUpdateCommand#setCallback should return 'this'
Matthias Sohn
2017-06-10
1
-1
/
+3
|
*
CloneCommand#setCallback should return 'this'
David Pursehouse
2017-06-08
1
-1
/
+3
|
*
Merge branch 'stable-4.7' into stable-4.8
David Pursehouse
2017-06-08
1
-0
/
+6
|
|
\
|
|
*
JGit v4.7.1.201706071930-r
v4.7.1.201706071930-r
Matthias Sohn
2017-06-08
3
-4
/
+4
|
|
*
ArchiveCommand: Create prefix entry with commit time
Yasuhiro Takagi
2017-06-05
1
-0
/
+6
[next]