OSDN Git Service

tortoisegit/TortoiseGitJp.git
14 years agoFix a debug version segment fail
Frank Li [Sat, 26 Dec 2009 06:11:48 +0000 (14:11 +0800)]
Fix a debug version segment fail

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoUse VC build tgit replace igit to fetch status
Frank Li [Thu, 24 Dec 2009 07:15:31 +0000 (15:15 +0800)]
Use VC build tgit replace igit to fetch status

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd error code when run git command
Frank Li [Thu, 24 Dec 2009 07:13:42 +0000 (15:13 +0800)]
Add error code when run git command

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFix blame show wrong when first char is '^'
Frank Li [Thu, 24 Dec 2009 07:11:24 +0000 (15:11 +0800)]
Fix blame show wrong when first char is '^'

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoUpdate index firstly at commit dialog and check modify dialog
Frank Li [Tue, 1 Dec 2009 13:43:37 +0000 (21:43 +0800)]
Update index firstly at commit dialog and check modify dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFix Issue 236: CGit::GetRemoteList uses bad regular expression
Frank Li [Tue, 1 Dec 2009 08:17:24 +0000 (16:17 +0800)]
Fix Issue 236: CGit::GetRemoteList uses bad regular expression

CGit::GetRemoteList uses bad regular expression. This causes matches that
are not remote.blah.url (for example: svn-remote.blah.url will also match).
Here's a patch to fix it.

Fixed by Basic.talk@gmail.com

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoUpdate first commit can't show when launch log dialog
Frank Li [Tue, 1 Dec 2009 08:05:57 +0000 (16:05 +0800)]
Update first commit can't show when launch log dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #232: "No Commit" Option always acitve
Frank Li [Mon, 30 Nov 2009 14:44:17 +0000 (22:44 +0800)]
Fixed issue #232: "No Commit" Option always acitve

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #234: First log(first commit in history) was missing...
Frank Li [Mon, 30 Nov 2009 14:32:40 +0000 (22:32 +0800)]
Fixed issue #234: First log(first commit in history) was missing...
FetchShortLog set vector size as commits number. Miss work copy item

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoUpdate version number to 1.2.1.0
Frank Li [Fri, 13 Nov 2009 03:28:57 +0000 (21:28 -0600)]
Update version number to 1.2.1.0

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #219: Blame Error when git repository is at root directory and path use "/"
Frank Li [Fri, 6 Nov 2009 04:10:47 +0000 (22:10 -0600)]
Fixed issue #219: Blame Error when git repository is at root directory and path use "/"

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd color success and fail at ProgressDlg
Frank Li [Sat, 31 Oct 2009 05:50:16 +0000 (13:50 +0800)]
Add color success and fail at ProgressDlg

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoShow current work at ProgressDlg
Frank Li [Thu, 29 Oct 2009 14:12:25 +0000 (22:12 +0800)]
Show current work at ProgressDlg

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoUnified SyncDlg and progressdlg log handle
Frank Li [Thu, 29 Oct 2009 14:06:06 +0000 (22:06 +0800)]
Unified SyncDlg and progressdlg log handle

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFinish compare working copy item at log dialog
Frank Li [Thu, 29 Oct 2009 03:17:16 +0000 (11:17 +0800)]
Finish compare working copy item at log dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFix refresh problem after commit at log dialog
Frank Li [Thu, 29 Oct 2009 02:58:11 +0000 (10:58 +0800)]
Fix refresh problem after commit at log dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoTry fix a crash after commit at log dialog
Frank Li [Thu, 29 Oct 2009 02:49:17 +0000 (10:49 +0800)]
Try fix a crash after commit at log dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoRemove high light line at working dir change item
Frank Li [Thu, 29 Oct 2009 02:46:20 +0000 (10:46 +0800)]
Remove high light line at working dir change item

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoImpliment commit command at log dialog when choose work copy
Frank Li [Thu, 29 Oct 2009 01:50:06 +0000 (09:50 +0800)]
Impliment commit command at log dialog when choose work copy

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoShow commit command at log dialog when choose work copy
Frank Li [Wed, 28 Oct 2009 14:20:10 +0000 (22:20 +0800)]
Show commit command at log dialog when choose work copy

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd work dir copy at log dialog
Frank Li [Wed, 28 Oct 2009 09:58:43 +0000 (17:58 +0800)]
Add work dir copy at log dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #214: installer inserts unused or faulty registry key
Frank Li [Tue, 27 Oct 2009 14:57:56 +0000 (22:57 +0800)]
Fixed issue #214: installer inserts unused or faulty registry key

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #179: Log dialog lacks information about changed files
Frank Li [Sat, 24 Oct 2009 14:47:37 +0000 (22:47 +0800)]
Fixed issue #179: Log dialog lacks information about changed files

