<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1295,7 +1295,7 @@ namespace GitCommands
 
         public void SetGlobalSetting(string setting, string value)
         {
-            if (!string.IsNullOrEmpty(value) &amp;&amp; !value.Contains(&quot;git.exe' is not&quot;))
+            if (!string.IsNullOrEmpty(value) &amp;&amp; !value.Contains(&quot;git.exe' is not&quot;) &amp;&amp; !value.Contains(&quot;git.cmd' is not&quot;))
             {
 
                 value = value.Replace(&quot;\&quot;&quot;, &quot;$QUOTE$&quot;);
@@ -1331,7 +1331,7 @@ namespace GitCommands
             if (!File.Exists(configFileName))
                 return;
 
-            if (!string.IsNullOrEmpty(value) &amp;&amp; !value.Contains(&quot;git.exe' is not&quot;))
+            if (!string.IsNullOrEmpty(value) &amp;&amp; !value.Contains(&quot;git.exe' is not&quot;) &amp;&amp; !value.Contains(&quot;git.cmd' is not&quot;))
             {
                 value = value.Replace(&quot;\&quot;&quot;, &quot;$QUOTE$&quot;);
                 value = FixPath(value);</diff>
      <filename>GitCommands/GitCommands/Git/GitCommands.cs</filename>
    </modified>
    <modified>
      <diff>@@ -148,13 +148,13 @@
             this.commitcountPerUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.gitcommandLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
+            this.userManualToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.changelogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
             this.donateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.gitItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
             this.gitRevisionBindingSource = new System.Windows.Forms.BindingSource(this.components);
-            this.userManualToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.splitContainer2.Panel1.SuspendLayout();
             this.splitContainer2.Panel2.SuspendLayout();
             this.splitContainer2.SuspendLayout();
@@ -391,6 +391,7 @@
             // toolStripTextBoxFilter
             // 
             this.toolStripTextBoxFilter.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.toolStripTextBoxFilter.ForeColor = System.Drawing.Color.Black;
             this.toolStripTextBoxFilter.Name = &quot;toolStripTextBoxFilter&quot;;
             this.toolStripTextBoxFilter.Size = new System.Drawing.Size(120, 25);
             this.toolStripTextBoxFilter.Leave += new System.EventHandler(this.toolStripTextBoxFilter_Leave);
@@ -1311,6 +1312,13 @@
             this.toolStripSeparator7.Name = &quot;toolStripSeparator7&quot;;
             this.toolStripSeparator7.Size = new System.Drawing.Size(165, 6);
             // 
+            // userManualToolStripMenuItem
+            // 
+            this.userManualToolStripMenuItem.Name = &quot;userManualToolStripMenuItem&quot;;
+            this.userManualToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
+            this.userManualToolStripMenuItem.Text = &quot;User Manual&quot;;
+            this.userManualToolStripMenuItem.Click += new System.EventHandler(this.userManualToolStripMenuItem_Click);
+            // 
             // changelogToolStripMenuItem
             // 
             this.changelogToolStripMenuItem.Name = &quot;changelogToolStripMenuItem&quot;;
@@ -1346,13 +1354,6 @@
             // 
             this.gitRevisionBindingSource.DataSource = typeof(GitCommands.GitRevision);
             // 
-            // userManualToolStripMenuItem
-            // 
-            this.userManualToolStripMenuItem.Name = &quot;userManualToolStripMenuItem&quot;;
-            this.userManualToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
-            this.userManualToolStripMenuItem.Text = &quot;User Manual&quot;;
-            this.userManualToolStripMenuItem.Click += new System.EventHandler(this.userManualToolStripMenuItem_Click);
-            // 
             // FormBrowse
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);</diff>
      <filename>GitUI/Browse.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -182,7 +182,7 @@
             this.workingToolStripMenuItem});
             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
             this.menuStrip1.Name = &quot;menuStrip1&quot;;
-            this.menuStrip1.Size = new System.Drawing.Size(389, 28);
+            this.menuStrip1.Size = new System.Drawing.Size(389, 24);
             this.menuStrip1.TabIndex = 2;
             this.menuStrip1.Text = &quot;menuStrip1&quot;;
             // 
@@ -196,46 +196,46 @@
             this.eToolStripMenuItem,
             this.deleteAllUntrackedFilesToolStripMenuItem});
             this.workingToolStripMenuItem.Name = &quot;workingToolStripMenuItem&quot;;
-            this.workingToolStripMenuItem.Size = new System.Drawing.Size(157, 24);
+            this.workingToolStripMenuItem.Size = new System.Drawing.Size(128, 20);
             this.workingToolStripMenuItem.Text = &quot;Working dir changes&quot;;
             // 
             // deleteSelectedFilesToolStripMenuItem
             // 
             this.deleteSelectedFilesToolStripMenuItem.Name = &quot;deleteSelectedFilesToolStripMenuItem&quot;;
-            this.deleteSelectedFilesToolStripMenuItem.Size = new System.Drawing.Size(255, 24);
+            this.deleteSelectedFilesToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
             this.deleteSelectedFilesToolStripMenuItem.Text = &quot;Delete selected files&quot;;
             this.deleteSelectedFilesToolStripMenuItem.Click += new System.EventHandler(this.deleteSelectedFilesToolStripMenuItem_Click);
             // 
             // resetSelectedFilesToolStripMenuItem
             // 
             this.resetSelectedFilesToolStripMenuItem.Name = &quot;resetSelectedFilesToolStripMenuItem&quot;;
-            this.resetSelectedFilesToolStripMenuItem.Size = new System.Drawing.Size(255, 24);
+            this.resetSelectedFilesToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
             this.resetSelectedFilesToolStripMenuItem.Text = &quot;Reset selected files&quot;;
             this.resetSelectedFilesToolStripMenuItem.Click += new System.EventHandler(this.resetSelectedFilesToolStripMenuItem_Click);
             // 
             // resetAlltrackedChangesToolStripMenuItem
             // 
             this.resetAlltrackedChangesToolStripMenuItem.Name = &quot;resetAlltrackedChangesToolStripMenuItem&quot;;
-            this.resetAlltrackedChangesToolStripMenuItem.Size = new System.Drawing.Size(255, 24);
+            this.resetAlltrackedChangesToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
             this.resetAlltrackedChangesToolStripMenuItem.Text = &quot;Reset all (tracked) changes&quot;;
             this.resetAlltrackedChangesToolStripMenuItem.Click += new System.EventHandler(this.resetAlltrackedChangesToolStripMenuItem_Click);
             // 
             // toolStripSeparator1
             // 
             this.toolStripSeparator1.Name = &quot;toolStripSeparator1&quot;;
-            this.toolStripSeparator1.Size = new System.Drawing.Size(252, 6);
+            this.toolStripSeparator1.Size = new System.Drawing.Size(211, 6);
             // 
             // eToolStripMenuItem
             // 
             this.eToolStripMenuItem.Name = &quot;eToolStripMenuItem&quot;;
-            this.eToolStripMenuItem.Size = new System.Drawing.Size(255, 24);
+            this.eToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
             this.eToolStripMenuItem.Text = &quot;Edit ignored files&quot;;
             this.eToolStripMenuItem.Click += new System.EventHandler(this.eToolStripMenuItem_Click);
             // 
             // deleteAllUntrackedFilesToolStripMenuItem
             // 
             this.deleteAllUntrackedFilesToolStripMenuItem.Name = &quot;deleteAllUntrackedFilesToolStripMenuItem&quot;;
-            this.deleteAllUntrackedFilesToolStripMenuItem.Size = new System.Drawing.Size(255, 24);
+            this.deleteAllUntrackedFilesToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
             this.deleteAllUntrackedFilesToolStripMenuItem.Text = &quot;Delete all untracked files&quot;;
             this.deleteAllUntrackedFilesToolStripMenuItem.Click += new System.EventHandler(this.deleteAllUntrackedFilesToolStripMenuItem_Click);
             // 
@@ -297,19 +297,19 @@
             this.ResetChanges,
             this.deleteFileToolStripMenuItem});
             this.UnstagedFileContext.Name = &quot;UnstagedFileContext&quot;;
