Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15402999
D10333.id24878.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
512 B
Referenced Files
None
Subscribers
None
D10333.id24878.diff
View Options
diff --git a/src/repository/api/ArcanistGitAPI.php b/src/repository/api/ArcanistGitAPI.php
--- a/src/repository/api/ArcanistGitAPI.php
+++ b/src/repository/api/ArcanistGitAPI.php
@@ -535,7 +535,9 @@
$stdout = $this->getHashFromFromSVNRevisionNumber($match[1]);
} else {
list($stdout) = $this->execxLocal(
- 'show -s --format=%s %s --',
+ phutil_is_windows()
+ ? 'show -s --format=%C %s --'
+ : 'show -s --format=%s %s --',
'%H',
$string);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 19, 1:35 AM (2 w, 20 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7611141
Default Alt Text
D10333.id24878.diff (512 B)
Attached To
Mode
D10333: Arcanist - potentially fix some Windows badness
Attached
Detach File
Event Timeline
Log In to Comment