Skip to content
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

Better feature branch support #189

Merged

Conversation

JakeGinnivan
Copy link
Contributor

Alternate way to solve what #184 is solving

@JakeGinnivan
Copy link
Contributor Author

@andreasohlund can you review, make sure it doesn't break any of your workflows

@@ -29,7 +29,7 @@ public static void AppendLineFormat(this StringBuilder stringBuilder, string for

public static string TrimStart(this string value, string toTrim)
{
if (!value.StartsWith(toTrim))
if (!value.StartsWith(toTrim, StringComparison.InvariantCultureIgnoreCase))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think fody does this already?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup

Sent from my iPhone

On 07 Jun 2014, at 13:18, Jake Ginnivan notifications@github.com wrote:

In GitVersionCore/ExtensionMethods.cs:

@@ -29,7 +29,7 @@ public static void AppendLineFormat(this StringBuilder stringBuilder, string for

     public static string TrimStart(this string value, string toTrim)
     {
  •        if (!value.StartsWith(toTrim))
    
  •        if (!value.StartsWith(toTrim, StringComparison.InvariantCultureIgnoreCase))
    
    I think fody does this already?


Reply to this email directly or view it on GitHub.

@arledesma
Copy link

👍

@andreasohlund
Copy link
Contributor

Looks good to me (we're not using feature branches)

Sent from my iPhone

On 07 Jun 2014, at 13:17, Jake Ginnivan notifications@github.com wrote:

@andreasohlund can you review, make sure it doesn't break any of your workflows


Reply to this email directly or view it on GitHub.

JakeGinnivan added a commit that referenced this pull request Jun 9, 2014
@JakeGinnivan JakeGinnivan merged commit 7d4fd12 into GitTools:master Jun 9, 2014
@JakeGinnivan JakeGinnivan deleted the BetterFeatureBranchSupport branch June 9, 2014 18:48
@JakeGinnivan JakeGinnivan restored the BetterFeatureBranchSupport branch November 30, 2014 11:09
@JakeGinnivan JakeGinnivan deleted the BetterFeatureBranchSupport branch November 30, 2014 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants