git log, git show, git blame and friends look at the encoding header of a commit object, and try to re-code the log message into UTF-8 unless otherwise specified. You can specify the desired output encoding with i18n.logOutputEncoding in .git/config file, like this: [i18n] logOutputEncod...
This format shows an inline diff of the changes in the submodule contents between the commit range. Defaults to diff.submodule or the short format if the config option is unset. --color[=<when>] Show colored diff. --color (i.e. without =<when>) is the same as --color=always. <...
Fix: 'Show inline blame' does not transition of out disabled state (#338) Fix: Cannot commit in non-modal mode with analysis enabled (#344) Changes in 203.7.10 Fix: corrupted configExtras config (#338) Fix: IndexOutOfBoundsException after git reset --hard (#340) ...
Check for existing issues Completed Describe the bug / provide steps to reproduce it Put cursor on the line of some version tracked code - notice the inline blame Delete line, do not save file Undo the deletion Notice there is no longer ...
inline blame renderer Fix: Missing gitmoji completion for non-modal UI (#355) Fix: Typo in message while validating commit message (#356) Changes in 212.7.15 Feature: 2021.3 EAP compatibility Fix: missing Project View decoration (#345) Changes in 212.7.11 Fix: 'Show inline blame' does not...
See Git Blame information on the last selected line in your editor. Quick link to open the latest commit on the current line in the most popular online git tools. Opengit showfor the latest commit on the current line in an vscode terminal. ...
blame.date Specifies the format used to output dates in git-blame[1]. If unset the iso format is used. For supported values, see the discussion of the --date option at git-log[1]. blame.showEmail Show the author email instead of author name in git-blame[1]. This option defaults...
2. git log, git show, git blame and friends look at the encoding header of a commit object, and try to re-code the log message into UTF-8 unless otherwise specified. You can specify the desired output encoding with i18n.logOutputEncoding in .git/config file, like this: [i18n] log...
* "git remote show [-n] frotz" now pays attention to negative pathspec. * "git push" sometimes performs poorly when reachability bitmaps are used, even in a repository where other operations are helped by bitmaps. The push.useBitmaps configuration variable is introduced ...
have changed), at least hide the error to allow "status" show its output. * "git status --short" quoted a path with SP in it when tracked, but not those that are untracked, ignored or unmerged. They are all shown quoted consistently. ...