https://github.com/git/git
Revision 3e06e74e4cc221d0b602622a5a8d472cfa3efa2d authored by Junio C Hamano on 29 July 2019, 19:38:19 UTC, committed by Junio C Hamano on 29 July 2019, 19:38:19 UTC
Use "Erase in Line" CSI sequence that is already used in the editor
support to clear cruft in the progress output.

* sg/rebase-progress:
  progress: use term_clear_line()
  rebase: fix garbled progress display with '-x'
  pager: add a helper function to clear the last line in the terminal
  t3404: make the 'rebase.missingCommitsCheck=ignore' test more focused
  t3404: modernize here doc style
2 parent s 292a0de + 5b12e31
Raw File
Tip revision: 3e06e74e4cc221d0b602622a5a8d472cfa3efa2d authored by Junio C Hamano on 29 July 2019, 19:38:19 UTC
Merge branch 'sg/rebase-progress' into maint
Tip revision: 3e06e74
git.rc
1 VERSIONINFO
FILEVERSION     MAJOR,MINOR,MICRO,PATCHLEVEL
PRODUCTVERSION  MAJOR,MINOR,MICRO,PATCHLEVEL
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904b0"   /* LANG_ENGLISH/SUBLANG_ENGLISH_US, Unicode CP */
    BEGIN
      VALUE "CompanyName", "The Git Development Community\0"
      VALUE "FileDescription", "Git for Windows\0"
      VALUE "InternalName", "git\0"
      VALUE "OriginalFilename", "git.exe\0"
      VALUE "ProductName", "Git\0"
      VALUE "ProductVersion", GIT_VERSION "\0"
    END
  END

  BLOCK "VarFileInfo"
  BEGIN
    VALUE "Translation", 0x409, 1200
  END
END
back to top