* Is it possible to set the similarity threshold in configuration file?
@ 2023-03-24 13:59 Utku
2023-03-24 21:30 ` Felipe Contreras
0 siblings, 1 reply; 2+ messages in thread
From: Utku @ 2023-03-24 13:59 UTC (permalink / raw)
To: git
For example, for the [status
command](https://git-scm.com/docs/git-status), I would like to set a
value for the `find-renames` option in `~/.gitconfig`. To so so, I
tried the following with no avail:
[status]
findRenames = 5%
[status]
findrenames = 5%
[status]
find--renames = 5%
Is it possible to set a value for the `find-renames` option of the
`status` command in `~/.gitconfig`?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-24 21:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-24 13:59 Is it possible to set the similarity threshold in configuration file? Utku
2023-03-24 21:30 ` Felipe Contreras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).