Need add --full-diff option

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #209: High CPU usage in tortoiseproc.exe & limit line number
Frank Li [Fri, 23 Oct 2009 15:02:18 +0000 (23:02 +0800)]
Fixed issue #209: High CPU usage in tortoiseproc.exe & limit line number

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #212: Disable the "Select items automaticlly" option has no effect to...
Frank Li [Fri, 23 Oct 2009 14:37:27 +0000 (22:37 +0800)]
Fixed issue #212: Disable the "Select items automaticlly" option has no effect to commit files dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed Issue #211: Allow Alt+O in commit dialog for OK
Frank Li [Fri, 23 Oct 2009 09:51:55 +0000 (17:51 +0800)]
Fixed Issue #211:  Allow Alt+O in commit dialog for OK

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #209: High CPU usage in tortoiseproc.exe & Append text to edit ctrl
Frank Li [Fri, 23 Oct 2009 06:42:45 +0000 (14:42 +0800)]
Fixed issue #209: High CPU usage in tortoiseproc.exe & Append text to edit ctrl

Limit max ProgressDlg log is 500 lines

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #209: High CPU usage in tortoiseproc.exe
Frank Li [Wed, 21 Oct 2009 16:01:42 +0000 (00:01 +0800)]
Fixed issue #209: High CPU usage in tortoiseproc.exe

Limit max ProgressDlg log is 500 lines

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoSync Dialog remote URL support save history
Frank Li [Wed, 21 Oct 2009 04:52:05 +0000 (12:52 +0800)]
Sync Dialog remote URL support save history

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed Issue #203: Remote URL select box in sync dialog is not populated with remotes.
Frank Li [Wed, 21 Oct 2009 04:45:20 +0000 (12:45 +0800)]
Fixed Issue #203:  Remote URL select box in sync dialog is not populated with remotes.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed Issue #208: During push (from context menu), branches missing from drop down...
Frank Li [Wed, 21 Oct 2009 02:03:42 +0000 (10:03 +0800)]
Fixed Issue #208:  During push (from context menu), branches missing from drop down list.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #86: Globally sets HOME affecting third-party applications (GNU Emacs)
Frank Li [Tue, 20 Oct 2009 15:18:18 +0000 (23:18 +0800)]
Fixed issue #86: Globally sets HOME affecting third-party applications (GNU Emacs)

When FindGitPath()  fail, HOME is set

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd remote branch and current branch at proptery page
Frank Li [Mon, 19 Oct 2009 05:46:18 +0000 (13:46 +0800)]
Add remote branch and current branch at proptery page

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd no-commit option at merge dialog
Frank Li [Mon, 19 Oct 2009 05:17:46 +0000 (13:17 +0800)]
Add no-commit option at merge dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #188: Add Git Properties tab into Windows File Properties
Frank Li [Sun, 18 Oct 2009 06:59:04 +0000 (14:59 +0800)]
Fixed issue #188: Add Git Properties tab into Windows File Properties

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd proptery page for git
Frank Li [Fri, 16 Oct 2009 05:43:29 +0000 (13:43 +0800)]
Add proptery page for git

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoEnable IBugTraqProvide CheckCommit and OnCommitFinished
Frank Li [Thu, 15 Oct 2009 13:59:14 +0000 (21:59 +0800)]
Enable IBugTraqProvide CheckCommit and OnCommitFinished

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFix 64bit build problem
Frank Li [Tue, 13 Oct 2009 05:55:05 +0000 (13:55 +0800)]
Fix 64bit build problem

