diff options
author | Kristoffer Haugsbakk <code@khaugsbakk.name> | 2025-05-27 23:19:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-05-27 15:31:06 -0700 |
commit | 37dd51a6ebc58bdd1ed9eeed7015f2f09fc710b7 (patch) | |
tree | 199b78853fb4befb1d9d773099a4e9bda9d13309 | |
parent | e2971d6f76cae5f8414f606be3c459e991093a15 (diff) |
doc: notes: split out options with negated forms
Split these out so that they are easier to search for.[1]
[1]: https://lore.kernel.org/git/xmqqcyct1mtq.fsf@gitster.g/
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-notes.adoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/git-notes.adoc b/Documentation/git-notes.adoc index bcfe3dacd3..8706b33f2e 100644 --- a/Documentation/git-notes.adoc +++ b/Documentation/git-notes.adoc @@ -174,14 +174,16 @@ OPTIONS Allow an empty note object to be stored. The default behavior is to automatically remove empty notes. -`--[no-]separator`:: `--separator=<paragraph-break>`:: +`--separator`:: +`--no-separator`:: Specify a string used as a custom inter-paragraph separator (a newline is added at the end as needed). If `--no-separator`, no separators will be added between paragraphs. Defaults to a blank line. -`--[no-]stripspace`:: +`--stripspace`:: +`--no-stripspace`:: Strip leading and trailing whitespace from the note message. Also strip out empty lines other than a single line between paragraphs. Lines starting with `#` will be stripped out |