]> source.dussan.org Git - jgit.git/commit
transport: Consolidate status reporting code 58/152358/2
authorMasaya Suzuki <masayasuzuki@google.com>
Fri, 8 Nov 2019 02:52:17 +0000 (18:52 -0800)
committerMasaya Suzuki <masayasuzuki@google.com>
Mon, 2 Dec 2019 20:56:17 +0000 (12:56 -0800)
commit4fcc43a1dec290e3d0986405fecd483bfc650568
treeae7c630066eb3ccba3954fb6be2b9f55b8c4ad82
parenta91489f4a8c12214fcfda14f28326552b5293da5
transport: Consolidate status reporting code

BaseReceivePack#sendStatusReport anyway needs to know
CAPABILITY_REPORT_STATUS. By moving this flag to BaseReceivePack,
simplify the status reporting code.

Change-Id: Iaa0878b1fc13057b687a7f01d25c85fd78c0423e
Signed-off-by: Masaya Suzuki <masayasuzuki@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java