Skip to content

Commit 3261e1f

Browse files
committed
pull-request command
1 parent 518d8d1 commit 3261e1f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
153153
* [Get the repo name.](#get-the-repo-name)
154154
* [logs between date range](#logs-between-date-range)
155155
* [Exclude author from logs](#exclude-author-from-logs)
156+
* [Generates a summary of pending changes](#generates-a-summary-of-pending-changes)
156157

157158
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
158159
<!-- @doxie.inject end toc -->
@@ -1045,5 +1046,10 @@ git log --perl-regexp --author='^((?!excluded-author-regex).*)
10451046
10461047
```
10471048
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+
10481054
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
10491055
<!-- @doxie.inject end -->

tips.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,4 +449,7 @@
449449
}, {
450450
"title": "Exclude author from logs",
451451
"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"
452455
}]

0 commit comments

Comments
 (0)