<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">Sourcetree is pretty good on windows, and I hear ok things about Git Extensions.  I have not used the GitHub app though.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">I typically use Sourcetree to view the logs, and command line for everything else.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext"> llvm-dev [mailto:llvm-dev-bounces@lists.llvm.org]
<b>On Behalf Of </b>Craig, Ben via llvm-dev<br>
<b>Sent:</b> Thursday, June 02, 2016 10:01 AM<br>
<b>To:</b> llvm-dev@lists.llvm.org<br>
<b>Subject:</b> Re: [llvm-dev] Switching to git (Windows experience) (was re:[cfe-dev] GitHub anyone?)<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>The GitHub app is ok.  Not great, but ok.  I guess this is one point in favor of GitHub vs. other git providers.  As a maintainer on a different project, I still had to jump out to the command line pretty frequently, as we had a squashed pull-request work
 flow.<o:p></o:p></p>
<p>I did not have much success with git plugins for Visual Studio.  They seemed to be tuned towards in-tree builds.  I didn't spend enough time to figure out how to get them to work with out-of-tree builds.  More specifically, I recall that Visual Studio really
 expected the project and solution to be in source control, and in the same directory hierarchy as the source.  It's been a year since I've messed with them though, so things might have gotten better.<o:p></o:p></p>
<div>
<p class="MsoNormal">On 6/2/2016 7:43 AM, Aaron Ballman via llvm-dev wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre>On Wed, Jun 1, 2016 at 6:31 PM, Renato Golin <a href="mailto:renato.golin@linaro.org"><renato.golin@linaro.org></a> wrote:<o:p></o:p></pre>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre>I think we should start two other threads: one about git tooling on Windows<o:p></o:p></pre>
<pre>and one about infrastructure problems migrating to git.<o:p></o:p></pre>
</blockquote>
<pre><o:p> </o:p></pre>
<pre>Some developers on Windows prefer to use GUI tools like TortoiseSVN to<o:p></o:p></pre>
<pre>command line tools for version control. The last time I tried<o:p></o:p></pre>
<pre>TortoiseGit on Windows (which was over a year ago), it did not feel<o:p></o:p></pre>
<pre>ready for production use on a complex project to me (I had crashes on<o:p></o:p></pre>
<pre>simple operations, and it seems I was not alone in seeing flaky<o:p></o:p></pre>
<pre>behavior: <a href="https://gitlab.com/tortoisegit/tortoisegit/issues/1738">https://gitlab.com/tortoisegit/tortoisegit/issues/1738</a> and<o:p></o:p></pre>
<pre><a href="https://gitlab.com/tortoisegit/tortoisegit/issues/2494">https://gitlab.com/tortoisegit/tortoisegit/issues/2494</a> as examples).<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Are there suitable GUI tools for git on Windows for projects as<o:p></o:p></pre>
<pre>complex as LLVM? I believe MSVC has some integration, but I've not<o:p></o:p></pre>
<pre>used it before. Perhaps other tools exist that match the integration<o:p></o:p></pre>
<pre>and stability that TortoiseSVN has with Explorer?<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>I bring this up as a possible minor concern because asking people to<o:p></o:p></pre>
<pre>switch from one set of command line commands to another set of command<o:p></o:p></pre>
<pre>line commands is a different beast than asking people to switch from<o:p></o:p></pre>
<pre>Explorer-integrated menus and dialogs to the command line (that's a<o:p></o:p></pre>
<pre>drastically different workflow to achieve the same end result of<o:p></o:p></pre>
<pre>source code version control).<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>~Aaron<o:p></o:p></pre>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>LLVM Developers mailing list<o:p></o:p></pre>
<pre><a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><o:p></o:p></pre>
<pre><a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal"><br>
<br>
<o:p></o:p></p>
<pre>-- <o:p></o:p></pre>
<pre>Employee of Qualcomm Innovation Center, Inc.<o:p></o:p></pre>
<pre>Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project<o:p></o:p></pre>
</div>
</body>
</html>