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
stable-7.2
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
/
src
/
org
/
eclipse
/
jgit
/
transport
/
BaseReceivePack.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-5.5'
Matthias Sohn
2019-11-11
1
-1
/
+1
|
\
|
*
BaseReceivePack: Fix the format
Masaya Suzuki
2019-11-10
1
-1
/
+1
*
|
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-5
/
+7
*
|
ReceivePack: Prevent pointing a branch to a non-commit object
Yunjie Li
2019-09-06
1
-9
/
+19
|
/
*
Replace trivial reference comparison of PacketLineIn.{DELIM,END}
David Pursehouse
2019-06-02
1
-1
/
+1
*
BaseReceive/UploadPack: Stop using deprecated RefAdvertiser.send(Map)
Ivan Frade
2019-03-14
1
-1
/
+1
*
Do not retain commit body in RevWalk for reachability checks
Minh Thai
2019-03-06
1
-0
/
+1
*
Deprecate Repository#hasObject
Jonathan Nieder
2019-01-04
1
-1
/
+1
*
Move BaseReceivePack#advertisedRefs getter and setter to ReceivePack
Jonathan Nieder
2018-12-29
1
-24
/
+9
*
Move BaseReceivePack#walk getter to ReceivePack
Jonathan Nieder
2018-12-29
1
-4
/
+4
*
Move BaseReceivePack#db getter to ReceivePack
Jonathan Nieder
2018-12-29
1
-4
/
+4
*
Move BaseReceivePack#pushCert getter and setter to ReceivePack
Jonathan Nieder
2018-12-29
1
-7
/
+7
*
Move first line parsing for v0 push out of BaseReceivePack
Jonathan Nieder
2018-12-27
1
-15
/
+12
*
SubmoduleValidator: Always throw SubmoduleValidationException
Ivan Frade
2018-10-09
1
-2
/
+8
*
Merge branch 'stable-4.11' into stable-5.0
Matthias Sohn
2018-10-06
1
-1
/
+24
|
\
|
*
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2018-10-06
1
-1
/
+24
|
|
\
|
|
*
Merge branch 'stable-4.8' into stable-4.9
Matthias Sohn
2018-10-06
1
-1
/
+24
|
|
|
\
|
|
|
*
BaseReceivePack: Validate incoming .gitmodules files
Ivan Frade
2018-10-05
1
-1
/
+24
*
|
|
|
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
1
-8
/
+8
*
|
|
|
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-16
/
+16
|
/
/
/
*
/
/
Fix javadoc in org.eclipse.jgit transport package
Matthias Sohn
2017-12-20
1
-72
/
+196
|
/
/
*
|
ReceivePack: clear advertised .haves if application changes refs
Shawn Pearce
2017-09-07
1
-0
/
+1
*
|
Eliminate SectionParser construction boilerplate
Dave Borowitz
2017-08-02
1
-9
/
+1
|
/
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-5
/
+5
*
Fix bad test fix from 0bff481 "Limit receive commands"
Shawn Pearce
2017-02-20
1
-9
/
+14
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
Limit receive commands
Shawn Pearce
2017-02-11
1
-13
/
+72
*
Fix wrong @since tags introduced by 1beb3ccd
Matthias Sohn
2016-09-21
1
-1
/
+1
*
Add ReceivedPackStatistics for PackParser
Masaya Suzuki
2016-09-19
1
-0
/
+15
*
ReceivePack: integrate push option parsing into recvCommands
Shawn Pearce
2016-08-29
1
-0
/
+13
*
ReceivePack: refactor push option parsing
Shawn Pearce
2016-08-26
1
-70
/
+11
*
Fix push option initalization on HTTP
Stefan Beller
2016-08-26
1
-1
/
+3
*
BaseReceivePack: null and IllegalStateException cases for getPushOptions
Dan Wang
2016-08-10
1
-3
/
+19
*
Push implementation of option strings
Dan Wang
2016-07-22
1
-0
/
+75
*
ReceivePack: report protocol parsing failures on channel 3
Shawn Pearce
2016-07-05
1
-1
/
+24
*
ReceivePack: catch InvalidObjectIdException while parsing shallow
Shawn Pearce
2016-07-05
1
-1
/
+11
*
ReceivePack: remove unnecessary try-catch around parseCommand
Shawn Pearce
2016-07-05
1
-7
/
+1
*
ReceivePack: enable capabilities immediately on first line
Shawn Pearce
2016-07-05
1
-3
/
+5
*
ReceivePack: Catch InvalidObjectIdException instead of IAE
Shawn Pearce
2016-07-05
1
-1
/
+2
*
Make BaseReceivePack.setAtomic public
Jonathan Nieder
2016-05-04
1
-1
/
+1
*
ReceivePack: Pass atomic setting from client to BatchRefUpdate
Jonathan Nieder
2016-05-04
1
-0
/
+26
*
ReceiveCommand.abort(): Utility to mark batch of commands as failed
Shawn Pearce
2016-01-18
1
-4
/
+1
*
Unify fetch and receive ObjectChecker setup
Shawn Pearce
2015-12-29
1
-36
/
+9
*
Null-annotated Ref class and fixed related compiler errors
Andrey Loskutov
2015-12-15
1
-11
/
+23
*
BaseReceivePack: Add method to override the push cert
Dave Borowitz
2015-07-15
1
-0
/
+14
*
BaseReceivePack: Don't throw from getPushCertificate()
Dave Borowitz
2015-07-15
1
-3
/
+4
*
Report PackProtocolExceptions to client during receive-pack
Dave Borowitz
2015-07-09
1
-43
/
+48
*
BaseReceivePack: Treat all LFs as optional
Dave Borowitz
2015-07-07
1
-16
/
+5
*
BaseReceivePack: More validation during parseCommand
Dave Borowitz
2015-07-07
1
-9
/
+25
*
PackCertificateParser: return null if nothing was received
Dave Borowitz
2015-06-18
1
-1
/
+2
[next]