mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[upstream_utils] Zero out commit hashes and show 40 digits in index hashes (#5336)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 6e2f70b7bb7c59fe99b7469bf3e3a257876403dc Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: PJ Reiniger <pj.reiniger@gmail.com>
|
||||
Date: Sun, 22 May 2022 23:58:57 -0400
|
||||
Subject: [PATCH 1/3] Apply PR #35
|
||||
@@ -14,7 +14,7 @@ Subject: [PATCH 1/3] Apply PR #35
|
||||
|
||||
diff --git a/.gitignore b/.gitignore
|
||||
new file mode 100644
|
||||
index 0000000..5d102c5
|
||||
index 0000000000000000000000000000000000000000..5d102c5fe5c7f41b5a1f6e85f45515517a1b3013
|
||||
--- /dev/null
|
||||
+++ b/.gitignore
|
||||
@@ -0,0 +1,9 @@
|
||||
@@ -28,7 +28,7 @@ index 0000000..5d102c5
|
||||
+/Main/StackWalker/_ReSharper.Caches/*
|
||||
+/.vs/*
|
||||
diff --git a/Main/StackWalker/StackWalker.cpp b/Main/StackWalker/StackWalker.cpp
|
||||
index 7008ac6..48c7c57 100644
|
||||
index 7008ac67eac3409a94e116f9a20d4b53e081bf11..48c7c57c439dd8feb7ea88fda17d68a4bbbb3d68 100644
|
||||
--- a/Main/StackWalker/StackWalker.cpp
|
||||
+++ b/Main/StackWalker/StackWalker.cpp
|
||||
@@ -1,4 +1,4 @@
|
||||
@@ -1220,7 +1220,7 @@ index 7008ac6..48c7c57 100644
|
||||
+ OutputDebugString(buffer);
|
||||
}
|
||||
diff --git a/Main/StackWalker/StackWalker.h b/Main/StackWalker/StackWalker.h
|
||||
index 0a004d9..03efcec 100644
|
||||
index 0a004d96f3514757c766c3ed8f00d849812daac1..03efcecf61638f78679e53c5db8ae6f1bc790dda 100644
|
||||
--- a/Main/StackWalker/StackWalker.h
|
||||
+++ b/Main/StackWalker/StackWalker.h
|
||||
@@ -47,16 +47,6 @@
|
||||
@@ -1308,7 +1308,7 @@ index 0a004d9..03efcec 100644
|
||||
int m_options;
|
||||
int m_MaxRecursionCount;
|
||||
diff --git a/Main/StackWalker/StackWalker_VC2017.sln b/Main/StackWalker/StackWalker_VC2017.sln
|
||||
index 790d550..2209e23 100644
|
||||
index 790d5509aee9e33d3a543c91bba86ece62e32e04..2209e233cc8a8cfcbfce17c04895e49a361bb007 100644
|
||||
--- a/Main/StackWalker/StackWalker_VC2017.sln
|
||||
+++ b/Main/StackWalker/StackWalker_VC2017.sln
|
||||
@@ -16,18 +16,18 @@ Global
|
||||
@@ -1339,7 +1339,7 @@ index 790d550..2209e23 100644
|
||||
{89B2BD42-B130-4811-9043-71A8EBC40DE5}.Release_VC2017-UNICODE|Win32.Build.0 = Release_VC2017-UNICODE|Win32
|
||||
{89B2BD42-B130-4811-9043-71A8EBC40DE5}.Release_VC2017-UNICODE|x64.ActiveCfg = Release_VC2017-UNICODE|x64
|
||||
diff --git a/Main/StackWalker/main.cpp b/Main/StackWalker/main.cpp
|
||||
index 220c97b..496021e 100644
|
||||
index 220c97b2a4a547864fdc77258199f7f87de056a2..496021e133602bfeef2102d0cc48dfe93ce77df9 100644
|
||||
--- a/Main/StackWalker/main.cpp
|
||||
+++ b/Main/StackWalker/main.cpp
|
||||
@@ -33,7 +33,7 @@ void (*pGlobalFuncPtr)() = 0;
|
||||
|
||||
Reference in New Issue
Block a user