File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ git standup [-a <author name>]
4949 [-f]
5050 [-s]
5151 [-r]
52+ [-c]
5253```
5354
5455Here is the detail for each of the options
@@ -68,6 +69,7 @@ Here is the detail for each of the options
6869| g | Show if commit is GPG signed (G) or not (N) |
6970| f | Fetch the latest commits beforehand |
7071| s | Silences the no activity message (useful when running in a directory having many repositories) |
72+ | c | Show diff-stat for every matched commit
7173| r | Generates the standup report file ` git-standup-report.txt ` in the current directory |
7274
7375For the basic usage, all you have to do is run ` git standup ` in a repository or a folder containing multiple repositories
@@ -166,6 +168,13 @@ git standup -B "2018-10-01 00:00"
166168git standup -A " 2018-09-20 00:00:00" -B " 2018-09-30 23:59"
167169```
168170
171+ ## Show Diff-stat
172+
173+ Add ` -c ` flag to show the diff-stat for each of the commits in standup results
174+ ``` shell
175+ git standup -c
176+ ```
177+
169178## [ Identifying Signed Commits] ( https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work )
170179
171180Add ` -g ` flag to check the GPG info
You can’t perform that action at this time.
0 commit comments