summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2018-10-10 01:05:11 -0400
committerMike Frysinger <vapier@google.com>2018-10-10 01:28:43 -0400
commitb8f7bb04d003f8dbcf3ef2b201fc2678308995af (patch)
treedb5a3854124122b007821a0eec28d02b09ccb999 /subcmds/sync.py
parent3891b7519d35b6bac3e81744c846ca2ed0bd1be2 (diff)
downloadgit-repo-b8f7bb04d003f8dbcf3ef2b201fc2678308995af.tar.gz
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
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py6
1 files changed, 2 insertions, 4 deletions
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.
155The --prune option can be used to remove any refs that no longer 155The --prune option can be used to remove any refs that no longer
156exist on the remote. 156exist on the remote.
157 157
158SSH Connections 158# SSH Connections
159---------------
160 159
161If at least one project remote URL uses an SSH connection (ssh://, 160If at least one project remote URL uses an SSH connection (ssh://,
162git+ssh://, or user@host:path syntax) repo will automatically 161git+ssh://, or user@host:path syntax) repo will automatically
@@ -170,8 +169,7 @@ environment variable to 'ssh'. For example:
170 export GIT_SSH=ssh 169 export GIT_SSH=ssh
171 %prog 170 %prog
172 171
173Compatibility 172# Compatibility
174~~~~~~~~~~~~~
175 173
176This feature is automatically disabled on Windows, due to the lack 174This feature is automatically disabled on Windows, due to the lack
177of UNIX domain socket support. 175of UNIX domain socket support.