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

Added multi-delete for git-delete-branch and git-delete-tag #188

Merged
merged 1 commit into from Jul 7, 2014

Conversation

twolfson
Copy link
Contributor

In order to more efficiently delete multiple branches and tags, I updated git-delete-branch and git-delete-tag. In this PR:

  • Updated git-delete-branch to accept multiple branches
  • Updated git-delete-tag to accept multiple tags
  • Updated documentation to match changes
  • Fix for documentation of git-delete-tag (said branch, corrected to tag)

@sbennett18
Copy link

There are two spelling errors that I noticed:

  • bin/git-delete-branch line 6: contatenate to concatenate
  • bin/git-delete-tag line 6: contatenate to concatenate

Correcting typos
Compiled latest documentation
Applying changes from delete-tag to delete-branch for consistency
Removed unnecessary string quotes (thanks `git` ref design) and everything works
Tags are not being found with string concatenation
Updated delete-tag to accept multiple tags
Corrections for delete-branch
Updating docs for delete-tag
Added 'Todd Wolfson' to AUTHORS
Updated documentation for delete-branch
Moved deletions to concatenate strings and delete in one fell swoop
Reworking delete-branch to delete multiple branches in series
@twolfson
Copy link
Contributor Author

@sbennett18 Thanks and fixed.

@twolfson
Copy link
Contributor Author

twolfson commented Feb 1, 2014

This PR is 5 months old. What has to be done to get this merged in?

@stephenmathieson
Copy link

bump

@twolfson
Copy link
Contributor Author

This PR is 8 months old. Please merge it or close it.

@hemanth
Copy link
Collaborator

hemanth commented Jul 7, 2014

👍 @twolfson

hemanth added a commit that referenced this pull request Jul 7, 2014
Added multi-delete for git-delete-branch and git-delete-tag.
@hemanth hemanth merged commit ab5c036 into tj:master Jul 7, 2014
tardypad pushed a commit to tardypad/git-extras that referenced this pull request Jul 13, 2016
Added multi-delete for git-delete-branch and git-delete-tag.
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.

None yet

4 participants