Skip to content

Fix createCommitOnHead#473

Merged
johnhaley81 merged 1 commit intomasterfrom
fix-commit-on-head
Mar 7, 2015
Merged

Fix createCommitOnHead#473
johnhaley81 merged 1 commit intomasterfrom
fix-commit-on-head

Conversation

@johnhaley81
Copy link
Copy Markdown
Collaborator

The convenience method createCommitOnHead was adding files being
ignored via .gitignore which is really bad. Now it's changed to
use the Index.prototype.addAll method since it's available now
and it wasn't when that method was written.

The convenience method `createCommitOnHead` was adding files being
ignored via `.gitignore` which is really bad. Now it's changed to
use the `Index.prototype.addAll` method since it's available now
and it wasn't when that method was written.
johnhaley81 added a commit that referenced this pull request Mar 7, 2015
@johnhaley81 johnhaley81 merged commit 82abfdf into master Mar 7, 2015
@johnhaley81 johnhaley81 deleted the fix-commit-on-head branch March 7, 2015 19:36
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.

1 participant