| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 88d760c commit 5fc886f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,7 +72,9 @@ for pr in "$@"; do | |||
| 72 | 72 | fi | |
| 73 | 73 | ||
| 74 | 74 | if [ -z "$MULTIPLE_COMMIT_POLICY" ]; then | |
| 75 | - commits="$(git rev-parse $UPSTREAM/$DEFAULT_BRANCH)...$(git rev-parse HEAD)" | ||
| 75 | + start_sha=$(git rev-parse $UPSTREAM/$DEFAULT_BRANCH) | ||
| 76 | + end_sha=$(git rev-parse HEAD) | ||
| 77 | + commits="${start_sha}...${end_sha}" | ||
| 76 | 78 | ||
| 77 | 79 | if ! git push $UPSTREAM $DEFAULT_BRANCH >> output 2>&1; then | |
| 78 | 80 | commit_queue_failed "$pr" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments