-
Notifications
You must be signed in to change notification settings - Fork 143
p4: respect init.defaultBranch #782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
In `git p4 clone`, we hard-code the branch name `master` instead of looking what the _actual_ initial branch name is. Let's fix that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
/submit |
Submitted as pull.782.git.1604824911359.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
This branch is now known as |
This patch series was integrated into seen via git@58f2882. |
This patch series was integrated into next via git@a4b08b4. |
This patch series was integrated into seen via git@bf9657e. |
This patch series was integrated into seen via git@ca8870d. |
This patch series was integrated into next via git@ca8870d. |
This patch series was integrated into master via git@ca8870d. |
Closed via ca8870d. |
Just something I noticed while working on the big
master
->main
rename in the test suite.Cc: Luke Diamand luke@diamand.org