-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This required dropping the `trailing-whitespace` hook for `pre-commit` as it conflicted with the markdown formatting one since that one wants to ensure even empty lines in an indented block are indented
- Loading branch information
1 parent
d3fa37d
commit 22cf9ec
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# `change-go-pkgs` | ||
|
||
Get Go packages that changed between two Git versions, usage: | ||
|
||
NAME: | ||
changed-go-packages - Get the changed Go packages between two commits | ||
|
||
USAGE: | ||
changed-go-packages [global options] command [command options] | ||
|
||
COMMANDS: | ||
help, h Shows a list of commands or help for one command | ||
|
||
GLOBAL OPTIONS: | ||
--from-ref value | ||
--to-ref value | ||
--repo-dir value The Git repo to inspect (default: ".") | ||
--mod-dir value Path to the directory containing go.mod. Used to find local packages (default: ".") | ||
--log-level value The level to log at. Valid values are: debug, info, warn, error (default: WARN) | ||
--help, -h show help |