Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-action committed Jan 3, 2024
1 parent ee2ac28 commit cf8b013
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/search-data.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,10 @@ components:
description: set date to override creation date in the commit (Unix Epoch in seconds)
type: integer
format: int64
allow_empty:
description: sets whether a commit can contain no changes
type: boolean
default: false
force:
type: boolean
default: false
Expand Down
3 changes: 2 additions & 1 deletion reference/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -3298,7 +3298,8 @@ <h4 class="no_toc" id="options-87">
</h4>


<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code> --allow-empty-message allow an empty commit message
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code> --allow-empty-commit allow a commit with no changes
--allow-empty-message allow an empty commit message
-h, --help help for commit
-m, --message string commit message
--meta strings key value pair in the form of key=value
Expand Down

0 comments on commit cf8b013

Please sign in to comment.