Skip to content

Commit e886f19

Browse files
committed
Add documentation for diff-stat
1 parent ef44e10 commit e886f19

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ git standup [-a <author name>]
4949
[-f]
5050
[-s]
5151
[-r]
52+
[-c]
5253
```
5354

5455
Here 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

7375
For 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"
166168
git 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

171180
Add `-g` flag to check the GPG info

0 commit comments

Comments
 (0)