-            this.UnstagedFileContext.Size = new System.Drawing.Size(198, 52);
+            this.UnstagedFileContext.Size = new System.Drawing.Size(169, 48);
             // 
             // ResetChanges
             // 
             this.ResetChanges.Name = &quot;ResetChanges&quot;;
-            this.ResetChanges.Size = new System.Drawing.Size(197, 24);
+            this.ResetChanges.Size = new System.Drawing.Size(168, 22);
             this.ResetChanges.Text = &quot;Reset file changes&quot;;
             this.ResetChanges.Click += new System.EventHandler(this.ResetSoft_Click);
             // 
             // deleteFileToolStripMenuItem
             // 
             this.deleteFileToolStripMenuItem.Name = &quot;deleteFileToolStripMenuItem&quot;;
-            this.deleteFileToolStripMenuItem.Size = new System.Drawing.Size(197, 24);
+            this.deleteFileToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
             this.deleteFileToolStripMenuItem.Text = &quot;Delete file&quot;;
             this.deleteFileToolStripMenuItem.Click += new System.EventHandler(this.deleteFileToolStripMenuItem_Click);
             // 
@@ -379,7 +379,7 @@
             this.filesListedToCommitToolStripMenuItem});
             this.menuStrip2.Location = new System.Drawing.Point(0, 0);
             this.menuStrip2.Name = &quot;menuStrip2&quot;;
