mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 11:01:13 +00:00
Deployed 4dd554a to prerelease with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
5fe0c16592
commit
5b555626fb
@ -7258,6 +7258,7 @@ output of the first tool.</p>
|
||||
<li>
|
||||
<p><code>-N</code>, <code>--allow-new</code> — Allow pushing new bookmarks</p>
|
||||
<p>Newly-created remote bookmarks will be tracked automatically.</p>
|
||||
<p>This can also be turned on by the <code>git.push-new-bookmarks</code> setting. If it's set to <code>true</code>, <code>--allow-new</code> is no-op.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>--allow-empty-description</code> — Allow pushing commits with empty descriptions</p>
|
||||
|
@ -343,6 +343,11 @@
|
||||
"description": "Prefix used when pushing a bookmark based on a change ID",
|
||||
"default": "push-"
|
||||
},
|
||||
"push-new-bookmarks": {
|
||||
"type": "boolean",
|
||||
"description": "Allow pushing new bookmarks without --allow-new",
|
||||
"default": false
|
||||
},
|
||||
"fetch": {
|
||||
"description": "The remote(s) from which commits are fetched",
|
||||
"default": "origin",
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user