From b8f7bb04d003f8dbcf3ef2b201fc2678308995af Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 10 Oct 2018 01:05:11 -0400 Subject: update markdown/help header format Since gitiles recommends using # headers over ---/=== underlines, change the manifest-format.md over and all our help texts. Change-Id: I96391d41fba769e9f26870d497cf7cf01c8d8ab3 --- subcmds/sync.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'subcmds/sync.py') diff --git a/subcmds/sync.py b/subcmds/sync.py index cda47fdd..943a0264 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py @@ -155,8 +155,7 @@ exist locally. The --prune option can be used to remove any refs that no longer exist on the remote. -SSH Connections ---------------- +# SSH Connections If at least one project remote URL uses an SSH connection (ssh://, git+ssh://, or user@host:path syntax) repo will automatically @@ -170,8 +169,7 @@ environment variable to 'ssh'. For example: export GIT_SSH=ssh %prog -Compatibility -~~~~~~~~~~~~~ +# Compatibility This feature is automatically disabled on Windows, due to the lack of UNIX domain socket support. -- cgit v1.2.3-54-g00ecf