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
Commit message (
Expand
)
Author
Age
Files
Lines
*
RefUpdateTest: Don't call createBareRepository in try-with-resource
David Pursehouse
2017-01-28
1
-8
/
+8
*
ReceivePackAdvertiseRefsHookTest: Don't close repositories in teardown
David Pursehouse
2017-01-28
1
-10
/
+0
*
RepoCommand#readFile: Don't call Git#getRepository() in try-with-resource
David Pursehouse
2017-01-28
1
-3
/
+2
*
RepoCommandTest: Don't wrap create{Bare,Work}Directory in t-w-r
David Pursehouse
2017-01-28
1
-362
/
+321
*
LocalDiskRepositoryTestCase: Only add to toClose through access method
David Pursehouse
2017-01-28
1
-1
/
+1
*
GitConstructionTest: Remove unnecessary calls to Repository.close()
David Pursehouse
2017-01-28
1
-10
/
+0
*
Merge "LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to cl...
Matthias Sohn
2017-01-28
1
-1
/
+3
|
\
|
*
LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to close
David Pursehouse
2017-01-27
1
-1
/
+3
*
|
Merge "Remove unused org.apache.http.impl.client.cache requirement"
Andrey Loskutov
2017-01-28
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove unused org.apache.http.impl.client.cache requirement
Andrey Loskutov
2017-01-26
1
-1
/
+0
*
|
Repository: Include repository name when logging corrupt use count
David Pursehouse
2017-01-27
2
-4
/
+5
*
|
Record the estimated size of the pack files.
Thirumala Reddy Mutchukota
2017-01-26
6
-8
/
+482
|
/
*
Merge branch 'stable-4.6'
David Pursehouse
2017-01-26
7
-19
/
+21
|
\
|
*
Update Orbit to S20170120205402 and com.jcraft.jsch to 0.1.54
Matthias Sohn
2017-01-23
7
-19
/
+21
|
*
Fix preparation of 4.6.1-SNAPSHOT builds
Matthias Sohn
2017-01-23
1
-2
/
+2
*
|
Fixes Javadoc error in org.eclipse.jgit created with I59539ac
Lars Vogel
2017-01-25
2
-6
/
+27
*
|
Remove @since tags from internal packages
Jonathan Nieder
2017-01-24
19
-43
/
+0
*
|
gc: loosen unreferenced objects
David Turner
2017-01-24
3
-10
/
+88
*
|
[infer] Mark ManifestParse.getFilteredProjects non-null
Matthias Sohn
2017-01-23
1
-1
/
+2
*
|
[infer] Fix potential NPE in DiffFormatter
Matthias Sohn
2017-01-23
1
-1
/
+1
*
|
[infer] Fix potential NPE in CloneCommand
Matthias Sohn
2017-01-23
1
-6
/
+18
*
|
Implement Bazel build for http-apache, lfs, lfs-server
David Pursehouse
2017-01-22
4
-0
/
+44
*
|
Format Bazel files with buildifier
David Pursehouse
2017-01-22
6
-113
/
+123
*
|
Change StreamGobbler to Runnable to avoid unused Future
Shawn Pearce
2017-01-21
1
-12
/
+15
*
|
Add missing @since tags on new API constants
Matthias Sohn
2017-01-19
1
-2
/
+2
*
|
gc: Add options to preserve and prune old pack files
James Melvin
2017-01-19
7
-7
/
+215
*
|
Make ObjectDownloadListener public
David Pursehouse
2017-01-19
1
-2
/
+4
*
|
Implement initial framework of Bazel build
David Ostrovsky
2017-01-18
9
-0
/
+207
*
|
Normalizer creating a valid branch name from a string
Wim Jongman
2017-01-18
2
-0
/
+119
*
|
Merge "Fix StashApplyCommand for stashes containing untracked changes."
Christian Halstrick
2017-01-16
2
-5
/
+22
|
\
\
|
*
|
Fix StashApplyCommand for stashes containing untracked changes.
Thomas Wolf
2017-01-15
2
-5
/
+22
*
|
|
Fix possible InvalidObjectIdException in ObjectDirectory
Marc Strapetz
2017-01-15
4
-2
/
+54
|
/
/
*
|
Add missing slf4j dependency in BUCK file for jgit-lfs-server
Zhen Chen
2017-01-14
1
-1
/
+2
*
|
Skip pack header bytes in DfsPackFile
Zhen Chen
2017-01-13
1
-1
/
+10
*
|
LfsProtocolServlet#LfsRequest: Add operation type helper methods
David Pursehouse
2017-01-14
1
-0
/
+27
*
|
Expose LFS operation strings as public constants
David Pursehouse
2017-01-13
2
-7
/
+27
*
|
LfsProtocolServlet: Improve error on getLargeFileRepository failure
David Pursehouse
2017-01-14
4
-2
/
+14
*
|
Add support for refusing LFS request due to invalid authorization
David Pursehouse
2017-01-13
4
-0
/
+74
*
|
Add LfsPointerFilter TreeFilter
Dariusz Luksza
2017-01-10
6
-5
/
+338
*
|
Pack refs/tags/ with refs/heads/
Shawn Pearce
2017-01-03
3
-11
/
+19
*
|
Get rid of javax.servlet API dependency for core org.eclipse.jgit
Marc Strapetz
2017-01-03
4
-12
/
+4
*
|
[findBugs] PackWriter.NONE should be final
Matthias Sohn
2016-12-30
1
-1
/
+1
*
|
[findBugs] Remove reliance on default encoding in Base64
Matthias Sohn
2016-12-29
1
-11
/
+3
*
|
[findBugs] Fix potential NPE in CleanFilter
Matthias Sohn
2016-12-29
1
-1
/
+4
*
|
[findBugs] Fix potential NPE in ObjectDirectoryTest
Matthias Sohn
2016-12-29
1
-1
/
+1
*
|
[findBugs] Fix potential NPE in GcPackRefsTest
Matthias Sohn
2016-12-29
1
-1
/
+2
*
|
[findBugs] Fix potential NPE in GC
Matthias Sohn
2016-12-29
1
-3
/
+4
*
|
[findBugs] Fix potential NPE in DirCacheCheckoutTest
Matthias Sohn
2016-12-29
1
-1
/
+2
*
|
Remove unused API warning filters
Matthias Sohn
2016-12-29
2
-34
/
+0
*
|
Fix keep pack filename
James Melvin
2016-12-27
3
-2
/
+9
[next]