File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
153
153
* [ Get the repo name.] ( #get-the-repo-name )
154
154
* [ logs between date range] ( #logs-between-date-range )
155
155
* [ Exclude author from logs] ( #exclude-author-from-logs )
156
+ * [ Generates a summary of pending changes] ( #generates-a-summary-of-pending-changes )
156
157
157
158
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
158
159
<!-- @doxie.inject end toc -->
@@ -1045,5 +1046,10 @@ git log --perl-regexp --author='^((?!excluded-author-regex).*)
1045
1046
1046
1047
```
1047
1048
1049
+ ## Generates a summary of pending changes
1050
+ ```sh
1051
+ git request-pull v1.0 https://git.ko.xz/project master:for-linus
1052
+ ```
1053
+
1048
1054
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
1049
1055
<!-- @doxie.inject end -->
Original file line number Diff line number Diff line change 449
449
}, {
450
450
"title" : " Exclude author from logs" ,
451
451
"tip" : " git log --perl-regexp --author='^((?!excluded-author-regex).*)$'"
452
+ }, {
453
+ "title" : " Generates a summary of pending changes" ,
454
+ "tip" : " git request-pull v1.0 https://git.ko.xz/project master:for-linus"
452
455
}]
You can’t perform that action at this time.
0 commit comments