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
*
JGit v4.5.2.201704071617-r
v4.5.2.201704071617-r
Matthias Sohn
2017-04-07
56
-59
/
+59
*
Only mark packfile invalid if exception signals permanent problem
Matthias Sohn
2017-03-26
6
-18
/
+245
*
Don't flag a packfile invalid if opening existing file failed
Luca Milanesio
2017-03-25
1
-0
/
+7
*
Prepare 4.5.2-SNAPSHOT builds
Matthias Sohn
2017-03-25
56
-302
/
+302
*
JGit v4.5.1.201703201650-r
v4.5.1.201703201650-r
Matthias Sohn
2017-03-20
56
-59
/
+59
*
Don't remove pack when FileNotFoundException is transient
Luca Milanesio
2017-03-15
3
-9
/
+40
*
Fix one case of missing object
Hector Oswaldo Caballero
2016-12-13
1
-3
/
+8
*
Use the same variable to check and extract LFS object id
Jacek Centkowski
2016-11-24
1
-2
/
+3
*
Config: do not add spaces before units
David Turner
2016-10-19
1
-3
/
+3
*
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
*
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
*
Remove wrong junit dependencies in org.eclipse.jgit.pgm
Matthias Sohn
2016-10-02
1
-11
/
+0
*
Merge "Fix carrying over flags during a RevWalk" into stable-4.5
Shawn Pearce
2016-09-24
2
-1
/
+147
|
\
|
*
Fix carrying over flags during a RevWalk
Christian Halstrick
2016-09-23
2
-1
/
+147
*
|
Turn off doclint also during Maven site generation
Matthias Sohn
2016-09-21
1
-0
/
+11
*
|
Prepare 4.5.1-SNAPSHOT builds
Matthias Sohn
2016-09-21
56
-302
/
+302
*
|
JGit v4.5.0.201609210915-r
v4.5.0.201609210915-r
Matthias Sohn
2016-09-21
56
-59
/
+59
*
|
Unconditionally close repository in unregisterAndCloseRepository
Saša Živkov
2016-09-21
1
-5
/
+3
|
/
*
Handle all values of branch.[name].rebase
Thomas Wolf
2016-09-15
5
-78
/
+174
*
Ignore trailing spaces in directory rule patterns
Andrey Loskutov
2016-09-14
5
-6
/
+91
*
Add support for post-commit hooks
Martin Goellnitz
2016-09-13
6
-6
/
+204
*
Don't log error if system git config does not exist
Matthias Sohn
2016-09-05
7
-23
/
+192
*
Add missing dependency to slf4j-log4j bridge
Matthias Sohn
2016-09-05
1
-1
/
+2
*
Rename FSJava7Test to FSTest
Matthias Sohn
2016-09-03
1
-1
/
+1
*
Improve JavaDoc for LfsProtocolServlet.getLargeFileRepository
Matthias Sohn
2016-09-01
1
-0
/
+23
*
CLI: implement option -d for deleting tags
Ned Twigg
2016-08-31
4
-11
/
+49
*
Added a clean command.
Ned Twigg
2016-08-30
5
-0
/
+230
*
Add specific exception for LFS unavailable
David Pursehouse
2016-08-30
4
-11
/
+79
*
Add Javadoc for LFS exception messages
David Pursehouse
2016-08-30
7
-0
/
+7
*
ReceivePack: integrate push option parsing into recvCommands
Shawn Pearce
2016-08-29
2
-11
/
+23
*
ReceivePack: simplify getPushOptions
Shawn Pearce
2016-08-29
1
-13
/
+7
*
ReceivePack: allow push options to be set
Shawn Pearce
2016-08-29
1
-6
/
+18
*
Make GC.RepoStatistics static
Jonathan Nieder
2016-08-26
1
-1
/
+1
*
ReceivePack: refactor push option parsing
Shawn Pearce
2016-08-26
3
-85
/
+66
*
Fix push option initalization on HTTP
Stefan Beller
2016-08-26
2
-2
/
+4
*
Merge "DfsReader: check object type during open"
Shawn Pearce
2016-08-25
2
-4
/
+17
|
\
|
*
DfsReader: check object type during open
Shawn Pearce
2016-08-25
2
-4
/
+17
*
|
Merge "Fix HttpClientConnection leaking temporary buffer files"
Shawn Pearce
2016-08-25
2
-12
/
+33
|
\
\
|
*
|
Fix HttpClientConnection leaking temporary buffer files
Matthias Sohn
2016-08-24
2
-12
/
+33
*
|
|
Clarify the semantics of DfsRefDatabase#compareAndPut
Masaya Suzuki
2016-08-25
3
-26
/
+56
|
|
/
|
/
|
*
|
Merge "Do not fake a SymbolicRef as an ObjectIdRef"
Shawn Pearce
2016-08-25
4
-11
/
+12
|
\
\
|
*
|
Do not fake a SymbolicRef as an ObjectIdRef
Masaya Suzuki
2016-08-25
4
-11
/
+12
*
|
|
NoteMapTest: Add missing @Test annotations
Dave Borowitz
2016-08-26
1
-1
/
+7
*
|
|
Add a RepeatRule to help repeating flaky tests
Matthias Sohn
2016-08-25
3
-1
/
+188
|
/
/
*
|
LfsProtocolServlet: Add support for insufficient storage error
David Pursehouse
2016-08-24
2
-0
/
+65
*
|
Packet logging for JGit
Dan Wang
2016-08-24
2
-5
/
+31
*
|
push: Do not use push options unless requested
Stefan Beller
2016-08-24
1
-1
/
+3
*
|
Use FS#lastModified instead of File#lastModified
Masaya Suzuki
2016-08-24
7
-23
/
+40
[next]