This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Commit d821930
committed
fix: unable to determine first commit
If first commit on current branch could not be determined then master is taken as fallback.
This assumes that the commits to put into the pull request are commit on master and then a branch is created. It will be inaccurate to chose the correct title and body if there are multiple commits on master, since it is impossible to select the first commit (maybe it would be good to diff against origin/master and select the first commit between orgin/master and master in that case).1 parent b081b62 commit d821930
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | | - | |
| 127 | + | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| |||
0 commit comments