mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +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 238eda525de70b57bade634447c967f4f92bc96d Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: PJ Reiniger <pj.reiniger@gmail.com>
|
||||
Date: Mon, 23 May 2022 00:06:45 -0400
|
||||
Subject: [PATCH 2/3] Remove _M_IX86 checks
|
||||
@@ -8,7 +8,7 @@ Subject: [PATCH 2/3] Remove _M_IX86 checks
|
||||
1 file changed, 52 deletions(-)
|
||||
|
||||
diff --git a/Main/StackWalker/StackWalker.h b/Main/StackWalker/StackWalker.h
|
||||
index 03efcec..89be951 100644
|
||||
index 03efcecf61638f78679e53c5db8ae6f1bc790dda..89be951624836f4cfaf37d713267dce855287ab9 100644
|
||||
--- a/Main/StackWalker/StackWalker.h
|
||||
+++ b/Main/StackWalker/StackWalker.h
|
||||
@@ -179,57 +179,6 @@ protected:
|
||||
|
||||
Reference in New Issue
Block a user