14 years agoUpdate changelog and version number
Frank Li [Tue, 13 Oct 2009 04:41:46 +0000 (12:41 +0800)]
Update changelog and version number

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #185. "Can't find Super-project" when pathname include space.
Frank Li [Mon, 12 Oct 2009 02:12:58 +0000 (10:12 +0800)]
Fixed issue #185. "Can't find Super-project" when pathname include space.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #187: allow launch rebase dialog again after finish rebase at fetch ...
Frank Li [Sun, 11 Oct 2009 13:42:10 +0000 (21:42 +0800)]
Fixed issue #187: allow launch rebase dialog again after finish rebase at fetch -> rebase flow

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #187: Allow start new rebase after finish rebase
Frank Li [Sun, 11 Oct 2009 13:15:13 +0000 (21:15 +0800)]
Fixed issue #187: Allow start new rebase after finish rebase

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoDisable "force rebase" checkbox during rebase.
Frank Li [Sun, 11 Oct 2009 07:44:31 +0000 (15:44 +0800)]
Disable "force rebase" checkbox during rebase.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoEnable Abort Button at git progress dialog by terminate process.
Frank Li [Sun, 11 Oct 2009 06:10:21 +0000 (14:10 +0800)]
Enable Abort Button at git progress dialog by terminate process.
This way is not safety.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #190: Access violation in Blame and wrong path name when root dir is...
Frank Li [Sun, 11 Oct 2009 06:02:15 +0000 (14:02 +0800)]
Fixed issue #190: Access violation in Blame and wrong path name when root dir is git repository

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #183: Append svn:ignore settings to the default git exclude file
Frank Li [Sun, 27 Sep 2009 08:58:09 +0000 (16:58 +0800)]
Fixed issue #183: Append svn:ignore settings to the default git exclude file
Add shell extension command to import svn ignore settings.
Need press "Shift" key to show "import svn ignore" command.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd Reversfind return value check at submodule updater
Frank Li [Sun, 27 Sep 2009 07:53:27 +0000 (15:53 +0800)]
Add Reversfind return value check at submodule updater

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoDrop Copy Add basic work. But support drop file only.
Frank Li [Fri, 25 Sep 2009 02:50:36 +0000 (10:50 +0800)]
Drop Copy Add basic work. But support drop file only.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd Paste Command at shell extension.
Frank Li [Fri, 25 Sep 2009 02:12:21 +0000 (10:12 +0800)]
Add Paste Command at shell extension.
Copy and paste file is okay. But there are problems when including directory.
Cut and paste working.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #180: Create patch serial doesn't work when there is "\" at end of path
Frank Li [Fri, 25 Sep 2009 00:42:22 +0000 (08:42 +0800)]
Fixed issue #180: Create patch serial doesn't work when there is "\" at end of path

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoUpdate notepad2 to 4.022
Frank Li [Thu, 24 Sep 2009 15:01:24 +0000 (23:01 +0800)]
Update notepad2 to 4.022

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFix Drop Move\rename problem.
Frank Li [Sun, 20 Sep 2009 14:22:58 +0000 (22:22 +0800)]
Fix Drop Move\rename problem.

Actually it do nothing when drop move file

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #173: SVN Rebase does not work
Frank Li [Thu, 17 Sep 2009 12:50:36 +0000 (20:50 +0800)]
Fixed issue #173: SVN Rebase does not work
The correct handle below case
git config svn-remote.svn.fetch
myproject/trunk:refs/remotes/trunk

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoImplemented issue #162: Ability to sync submodules in TGit sync dialog.
Frank Li [Mon, 14 Sep 2009 15:27:50 +0000 (23:27 +0800)]
Implemented issue #162: Ability to sync submodules in TGit sync dialog.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #169: Force rebase checkbox is fixed
Frank Li [Sat, 12 Sep 2009 05:07:59 +0000 (13:07 +0800)]
Fixed issue #169: Force rebase checkbox is fixed

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd TGit.exe gitdll.dll and some library to install script
Frank Li [Fri, 11 Sep 2009 15:53:38 +0000 (23:53 +0800)]
Add TGit.exe gitdll.dll and some library to install script

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #163: Conflict "theirs" and "mine" are reversed during a rebase
Frank Li [Fri, 11 Sep 2009 15:52:57 +0000 (23:52 +0800)]
Fixed issue #163: Conflict "theirs" and "mine" are reversed during a rebase

Rebase cherry pick current branch to upstream.
So it need revert my version and their version at conflict editor

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoStatics: Sort commits by dates before processed by StatGraphDlg
Johan 't Hart [Thu, 10 Sep 2009 21:28:09 +0000 (23:28 +0200)]
Statics: Sort commits by dates before processed by StatGraphDlg

14 years agoRemove Sort HEAD of log dialog.
Frank Li [Thu, 10 Sep 2009 14:24:07 +0000 (22:24 +0800)]
Remove Sort HEAD of log dialog.

Log dialog don't support sort log. Sort log will break version tree.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #165: Incorect path to Notepad2
Frank Li [Thu, 10 Sep 2009 14:08:23 +0000 (22:08 +0800)]
Fixed issue #165: Incorect path to Notepad2

