We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd5315 commit 4d41cb0Copy full SHA for 4d41cb0
1 file changed
main.go
@@ -203,7 +203,7 @@ func treeCmd() command {
203
flagSet := flag.NewFlagSet("git-who tree", flag.ExitOnError)
204
205
showEmail := flagSet.Bool("e", false, "Show email address of each author")
206
- showHidden := flagSet.Bool("a", false, "Show files not in working tree")
+ showHidden := flagSet.Bool("a", false, "Show files not in working tree (also annotates all files)")
207
countMerges := flagSet.Bool("merges", false, "Count merge commits toward commit total")
208
useLines := flagSet.Bool("l", false, "Rank authors by lines added/changed")
209
useFiles := flagSet.Bool("f", false, "Rank authors by files touched")
0 commit comments