diff mbox series

[RFC,3/3] revision: comment `--no-standard-notes` as deprecated

Message ID 29ce1182134cd031b3e05a5e2774639d3d9a7cdf.1685441207.git.code@khaugsbakk.name (mailing list archive)
State Superseded
Headers show
Series range-diff: treat notes like `log` | expand

Commit Message

Kristoffer Haugsbakk May 30, 2023, 10:41 a.m. UTC
We still use `--standard-notes` but this option has no use and is no
longer documented anywhere.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
---
 revision.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/revision.c b/revision.c
index a0ab7fb784..24219c741a 100644
--- a/revision.c
+++ b/revision.c
@@ -2529,6 +2529,7 @@  static int handle_revision_opt(struct rev_info *revs, int argc, const char **arg
 		enable_default_display_notes(&revs->notes_opt,
 					     &revs->show_notes);
 		revs->notes_opt.use_default_notes = -1;
+		/* Deprecated */
 	} else if (!strcmp(arg, "--no-standard-notes")) {
 		revs->notes_opt.use_default_notes = 0;
 	} else if (!strcmp(arg, "--oneline")) {