This problem happen when there are more than one .git at parent directory path.
 sOrigCWD is not useful for Tortoisegit. It should be g_Git.m_CurrentDir

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoShow <No branch> replace ref error message at log dialog
Frank Li [Thu, 10 Sep 2009 13:44:49 +0000 (21:44 +0800)]
Show <No branch> replace ref error message at log dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #158: Rebase can act on the wrong branch
Frank Li [Tue, 8 Sep 2009 14:52:34 +0000 (22:52 +0800)]
Fixed issue #158: Rebase can act on the wrong branch

Can't checkout current branch when fast forward case.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoMerge branch 'dev'
Frank Li [Mon, 7 Sep 2009 13:32:39 +0000 (21:32 +0800)]
Merge branch 'dev'

14 years agoAdd Check Software Updater support
Frank Li [Sun, 6 Sep 2009 07:53:51 +0000 (15:53 +0800)]
Add Check Software Updater support

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoUpdate version number to 1.0.2.0
Frank Li [Sun, 6 Sep 2009 03:49:21 +0000 (11:49 +0800)]
Update version number to 1.0.2.0

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoupdate tgit project
Frank Li [Sun, 6 Sep 2009 03:40:55 +0000 (11:40 +0800)]
update tgit project

14 years agoChange output path
Frank Li [Sat, 5 Sep 2009 05:53:01 +0000 (13:53 +0800)]
Change output path

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd gitdll and git test to solution file
Frank Li [Sat, 5 Sep 2009 05:42:06 +0000 (13:42 +0800)]
Add gitdll and git test to solution file

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoShow nothing rebase when local branch equal upstream at rebasedlg
Frank Li [Fri, 4 Sep 2009 15:50:35 +0000 (23:50 +0800)]
Show nothing rebase when local branch equal upstream at rebasedlg

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #157: Move progress dlg before rebase dialog SVN Rebase doesn't fast...
Frank Li [Fri, 4 Sep 2009 15:24:00 +0000 (23:24 +0800)]
Fixed issue #157: Move progress dlg before rebase dialog SVN Rebase doesn't fast-forward

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #157: SVN Rebase doesn't fast-forward
Frank Li [Fri, 4 Sep 2009 14:56:14 +0000 (22:56 +0800)]
Fixed issue #157: SVN Rebase doesn't fast-forward

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #155: Fix SVN Rebase sets upstream as remotes/trunk
Frank Li [Thu, 3 Sep 2009 12:41:31 +0000 (20:41 +0800)]
Fixed issue #155: Fix SVN Rebase sets upstream as remotes/trunk

miss setup upstream of rebase dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #155: SVN Rebase sets upstream as remotes/trunk
Frank Li [Wed, 2 Sep 2009 15:01:13 +0000 (23:01 +0800)]
Fixed issue #155: SVN Rebase sets upstream as remotes/trunk

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoUpdate version number and change log for 1.0.1.0 release
Frank Li [Sat, 29 Aug 2009 07:27:03 +0000 (15:27 +0800)]
Update version number and change log for 1.0.1.0 release

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd submodule libcurl tgit and zlib
Frank Li [Sat, 29 Aug 2009 06:58:56 +0000 (14:58 +0800)]
Add submodule libcurl tgit and zlib

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #151: need "stash pop" function and clear HasAdminDir HasGitSVN HashSubmo...
Frank Li [Fri, 28 Aug 2009 15:21:13 +0000 (23:21 +0800)]
Fixed issue #151: need "stash pop" function and clear HasAdminDir HasGitSVN HashSubmodule.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #150: When pushing, 'remote' should default to the tracked branch, or...
Frank Li [Fri, 28 Aug 2009 13:50:44 +0000 (21:50 +0800)]
Fixed issue #150: When pushing, 'remote' should default to the tracked branch, or empty

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoCommit Dialog ViewPatch Work
Frank Li [Mon, 24 Aug 2009 03:26:56 +0000 (11:26 +0800)]
Commit Dialog ViewPatch Work

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoStick Patch View basic work at
Frank Li [Sun, 23 Aug 2009 16:08:49 +0000 (00:08 +0800)]
Stick Patch View basic work at

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd Miss PatchViewDlg.cpp and PatchViewDlg.h
Frank Li [Sun, 23 Aug 2009 15:11:02 +0000 (23:11 +0800)]
Add Miss PatchViewDlg.cpp and PatchViewDlg.h

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoPatch view stick to commit dialog okay
Frank Li [Sun, 23 Aug 2009 14:54:13 +0000 (22:54 +0800)]
Patch view stick to commit dialog okay

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoAdd View Patch & Hide Patch at commit dialog
Frank Li [Sun, 23 Aug 2009 06:39:41 +0000 (14:39 +0800)]
Add View Patch & Hide Patch at commit dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoBold Subject at log dialog
Frank Li [Sat, 22 Aug 2009 16:03:17 +0000 (00:03 +0800)]
Bold Subject at log dialog

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoShow Line and Column Number at CommitDlg.cpp
Frank Li [Sat, 22 Aug 2009 15:27:16 +0000 (23:27 +0800)]
Show Line and Column Number at CommitDlg.cpp

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFix Pathwatcher thread can't stop when commitdlg exit.
Frank Li [Sat, 22 Aug 2009 06:30:17 +0000 (14:30 +0800)]
Fix Pathwatcher thread can't stop when commitdlg exit.

