git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: no email was given and auto-detection is disabled git config --get-all user.name When ...
Would be nice if GitLens could detect which commits are done by yourself (looking at the name/email in the git config), and then adjusts the blame message from ..., x days ago, ... to You, x days ago, ... 👍 1 eamodio added the feature label Apr 19, 2018 eamodio self...
Git - add the capability to filter git log based on the author Verified a907ff8 lszomoru self-assigned this Mar 8, 2024 lszomoru enabled auto-merge (squash) March 8, 2024 15:21 lszomoru added this to the March 2024 milestone Mar 8, 2024 lszomoru added the git label Mar 8, 20...
I would suggest to set your global/local git config to the name you would like to have show up in your commits. You can use the "mailmap" feature of Git (via a .mailmap file) to merge multiple commit identities into 1 (which GitLens will then honor). Here is a good overview of G...
Add author filter like realized in https://github.com/vscode-ext-studio/vscode-git-graph but allow multiple selections like current filter for branches. Owner Author hansu commented Jun 7, 2022 Merged in 12e0336 hansu closed this as completed Jun 7, 2022 Owner Author hansu commented Jun 10...
Sometimes you got a bug, and you known which file the bug resides in, and you suspect if anyone else has modified that file and that modification results in a bug. In such scenario, you will need to view the modification history of that ...
Awesome extensions! Love the git blame view 👍 There is one minor thing where I'm unsure if I simply use the wrong setting or so. I'd like to disable the author link here: According to the docs the setting gitlens.codeLens.authors.enabled...
gitkraken / vscode-gitlens Public Notifications Fork 639 Star 6.9k Code Issues 367 Pull requests 18 Discussions Actions Projects 1 Wiki Security Insights main Commits on Jan 14, 2021 Fixes #1062 - enables copying of short commit SHAs … br3ndonland authored and eamodio ...
gitkraken / vscode-gitlens Public Notifications Fork 1.3k Star 8.9k Code Issues 678 Pull requests 43 Discussions Actions Projects Wiki Security Insights CommitsBranch selector main User selector shadowspawn DatepickerAll time Commit History Commits on Mar 17, 2019 Closes #617: Adds ...
Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, an