Skip to content

Commit 1e1b69e

Browse files
committed
fixup! status: offer *not* to lock the index and update it
(Let's mark the option as deprecated now...) Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ef1cd72 commit 1e1b69e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builtin/commit.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,8 @@ int cmd_status(int argc, const char **argv, const char *prefix)
13911391
"show directories that match an ignore pattern "
13921392
"name.")),
13931393
OPT_BOOL(0, "no-lock-index", &no_lock_index,
1394-
N_("do not lock the index")),
1394+
N_("(DEPRECATED: use `git --no-optional-locks status` "
1395+
"instead) Do not lock the index")),
13951396
OPT_END(),
13961397
};
13971398

0 commit comments

Comments
 (0)