Patchwatcher thread can't exit will cause crash when commitdlg exit

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoCheck http_proxy environment.
Frank Li [Sat, 22 Aug 2009 05:51:47 +0000 (13:51 +0800)]
Check http_proxy environment.

If environment http_proxy setting,  don't use setting dialog proxy data.

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #147: Add ability to drop / view stash
Frank Li [Fri, 21 Aug 2009 14:12:25 +0000 (22:12 +0800)]
Fixed issue #147: Add ability to drop / view stash

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #144: Attaching message to a merge
Frank Li [Sat, 15 Aug 2009 06:33:10 +0000 (14:33 +0800)]
Fixed issue #144: Attaching message to a merge

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #139: "Format patch" with a range of revisions doesn't export the first...
Frank Li [Sat, 15 Aug 2009 05:30:15 +0000 (13:30 +0800)]
Fixed issue #139: "Format patch" with a range of revisions doesn't export the first revision in the range

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #131: Missing SVN DCommit Command
Frank Li [Fri, 14 Aug 2009 16:18:31 +0000 (00:18 +0800)]
Fixed issue #131: Missing SVN DCommit Command

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed Issue #137: Proxy Authentification fails
Frank Li [Fri, 14 Aug 2009 14:39:19 +0000 (22:39 +0800)]
Fixed Issue #137:  Proxy Authentification fails

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed Issue #141: Bizarre ordering in commit dialog?
Frank Li [Fri, 14 Aug 2009 13:52:43 +0000 (21:52 +0800)]
Fixed Issue #141:  Bizarre ordering in commit dialog?

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed Issue #138: "Format patch" in "Show log" dialog doesn't work
Frank Li [Fri, 14 Aug 2009 11:47:15 +0000 (19:47 +0800)]
Fixed Issue #138:  "Format patch" in "Show log" dialog doesn't work

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFix Issue #142: TortoiseGit Clone of SVN repo does not use PuTTY session for non...
Frank Li [Fri, 14 Aug 2009 11:26:27 +0000 (19:26 +0800)]
Fix Issue #142:  TortoiseGit Clone of SVN repo does not use PuTTY session for non-standard SSH port

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed Issue #135: Taskbar text says "TortoiseSVN"
Frank Li [Fri, 14 Aug 2009 02:17:03 +0000 (10:17 +0800)]
Fixed Issue #135:  Taskbar text says "TortoiseSVN"

Need clean manually.
HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFixed issue #140: Incorrect treatment of "Cancel" action on "Apply patch serial"...
Frank Li [Thu, 13 Aug 2009 15:02:09 +0000 (23:02 +0800)]
Fixed issue #140: Incorrect treatment of "Cancel" action on "Apply patch serial" command

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoMerge branch 'master' of git://github.com/Jopie64/tortoisegit
Frank Li [Thu, 13 Aug 2009 12:29:42 +0000 (20:29 +0800)]
Merge branch 'master' of git://github.com/Jopie64/tortoisegit

14 years agoFixed issue #133: (mv\rename problem) Command fails on folder with leading dash
Frank Li [Thu, 13 Aug 2009 07:42:11 +0000 (15:42 +0800)]
Fixed issue #133: (mv\rename  problem) Command fails on folder with leading dash
And -- to separate file and git options

Signed-off-by: Frank Li <lznuaa@gmail.com>
14 years agoFix some typos.
Johan 't Hart [Wed, 12 Aug 2009 19:37:52 +0000 (21:37 +0200)]
Fix some typos.

Require -> Requires
Come -> Comes

This fixes issue 134

14 years agoigit removed from path (no longer a submodule)
Johan 't Hart [Wed, 12 Aug 2009 19:07:34 +0000 (21:07 +0200)]
igit removed from path (no longer a submodule)