소스 검색

Update atomic constant

The atomic feature is now cooking in -next in git-core. Very rarely
features are ejected from the the next branch in git-core, so I consider
it reasonable to come up with this patch now to make the 2 implementations
interoperable.

Change-Id: I806a8ae3c045ca5936f69cb903baf9b99ee39181
Signed-off-by: Stefan Beller <sbeller@google.com>
tags/v3.7.0.201502031740-rc1
Stefan Beller 9 년 전
부모
커밋
7fafd37298
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/transport/GitProtocolConstants.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/transport/GitProtocolConstants.java 파일 보기

@@ -142,7 +142,7 @@ public class GitProtocolConstants {
*
* @since 3.6
*/
public static final String CAPABILITY_ATOMIC = "atomic-push"; //$NON-NLS-1$
public static final String CAPABILITY_ATOMIC = "atomic"; //$NON-NLS-1$

/**
* The client expects a status report after the server processes the pack.

Loading…
취소
저장