Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Issue 1894803002: Fix git help on 32-bit Windows (Closed)

Created:
4 years, 8 months ago by anatoly techtonik
Modified:
4 years, 8 months ago
Reviewers:
agable, iannucci
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix git help on 32-bit Windows BUG=604018 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=300104

Patch Set 1 #

Total comments: 4

Patch Set 2 : Use OS_BITS to detect docs location #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M bootstrap/win/win_tools.bat View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (3 generated)
anatoly techtonik
Ready for review.
4 years, 8 months ago (2016-04-16 03:14:33 UTC) #3
agable
https://codereview.chromium.org/1894803002/diff/1/bootstrap/win/win_tools.bat File bootstrap/win/win_tools.bat (right): https://codereview.chromium.org/1894803002/diff/1/bootstrap/win/win_tools.bat#newcode160 bootstrap/win/win_tools.bat:160: xcopy /i /q /d /y "%WIN_TOOLS_ROOT_DIR%\man\html\*" "%GIT_INST_DIR%\mingw32\share\doc\git-doc" > NUL ...
4 years, 8 months ago (2016-04-18 16:04:37 UTC) #4
iannucci
https://chromiumcodereview.appspot.com/1894803002/diff/1/bootstrap/win/win_tools.bat File bootstrap/win/win_tools.bat (right): https://chromiumcodereview.appspot.com/1894803002/diff/1/bootstrap/win/win_tools.bat#newcode67 bootstrap/win/win_tools.bat:67: reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | %FIND_EXE% /i "x86" > NUL ...
4 years, 8 months ago (2016-04-18 22:08:30 UTC) #5
anatoly techtonik
PTAL. https://codereview.chromium.org/1894803002/diff/1/bootstrap/win/win_tools.bat File bootstrap/win/win_tools.bat (right): https://codereview.chromium.org/1894803002/diff/1/bootstrap/win/win_tools.bat#newcode67 bootstrap/win/win_tools.bat:67: reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | %FIND_EXE% /i "x86" > ...
4 years, 8 months ago (2016-04-20 03:56:53 UTC) #6
anatoly techtonik
I pushed "Publish+Mail Comments". Is there anything else I needed to do?
4 years, 8 months ago (2016-04-22 06:34:03 UTC) #7
iannucci
this looks good to me, but unfortunately the CQ can't handle windows EOLs :/ I ...
4 years, 8 months ago (2016-04-22 06:46:45 UTC) #8
iannucci
Committed patchset #2 (id:20001) manually as 300104.
4 years, 8 months ago (2016-04-22 06:50:20 UTC) #10
iannucci
Ah, nuts :/ I set the --author on the commit, but apparently `git cl dcommit` ...
4 years, 8 months ago (2016-04-22 06:51:12 UTC) #11
iannucci
On 2016/04/22 06:51:12, iannucci wrote: > Ah, nuts :/ I set the --author on the ...
4 years, 8 months ago (2016-04-22 06:51:51 UTC) #12
anatoly techtonik
4 years, 8 months ago (2016-04-22 09:44:00 UTC) #13
Message was sent while issue was closed.
On 2016/04/22 06:51:51, iannucci wrote:
> On 2016/04/22 06:51:12, iannucci wrote:
> > Ah, nuts :/ I set the --author on the commit, but apparently `git cl
dcommit`
> > ignores that! :( Sorry!
> 
> I think it's because depot_tools' source-of-truth is still SVN :/

No problem. 

As for EOLs, what is the problem with them? If Git produces patch, it should be
able to apply it as well.

Powered by Google App Engine
This is Rietveld 408576698