Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 13:31:06 UTC Now

2024-04-08 10:42:38 UTC MAIN commitmail json YAML

textproc/hgrep: update to 0.3.6

- Add -u/--unrestricted flags to built-in ripgrep (ripgrep feature). This flag
  reduces the level of "smart" filtering by repeated uses (up to 2). A single
  flag -u is equivalent to --no-ignore. Two flags -uu are equivalent to
  --no-ignore --hidden. Unlike ripgrep, three flags -uuu are not supported
  since hgrep doesn't support --binary flag.

- Allow command line options to override their previous values. For example,
  hgrep --theme ayu-dark --theme OneHalfDark specifies OneHalfDark theme,
  which previously caused a command line parse error. This new behavior is
  useful when you specify a default option in HGREP_DEFAULT_OPTS and want to
  override the default value in a command line.

- A Debian package (.deb file) is now released in the release page. For
  example the package file for v0.3.6 can be downloaded from this link.
  The package can be installed via dpkg command and managed by APT package
  manager. It installs the man page and bash completion file automatically.
  Please see the document for more details. (#17)

- Fix redundant imports warning reported from a nightly compiler.

(pin)