Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4b72f807aa38
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f32c561b592
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 16, 2019

  1. Copy the full SHA
    1a49bd2 View commit details
  2. Merge pull request #2077 from pleroy/UTF8

    Fix the version script: just say no to CP850
    pleroy authored Feb 16, 2019
    Copy the full SHA
    2f32c56 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 generate_version_translation_unit.ps1
2 changes: 2 additions & 0 deletions generate_version_translation_unit.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding =
New-Object System.Text.UTF8Encoding
$solutiondir = resolve-path $args[0]
$env:Path += ";$env:programfiles\Git\bin;$env:localappdata\GitHub\Portab~1\bin;$env:localappdata\GitHub\Portab~1\mingw32\bin"
$newdate = [DateTime](git log -1 --format=%cd --date=iso-strict)