Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The new -M/--unmatch option allows filtering out messages containing specific strings, complementing the existing -m/--match functionality. This provides more flexible log filtering capabilities for users.
|
|
Thanks to @ZeroKwok for reporting.
|
|
version checks
|
|
version checks
|
|
|
|
|
|
|
|
|
|
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can also be used with `-f` to only remove matching files.
|
|
|
|
|
|
|
|
Thanks @neheb for pointing this out.
|
|
|
|
|
|
|
|
|
|
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
allow recursive
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
Thanks to @Fidetro for reporting the issue.
|
|
|
|
|
|
|
|
|
|
|
|
clang16 flags the missing header
Fixes
../../git/tools/idevicedevmodectl.c:363:2: error: call to undeclared function 'usleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
flags across Makefiles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks @EmilienCourt for pointing this out!
|