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

Support for add --all #53

Closed
octylFractal opened this issue Mar 12, 2015 · 5 comments
Closed

Support for add --all #53

octylFractal opened this issue Mar 12, 2015 · 5 comments

Comments

@octylFractal
Copy link

One of the most important features I use in git is add --all, which removes files that have been deleted from the index. This can technically be simulated with remove --cached -r . followed by add, but running one operation is better than two.

@ajoberstar
Copy link
Owner

JGit's AddCommand doesn't have the all option.

Since grgit is intended to be a subset of JGit with a friendlier API, I don't plan on implementing features not supported by JGit.

@octylFractal
Copy link
Author

Alright, I'll wait for that.

@lbergelson
Copy link
Contributor

lbergelson commented Mar 13, 2015 via email

@AyalCiobotaru
Copy link

Was this implemented?

@ajoberstar
Copy link
Owner

It was not. As far as I know there's no JGit issue open for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants