Am 2017-05-15 um 18:34 schrieb Gary Gregory:
Hi,

Thank you for kicking off this thread.

I do not think "<branch>/<JIRA id>" is good enough. At least when I tried
it, EGit would not let me create a branch in a branch which makes sense.

Which is what I used dev/4.4.x/HTTPCORE-466 in the HttpCore Git repo.

This is clearly a bug in EGit. That's not a branch in a branch like in Subversion. This is a name for a Git branch, not related to the branch 4.4.x itself (structurally).

Read: http://stackoverflow.com/a/3651867/696632
The name is perfectly legal and works flawlessly in Git Bash or Git on Unix-like OSes.

Michael
---------- Forwarded message ----------
From: Apache Wiki <wikidi...@apache.org>
Date: Mon, May 15, 2017 at 9:06 AM
Subject: [Httpcomponents Wiki] Update of "GitGuidelines" by MichaelOsipov
To: Apache Wiki <wikidi...@apache.org>


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpcomponents
Wiki" for change notification.

The "GitGuidelines" page has been changed by MichaelOsipov:
https://wiki.apache.org/HttpComponents/GitGuidelines?
action=diff&rev1=4&rev2=5


   1. Never rewrite (rebase) history on master or any other long-lived
branch because you will break others
   1. If a change comes for a PR on GitHub:
-  1.1. Apply the same above rules
+    * Apply the same above rules
-  1.1. Don't steal authorship
+    * Don't steal authorship
-  1.1. Let the reporter polish his work
+    * Let the reporter polish his work
-  1.1. Amend the message at the end with "This closes/fixes #xy" and push.
+    * Amend the message at the end with "This closes/fixes #xy" and push.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org






---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to