cli: implement --nocase flag
authorJo-Philipp Wich <jo@mein.io>
Fri, 10 Feb 2017 09:16:33 +0000 (10:16 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 10 Feb 2017 09:16:33 +0000 (10:16 +0100)
commite62fc971a19b43df377d8beee9e691ab179ca075
treeefed11e826f2fc85b36e1d0fc89b58ab0cc89050
parent9d0d61cf8c85b815b90a3a3ae2e1da2b5dbf214c
cli: implement --nocase flag

Introduce a new --nocase flag which causes all opkg pattern matching
operations to ignore the case.

This is useful to find packages with uppercase letters in their name.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
libopkg/opkg_cmd.c
libopkg/opkg_conf.c
libopkg/opkg_conf.h
src/opkg-cl.c