mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-30 19:32:39 +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>
|
<li>
|
||||||
<p><code>-N</code>, <code>--allow-new</code> — Allow pushing new bookmarks</p>
|
<p><code>-N</code>, <code>--allow-new</code> — Allow pushing new bookmarks</p>
|
||||||
<p>Newly-created remote bookmarks will be tracked automatically.</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>
|
||||||
<li>
|
<li>
|
||||||
<p><code>--allow-empty-description</code> — Allow pushing commits with empty descriptions</p>
|
<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",
|
"description": "Prefix used when pushing a bookmark based on a change ID",
|
||||||
"default": "push-"
|
"default": "push-"
|
||||||
},
|
},
|
||||||
|
"push-new-bookmarks": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Allow pushing new bookmarks without --allow-new",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"fetch": {
|
"fetch": {
|
||||||
"description": "The remote(s) from which commits are fetched",
|
"description": "The remote(s) from which commits are fetched",
|
||||||
"default": "origin",
|
"default": "origin",
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user