Skip to content

Add option to gitadd to allow for git resolvable pathspecs #108

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gabema
Copy link

@gabema gabema commented Sep 5, 2015

I need the ability to pass fileglob pathspecs (http://git-scm.com/docs/git-add - see the options / pathspec section) directly to the git add command without grunt attempting to resolve it to an actual explicit list of files via grunt.task.files.src.

This is particularly needed/useful for platforms (i.e. windows) that are constrained by a max command line limit of 8k characters. Providing the ability to specify pathspecs directly to the git add command is extremely valuable/useful to fix scenarios in which many files are attempting to be added in a single git add command or even when a few of the files attempting to be added have a long path.

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