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

update-git-for-windows: Minor Typo in Dialog Box During Installation #2657

Closed
1 task done
Rob-S opened this issue Jun 2, 2020 · 2 comments
Closed
1 task done

update-git-for-windows: Minor Typo in Dialog Box During Installation #2657

Rob-S opened this issue Jun 2, 2020 · 2 comments

Comments

@Rob-S
Copy link

Rob-S commented Jun 2, 2020

  • I was not able to find an open or closed issue matching what I'm seeing

Setup

  • Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
    64-bit
$ git --version --build-options

git version 2.27.0.windows.1
cpu: x86_64
built from commit: 907ab1011dce9112700498e034b974ba60f8b407
sizeof-long: 4
sizeof-size_t: 8
  • Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver

Microsoft Windows [Version 10.0.19631.1]
  • What options did you set as part of the installation? Or did you choose the
    defaults?
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt

Editor Option: CustomEditor
Custom Editor Path: C:\Program Files\IDM Computer Solutions\UltraEdit\uedit64.exe
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: OpenSSL
CRLF Option: CRLFAlways
Bash Terminal Option: ConHost
Git Pull Behavior Option: Merge
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Disabled
Enable Pseudo Console Support: Disabled
  • Any other interesting things about your environment that might be related
    to the issue you're seeing?

n/a

Details

  • Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other

CMD

git update-git-for-windows
  • What did you expect to occur after running these commands?

Git for Windows is updated.

  • What actually happened instead?

Git for Windows was updated. There was a minor typo in one of the dialog boxes. For the "default behavior of 'git pull'" the last option is "Only ever fast-forard". The last word should be "fast-forward".

  • If the problem was occurring with a specific repository, can you provide the
    URL to that repository to help us with testing?

n/a

@Rob-S
Copy link
Author

Rob-S commented Jun 2, 2020

Annotation_2020-06-02_160440

@dscho
Copy link
Member

dscho commented Jun 2, 2020

Thank you for the bug report. This has been fixed already in git-for-windows/build-extra#291 (and reported in #2652, #2654 and in #2656).

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

No branches or pull requests

2 participants