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

Feature request: Git Commit Active File #212905

Open
Tracked by #212907
haba713 opened this issue May 16, 2024 · 1 comment
Open
Tracked by #212907

Feature request: Git Commit Active File #212905

haba713 opened this issue May 16, 2024 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality git GIT issues

Comments

@haba713
Copy link

haba713 commented May 16, 2024

Implement a VS Code equivalent functionality for git commit pathspec where pathspec is the open and active file in VS Code. The command name could be for example "Git: Commit Active File".

man git-commit:

When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes already added to the index.

Running the command should save the file with a confirmation and open a dialog for entering the commit message.

Of course the command should add the file to the index (git add pathspec) if it isn't already there.

@lszomoru lszomoru added git GIT issues feature-request Request for new features or functionality labels May 25, 2024
@VSCodeTriageBot VSCodeTriageBot added this to the Backlog Candidates milestone May 25, 2024
@VSCodeTriageBot
Copy link
Collaborator

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality git GIT issues
Projects
None yet
Development

No branches or pull requests

3 participants