Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gitconfig: mnemonicPrefix conflict with create_patch #2013

Open
@ceccopierangiolieugenio

Description

the regex:

[ ](?P<a_path_fallback>"?[ab]/.+?"?)[ ](?P<b_path_fallback>"?[ab]/.+?"?)\n

is not able to match the diff generated if this flag is enabled in~/.gitconfig:

[diff]        mnemonicPrefix = true

because it is expecting[ab]/ as folder prefix for the diff but with mnemonicPrefix enabled it become[wc]/

Diff withoutmnemonicPrefix

diff --git a/.vscode/launch.json b/.vscode/launch.jsonindex xxxxxxx..xxxxxxxx--- a/.vscode/launch.json+++ b/.vscode/launch.json

Diff withmnemonicPrefix = true

diff --git c/.vscode/launch.json w/.vscode/launch.jsonindex xxxxxxx..xxxxxxxx--- c/.vscode/launch.json+++ w/.vscode/launch.json

Quick Test

repo=git.Repo('.')branch_ref=repo.headancestor_ref=repo.merge_base(branch_ref,repo.refs["main"])diff=ancestor_ref[0].diff(None,create_patch=True)print(diff)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp