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>
This commit is contained in:
Stefan Beller 2015-01-12 16:49:21 -08:00
parent e78daeb4bd
commit 7fafd37298
1 changed files with 1 additions and 1 deletions

View File

@ -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.