-            this.menuStrip2.Size = new System.Drawing.Size(389, 28);
+            this.menuStrip2.Size = new System.Drawing.Size(389, 24);
             this.menuStrip2.TabIndex = 5;
             this.menuStrip2.Text = &quot;menuStrip2&quot;;
             // 
@@ -391,32 +391,32 @@
             this.toolStripSeparator2,
             this.stageChunkOfFileToolStripMenuItem});
             this.filesListedToCommitToolStripMenuItem.Name = &quot;filesListedToCommitToolStripMenuItem&quot;;
-            this.filesListedToCommitToolStripMenuItem.Size = new System.Drawing.Size(123, 24);
+            this.filesListedToCommitToolStripMenuItem.Size = new System.Drawing.Size(101, 20);
             this.filesListedToCommitToolStripMenuItem.Text = &quot;Files to commit&quot;;
             // 
             // stageAllToolStripMenuItem
             // 
             this.stageAllToolStripMenuItem.Name = &quot;stageAllToolStripMenuItem&quot;;
-            this.stageAllToolStripMenuItem.Size = new System.Drawing.Size(201, 24);
+            this.stageAllToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
             this.stageAllToolStripMenuItem.Text = &quot;Stage all&quot;;
             this.stageAllToolStripMenuItem.Click += new System.EventHandler(this.stageAllToolStripMenuItem_Click);
             // 
             // unstageAllToolStripMenuItem
             // 
             this.unstageAllToolStripMenuItem.Name = &quot;unstageAllToolStripMenuItem&quot;;
-            this.unstageAllToolStripMenuItem.Size = new System.Drawing.Size(201, 24);
+            this.unstageAllToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
             this.unstageAllToolStripMenuItem.Text = &quot;Unstage all&quot;;
             this.unstageAllToolStripMenuItem.Click += new System.EventHandler(this.unstageAllToolStripMenuItem_Click);
             // 
             // toolStripSeparator2
             // 
             this.toolStripSeparator2.Name = &quot;toolStripSeparator2&quot;;
-            this.toolStripSeparator2.Size = new System.Drawing.Size(198, 6);
+            this.toolStripSeparator2.Size = new System.Drawing.Size(169, 6);
             // 
             // stageChunkOfFileToolStripMenuItem
             // 
             this.stageChunkOfFileToolStripMenuItem.Name = &quot;stageChunkOfFileToolStripMenuItem&quot;;
