Skip to content

Commit 3c6151d

Browse files
committed
Merge branch 'sb/atomic-push'
* sb/atomic-push: send-pack: unify error messages for unsupported capabilities
2 parents cf8a8c6 + c8b8f22 commit 3c6151d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

send-pack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ int send_pack(struct send_pack_args *args,
363363
return 0;
364364
}
365365
if (args->atomic && !atomic_supported)
366-
die(_("server does not support --atomic push"));
366+
die(_("the receiving end does not support --atomic push"));
367367

368368
use_atomic = atomic_supported && args->atomic;
369369

0 commit comments

Comments
 (0)