File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,8 @@ default-command = ["log", "--reversed"]
182
182
### Default description
183
183
184
184
The editor content of a commit description can be populated by the
185
- ` draft_commit_description ` template.
185
+ ` draft_commit_description ` template. ` self ` is a [ ` Commit `
186
+ object] ( templates.md#commit-type ) .
186
187
187
188
``` toml
188
189
[templates ]
@@ -214,7 +215,8 @@ Closes #NNNN
214
215
215
216
By default, ` jj duplicate ` copies the descriptions from the original commits.
216
217
You can customize this behavior by specifying the ` duplicate_description `
217
- template, which is given a ` Commit ` type of the original commit.
218
+ template, which is given a [ ` Commit ` object] ( templates.md#commit-type ) of the
219
+ original commit.
218
220
219
221
``` toml
220
222
[templates ]
You can’t perform that action at this time.
0 commit comments