Project

General

Profile

Actions

Feature #10207

closed

Git: use default branch from HEAD

Added by Toshi MARUYAMA about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Toshi MARUYAMA
Category:
SCM
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

https://www.chiliproject.org/issues/749

Redmine 1.3 uses "master" as git default branch.

You can change HEAD by "git symbolic-ref" on bare repository.

$ git branch
* master
  master-20120211

$ git symbolic-ref HEAD refs/heads/master-20120211
$ git branch
  master
* master-20120211


Files

git-default-branch.png (50.9 KB) git-default-branch.png Toshi MARUYAMA, 2012-02-12 07:07
Actions #1

Updated by Toshi MARUYAMA about 12 years ago

  • Description updated (diff)
Actions #2

Updated by Toshi MARUYAMA about 12 years ago

  • Status changed from New to Closed
  • Target version set to 1.4.0
  • Resolution set to Fixed

Implemented in trunk r8855, r8856 and r8857.

Actions

Also available in: Atom PDF