ISSUE-265:- make default branch configurable#316
ISSUE-265:- make default branch configurable#316ghost wants to merge 1 commit intopython-versioneer:masterfrom
Conversation
|
make default branch configurable |
|
Thanks! Thinking about this, I think we need to consider these use cases:
I would probably use the following preference order:
This value should be computed on installation, not In Now, this is just to get the default branch, which only needs to be done once at installation. When we actually use it, we should use the config variable, since that will be more reliable than each user of the repository naming their remotes the same thing. python-versioneer/src/setupfunc.py Lines 31 to 44 in fa00476 We could consider making it |
|
cool, will work on the above comment. |
#265