Skip to content

Commit 4d41cb0

Browse files
Explain that -a also annotates all files with tally.
1 parent fcd5315 commit 4d41cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func treeCmd() command {
203203
flagSet := flag.NewFlagSet("git-who tree", flag.ExitOnError)
204204

205205
showEmail := flagSet.Bool("e", false, "Show email address of each author")
206-
showHidden := flagSet.Bool("a", false, "Show files not in working tree")
206+
showHidden := flagSet.Bool("a", false, "Show files not in working tree (also annotates all files)")
207207
countMerges := flagSet.Bool("merges", false, "Count merge commits toward commit total")
208208
useLines := flagSet.Bool("l", false, "Rank authors by lines added/changed")
209209
useFiles := flagSet.Bool("f", false, "Rank authors by files touched")

0 commit comments

Comments
 (0)