diff options
author | Mike Frysinger <vapier@google.com> | 2018-10-10 01:05:11 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2018-10-10 01:28:43 -0400 |
commit | b8f7bb04d003f8dbcf3ef2b201fc2678308995af (patch) | |
tree | db5a3854124122b007821a0eec28d02b09ccb999 /subcmds/sync.py | |
parent | 3891b7519d35b6bac3e81744c846ca2ed0bd1be2 (diff) | |
download | git-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.py | 6 |
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. | |||
155 | The --prune option can be used to remove any refs that no longer | 155 | The --prune option can be used to remove any refs that no longer |
156 | exist on the remote. | 156 | exist on the remote. |
157 | 157 | ||
158 | SSH Connections | 158 | # SSH Connections |
159 | --------------- | ||
160 | 159 | ||
161 | If at least one project remote URL uses an SSH connection (ssh://, | 160 | If at least one project remote URL uses an SSH connection (ssh://, |
162 | git+ssh://, or user@host:path syntax) repo will automatically | 161 | git+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 | ||
173 | Compatibility | 172 | # Compatibility |
174 | ~~~~~~~~~~~~~ | ||
175 | 173 | ||
176 | This feature is automatically disabled on Windows, due to the lack | 174 | This feature is automatically disabled on Windows, due to the lack |
177 | of UNIX domain socket support. | 175 | of UNIX domain socket support. |