https://github.com/brandonxlf/commit-with-date
VS Code extension to reate and amend Git commits with manually set commit and author dates.
https://github.com/brandonxlf/commit-with-date
git vscode-extension
Last synced: 5 months ago
JSON representation
VS Code extension to reate and amend Git commits with manually set commit and author dates.
- Host: GitHub
- URL: https://github.com/brandonxlf/commit-with-date
- Owner: BrandonXLF
- License: gpl-2.0
- Created: 2023-12-28T02:48:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T08:02:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T00:47:05.754Z (11 months ago)
- Topics: git, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=brandonfowler.commit-with-date
- Size: 165 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Commit with Date

**Commit with Date** is an Visual Studio Code extension that allows you to create or amend a Git commit with manually set author and committer dates.
## Features
### Author and committer dates support
Provides the ability to set the author date, the committer date, or both. Also allows you to synchronize the two with a single click.
### Default values
Much effort has been made to use the same default dates as git uses for standard commits, amending, rebasing, and merging.
### Preset dates
Provides convenient buttons to use and modify dates from relevant commits. Always provides a button to select the author/commit dates from the `HEAD`.
### Merge and rebase support
Support for continuing during rebases and committing during merges. When rebasing, provides a button to use the dates of the former commit (`REBASE_HEAD`). When merging, provides to use the dates from their commit (`MERGE_HEAD`).