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
...
*
|
|
Fix loop in auto gc
Matthias Sohn
2016-11-07
4
-7
/
+147
*
|
|
Update buck to latest version
David Pursehouse
2016-11-06
1
-1
/
+1
*
|
|
StreamCopyThread: Do not drop data when flush is observed before writing
Jonathan Nieder
2016-11-04
1
-5
/
+1
*
|
|
StreamCopyThread: Do not let flush interrupt a write
Jonathan Nieder
2016-11-04
1
-17
/
+29
*
|
|
Fix flush call race condition in StreamCopyThread
Zhen Chen
2016-10-31
1
-1
/
+7
*
|
|
Use AtomicObjectOutputStream in CleanFilter
Matthias Sohn
2016-10-26
2
-22
/
+33
*
|
|
CleanFilter: use atomic move to move temporary file to media file
Matthias Sohn
2016-10-26
1
-1
/
+3
*
|
|
Fix temporary file leak in CleanFilter
Matthias Sohn
2016-10-26
1
-0
/
+2
*
|
|
Use AnyLongObjectId instead of LongObjectId in LFS API
Matthias Sohn
2016-10-26
2
-8
/
+9
*
|
|
Speedup CleanFilter by transferring data in chunks of 8k
Matthias Sohn
2016-10-26
1
-5
/
+6
*
|
|
Add missing @since tag for new protected field in ObjectReader
Matthias Sohn
2016-10-24
1
-2
/
+3
*
|
|
Make streamFileThreshold configurable
Kevin Corcoran
2016-10-24
4
-8
/
+53
|
/
/
*
|
Merge "Preserve backslashes within double quotes in CLIGitCommand::split()"
David Pursehouse
2016-10-23
2
-1
/
+3
|
\
\
|
*
|
Preserve backslashes within double quotes in CLIGitCommand::split()
Rüdiger Herrmann
2016-10-23
2
-1
/
+3
*
|
|
Move constants used for config-files to ConfigConstants
Christian Halstrick
2016-10-23
3
-10
/
+18
*
|
|
Implement auto gc
Matthias Sohn
2016-10-23
8
-1
/
+217
|
/
/
*
|
CheckoutCommand: Add method to add multiple paths
David Pursehouse
2016-10-22
2
-3
/
+21
*
|
Checkout: Add the ability to checkout all paths.
Ned Twigg
2016-10-22
2
-3
/
+31
*
|
Fix possible SIOOBE in RefDirectory.parsePackedRefs
Marc Strapetz
2016-10-21
3
-0
/
+7
*
|
TransportBundleFile: Resolve remote repository locally
Thomas Meyer
2016-10-21
1
-1
/
+1
*
|
TreeFormatter: disallow empty filenames in trees
David Turner
2016-10-19
5
-1
/
+49
*
|
Add "concurrencyLevel" option to DfsBlockCache
Philipp Marx
2016-10-19
3
-1
/
+39
*
|
DiffCommandTest: Don't call toString on String instances
David Pursehouse
2016-10-19
1
-5
/
+5
*
|
FileNameMatcherTest: Use Character.valueOf rather than new Character
David Pursehouse
2016-10-19
1
-1
/
+1
*
|
ArchiveTest: Don't use string concatenation in loop
David Pursehouse
2016-10-19
1
-12
/
+12
*
|
CLIRepositoryTestCase: Remove unused 'trash' member
David Pursehouse
2016-10-19
1
-4
/
+0
*
|
Merge branch 'stable-4.5'
David Pursehouse
2016-10-19
1
-3
/
+3
|
\
|
|
*
Config: do not add spaces before units
David Turner
2016-10-19
1
-3
/
+3
*
|
Use valueOf rather than constructor for Integer and Boolean
David Pursehouse
2016-10-18
3
-5
/
+5
*
|
FS: Fix lazy initialization of non-volatile static field
David Pursehouse
2016-10-18
1
-1
/
+1
*
|
PackOutputStream: Add comment for intentional use of non-short-circuit logic
David Pursehouse
2016-10-18
1
-1
/
+1
*
|
Git{Add|Clone}Task: Catch specific exceptions rather than Exception
David Pursehouse
2016-10-18
2
-6
/
+9
*
|
Main: Add missing $NON-NLS tag
David Pursehouse
2016-10-18
1
-1
/
+1
*
|
Status: remove unused lineFormat member
David Pursehouse
2016-10-18
1
-2
/
+0
*
|
LfsStore: Don't invoke toString on String variable
David Pursehouse
2016-10-18
1
-1
/
+1
*
|
Upgrade buck to 7b7817c48f30687781040b2b82ac9218d5c4eaa4
David Pursehouse
2016-10-18
6
-6
/
+2
*
|
Merge "Fix JGit CLI to follow native git's interpretation of http_proxy..."
Christian Halstrick
2016-10-17
2
-5
/
+248
|
\
\
|
*
|
Fix JGit CLI to follow native git's interpretation of http_proxy...
Christian Halstrick
2016-10-14
2
-5
/
+248
*
|
|
Merge branch 'stable-4.5'
Matthias Sohn
2016-10-14
2
-10
/
+25
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Unconditionally close repositories in RepositoryCache.clear()
Matthias Sohn
2016-10-13
1
-9
/
+3
|
*
Fix eviction of repositories with negative usage count
Hugo Arès
2016-10-12
2
-1
/
+22
*
|
HttpClientConnection: Register connection socket factory for http
Matthias Sohn
2016-10-13
1
-1
/
+4
*
|
Add dependency to org.apache.commons.logging used by Apache HttpClient
Matthias Sohn
2016-10-13
1
-0
/
+1
*
|
Content type constants used in lfs should be final
Matthias Sohn
2016-10-12
2
-2
/
+19
*
|
AmazonS3: ensure that errorStream is closed
Matthias Sohn
2016-10-12
1
-12
/
+20
*
|
Merge "Add toString() to CherryPickCommand and ResetCommand"
Matthias Sohn
2016-10-12
2
-0
/
+19
|
\
\
|
*
|
Add toString() to CherryPickCommand and ResetCommand
Matthias Sohn
2016-10-09
2
-0
/
+19
*
|
|
Merge branch 'stable-4.5'
Matthias Sohn
2016-10-11
4
-13
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
pgm: Fix misspelled key of an externalized string
Matthias Sohn
2016-10-02
1
-1
/
+1
|
*
|
Add missing online help for Ketch server type option in CLI daemon
Matthias Sohn
2016-10-02
2
-1
/
+3
[prev]
[next]