-            this.stageChunkOfFileToolStripMenuItem.Size = new System.Drawing.Size(201, 24);
+            this.stageChunkOfFileToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
             this.stageChunkOfFileToolStripMenuItem.Text = &quot;Stage chunk of file&quot;;
             this.stageChunkOfFileToolStripMenuItem.Click += new System.EventHandler(this.stageChunkOfFileToolStripMenuItem_Click);
             // 
@@ -489,7 +489,7 @@
             // 
             this.SelectedDiff.Dock = System.Windows.Forms.DockStyle.Fill;
             this.SelectedDiff.Location = new System.Drawing.Point(0, 0);
-            this.SelectedDiff.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.SelectedDiff.Margin = new System.Windows.Forms.Padding(4);
             this.SelectedDiff.Name = &quot;SelectedDiff&quot;;
             this.SelectedDiff.ScrollPos = 0;
             this.SelectedDiff.Size = new System.Drawing.Size(502, 316);
@@ -625,7 +625,7 @@
             this.label1.AutoSize = true;
             this.label1.Location = new System.Drawing.Point(3, 3);
             this.label1.Name = &quot;label1&quot;;
-            this.label1.Size = new System.Drawing.Size(115, 17);
+            this.label1.Size = new System.Drawing.Size(86, 13);
             this.label1.TabIndex = 1;
             this.label1.Text = &quot;Commit message&quot;;
             // 
@@ -652,8 +652,8 @@
             // 
             this.Message.Dock = System.Windows.Forms.DockStyle.Fill;
             this.Message.Location = new System.Drawing.Point(0, 0);
-            this.Message.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.Message.MistakeFont = new System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 7.8F, System.Drawing.FontStyle.Underline);
+            this.Message.Margin = new System.Windows.Forms.Padding(4);
+            this.Message.MistakeFont = new System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25F, System.Drawing.FontStyle.Underline);
             this.Message.Name = &quot;Message&quot;;
             this.Message.Size = new System.Drawing.Size(364, 198);
             this.Message.TabIndex = 0;
@@ -701,7 +701,7 @@
             this.CloseDialogAfterCommit.CheckState = System.Windows.Forms.CheckState.Checked;
             this.CloseDialogAfterCommit.Location = new System.Drawing.Point(3, 5);
             this.CloseDialogAfterCommit.Name = &quot;CloseDialogAfterCommit&quot;;
-            this.CloseDialogAfterCommit.Size = new System.Drawing.Size(188, 21);
+            this.CloseDialogAfterCommit.Size = new System.Drawing.Size(143, 17);
             this.CloseDialogAfterCommit.TabIndex = 0;
             this.CloseDialogAfterCommit.Text = &quot;Close dialog after commit&quot;;
             this.CloseDialogAfterCommit.UseVisualStyleBackColor = true;
@@ -709,7 +709,7 @@
             // FormCommit
             // 
             this.AcceptButton = this.Commit;
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.CancelButton = this.Cancel;
             this.ClientSize = new System.Drawing.Size(895, 648);</diff>
      <filename>GitUI/Commit.Designer.cs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>85ffe9b6d50318be17bb8f1715105973cc41be03</id>
    </parent>
  </parents>
  <author>
    <name>Henk Westhuis</name>
    <email>Henk_Westhuis@hotmail.com</email>
  </author>
  <url>http://github.com/spdr870/gitextensions/commit/cfcd415a531e4c327c4e9a2f1f840dc1b029958d</url>
  <id>cfcd415a531e4c327c4e9a2f1f840dc1b029958d</id>
  <committed-date>2009-11-04T09:36:20-08:00</committed-date>
  <authored-date>2009-11-04T09:29:59-08:00</authored-date>
  <message>Minor fix</message>
  <tree>4a0c10a43e7c1e1e2080f5a8e2fa6751416eb9f1</tree>
  <committer>
    <name>Henk Westhuis</name>
    <email>Henk_Westhuis@hotmail.com</email>
  </committer>
</commit>
