git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* 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

* Re: Is it possible to set the similarity threshold in configuration file?
  2023-03-24 13:59 Is it possible to set the similarity threshold in configuration file? Utku
@ 2023-03-24 21:30 ` Felipe Contreras
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Contreras @ 2023-03-24 21:30 UTC (permalink / raw)
  To: Utku; +Cc: git

On Fri, Mar 24, 2023 at 8:16 AM Utku <ugultopu@gmail.com> wrote:

> Is it possible to set a value for the `find-renames` option of the
> `status` command in `~/.gitconfig`?

There doesn't seem to be such a configuration:

https://git-scm.com/docs/git-config

-- 
Felipe Contreras

^ 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

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).