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

[NBug] Unexpected artificial commit in Git command: 11111111111111... #9450

Closed
simosilva opened this issue Aug 6, 2021 · 2 comments
Closed

Comments

@simosilva
Copy link

⚠️ The sections below must be filled in and this text must be removed or the issue will be closed.

Current behaviour

Expected behaviour

Steps to reproduce

Error Details

System.ArgumentException: Unexpected artificial commit in Git command: 1111111111111111111111111111111111111111
   at GitCommands.ArgumentBuilderExtensions.Add(ArgumentBuilder builder, ObjectId objectId)
   at GitCommands.GitModule.GetRevision(ObjectId objectId, Boolean shortFormat, Boolean loadRefs)
   at GitUI.UserControls.CommitDiff.SetRevision(ObjectId objectId, String fileToSelect)
   at GitUI.HelperDialogs.FormCommitDiff..ctor(GitUICommands commands, ObjectId objectId)
   at GitUI.RevisionGridControl.<>c__DisplayClass181_0.<ViewSelectedRevisions>g__ProvideForm|1()
   at GitUI.GitUICommands.ShowModelessForm(IWin32Window owner, Boolean requiresValidWorkingDir, EventHandler`1 preEvent, EventHandler`1 postEvent, Func`1 provideForm)
   at GitUI.RevisionGridControl.ViewSelectedRevisions()
   at GitUI.RevisionGridControl.OnGridViewDoubleClick(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseDoubleClick(MouseEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseDoubleClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Additional information

fyi, came out of nowhere doing other stuff I cannot tell how to reproduce

Environment

  • Git Extensions 3.5.1.12196
  • Build 9099a1e
  • Git 2.31.1.windows.1
  • Microsoft Windows NT 10.0.19042.0
  • .NET Framework 4.8.4300.0
  • DPI 120dpi (125% scaling)
@duplicates-detector-bot
Copy link

Potential duplicates:

  • #6533
  • #6535
  • #7546
  • #9084

@gerhardol
Copy link
Member

Duplicate of #9084
Corrected in master, #9087

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants