[PR #219] [MERGED] Fix issue with slash in branch #660

Closed
opened 2025-11-20 04:25:37 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/219
Author: @fredericrous
Created: 7/19/2021
Status: Merged
Merged: 7/19/2021
Merged by: @qdm12

Base: masterHead: fredericrous-patch-1


📝 Commits (1)

  • a7b0392 Fix issue with slash in branch

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/build.yml (+1 -1)

📄 Description

allow well-known git convention to be used.

  1. the convention is given in the git book https://git-scm.com/book/en/v2/Distributed-Git-Maintaining-a-Project
  2. branches with a prefix before the / appear hierarchically grouped in some git clients like gitkraken

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/219 **Author:** [@fredericrous](https://github.com/fredericrous) **Created:** 7/19/2021 **Status:** ✅ Merged **Merged:** 7/19/2021 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `fredericrous-patch-1` --- ### 📝 Commits (1) - [`a7b0392`](https://github.com/qdm12/ddns-updater/commit/a7b0392cc9b2791151217a1c64cd1e6ea5beda46) Fix issue with slash in branch ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+1 -1) </details> ### 📄 Description allow well-known git convention to be used. 1) the convention is given in the git book https://git-scm.com/book/en/v2/Distributed-Git-Maintaining-a-Project 2) branches with a prefix before the `/` appear hierarchically grouped in some git clients like gitkraken --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#660