I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Feature #1781

The .git addition should be optional

Added by Sim COU almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
09 Jun 2011
Due date:
14 Jun 2011
% Done:

100%

External issue:

Description

When using Redmine based authentication, there is no way to tell the plugin to create repositories without the .git extension.
Make it optional could be cool.

Thanks

History

#1 Updated by Andriy Lesyuk almost 13 years ago

  • Status changed from New to Incomplete

Hi! Thanks for reporting!
Are you using auto_create?..

#2 Updated by Sim COU almost 13 years ago

Hi,

Yes, I do. I looked at the code and using auto_create or not doesn’t change anything since the '.git’ is hard coded.
I patched it at home so it is added only if add_ext is true in scm.yml
I can give you my patch but I think it’s not very pretty add perhaps it doesn’t handle all cases

As you want

#3 Updated by Andriy Lesyuk almost 13 years ago

  • Status changed from Incomplete to Open
  • Assignee set to Andriy Lesyuk

If you don’t use auto_create you can just remove .git from input field - that’s why I asked... Actually it’s a good idea to add an option to disable/enable .git. Thanks!

This is too small change and I will perhaps use another name e.g. git_ext so not sure about the patch... Thanks anyway.

#4 Updated by Andriy Lesyuk almost 13 years ago

  • Target version set to 0.2.0

#5 Updated by Andriy Lesyuk almost 13 years ago

  • Due date set to 14 Jun 2011
  • Status changed from Open to In Progress
  • % Done changed from 0 to 100

Added git_ext... Usage:

production:
  auto_create: false
  deny_delete: true
  git:
    path: /var/lib/git
    git: /usr/bin/git
    options: --bare
    git_ext: true

#6 Updated by Andriy Lesyuk almost 13 years ago

  • Status changed from In Progress to Closed

Also available in: Atom PDF

Terms of use | Privacy policy