* [ANNOUNCE] tortoisegit 0.9.1.0
@ 2009-08-05 14:00 Frank Li
2009-08-07 5:25 ` Tim Harper
0 siblings, 1 reply; 5+ messages in thread
From: Frank Li @ 2009-08-05 14:00 UTC (permalink / raw)
To: git, tortoisegit-dev, tortoisegit-users, tortoisegit-announce,
tortoisegit
http://tortoisegit.googlecode.com/files/TortoiseGit-0.9.1.0-64bit.msi
http://tortoisegit.googlecode.com/files/TortoiseGit-0.9.1.0-32bit.msi
= Release 0.9.1.0 =
== Features ==
* Add Sync Dialog like TortoiseHg.
Put pull, fetch, push, apply patch and email patch together. You
can Know what change pull and push. Show changed file list.
* Enhance Rebase dialog. Add force rebase checkbox. Disable start
button when no item rebase. Don't show merge commit
* Add post action button for rebase dialog. Such as send patch by email
After rebase, you can click button to send patch email directly.
* Add launch rebase option at fetch dialog.
* Improve push dialog.
Default settings from local repositories pushing to remote
repository Choose track remote and remote branch! Add short-cut at
push dialog
Add "F5" refresh remote and branch info at push dialog
* Add Clean Untracked version type
User can choose clean untracked file, clean ignore file, clean all.
* Enhancement: "Git Clone" from SVN repository with additional start
revision number option (-r xxx:HEAD)
* Improve Commit dialog
Add recent message back to context menu.
The "Message" field of the Commit dialog should have a shortcut key
(Alt-M is a good choice)
Make "Whole project" directory checked by default when the user
commits in the root of the project.
When using "Commit" to also add files, if you forget to check the
new files and press "Ok", you get the dialog "Nothing Commit" and then
the whole Commit dialog closes. Keep the dialog open after this
message.
* Improve setting dialog
Settings: Git -> Remote: When creating the first remote, the
"Remote" should have "origin" as default.
Fix setting dialog remote page tab order
Push: When you press "Manage" under Destinations, the Settings
dialog opening should have "Git -> Remote" selected by default.
== Bug Fix ==
* Fixed issue #124: Incorrect Date header in patch e-mail
* Fixed issue #122: Garbage text in "Git Command Progress" /
suspected buffer overflow Improve commit speed when many added files.
* Fixed issue #121: Refresh in "Check for modifications" dialog
duplicates added state entries when new repository
* Fixed issue #71: (TortoiseProc problem)Icon Overlays don't work in
root of drive When m_CurrentDir =C:\, not C:, pathlist calulate
wrong.
* Fixed issue #116: SVN Rebase doesn't work
* Fixed issue #115: Windows XP: Initial "Git Clone..." from SVN
Repository doesn't work
* Fix "ESC" = "push" when after commit and Add Alt-P for Push
* Fixed issue #111: Undo Add does not work (keep added file) and
enable "F5" at revert dialog
* Fixed issue #109: clone on bare local repository fails Clear trail
slash \ or/
* Fixed issue #104: Doubleclicking changed submodule dir in Check For
Modifications dlg, crashes TGit Fix log dialog double click submodule
problem
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] tortoisegit 0.9.1.0
2009-08-05 14:00 [ANNOUNCE] tortoisegit 0.9.1.0 Frank Li
@ 2009-08-07 5:25 ` Tim Harper
2009-08-07 6:48 ` John Tapsell
0 siblings, 1 reply; 5+ messages in thread
From: Tim Harper @ 2009-08-07 5:25 UTC (permalink / raw)
To: Frank Li
Cc: git, tortoisegit-dev, tortoisegit-users, tortoisegit-announce,
tortoisegit
On Wed, Aug 5, 2009 at 8:00 AM, Frank Li<lznuaa@gmail.com> wrote:
> http://tortoisegit.googlecode.com/files/TortoiseGit-0.9.1.0-64bit.msi
> http://tortoisegit.googlecode.com/files/TortoiseGit-0.9.1.0-32bit.msi
>
> = Release 0.9.1.0 =
> == Features ==
>
> * Add Sync Dialog like TortoiseHg.
> Put pull, fetch, push, apply patch and email patch together. You
> can Know what change pull and push. Show changed file list.
>
> * Enhance Rebase dialog. Add force rebase checkbox. Disable start
> button when no item rebase. Don't show merge commit
>
> * Add post action button for rebase dialog. Such as send patch by email
> After rebase, you can click button to send patch email directly.
>
> * Add launch rebase option at fetch dialog.
>
> * Improve push dialog.
> Default settings from local repositories pushing to remote
> repository Choose track remote and remote branch! Add short-cut at
> push dialog
> Add "F5" refresh remote and branch info at push dialog
>
> * Add Clean Untracked version type
> User can choose clean untracked file, clean ignore file, clean all.
>
> * Enhancement: "Git Clone" from SVN repository with additional start
> revision number option (-r xxx:HEAD)
>
> * Improve Commit dialog
> Add recent message back to context menu.
> The "Message" field of the Commit dialog should have a shortcut key
> (Alt-M is a good choice)
> Make "Whole project" directory checked by default when the user
> commits in the root of the project.
> When using "Commit" to also add files, if you forget to check the
> new files and press "Ok", you get the dialog "Nothing Commit" and then
> the whole Commit dialog closes. Keep the dialog open after this
> message.
>
>
> * Improve setting dialog
> Settings: Git -> Remote: When creating the first remote, the
> "Remote" should have "origin" as default.
> Fix setting dialog remote page tab order
> Push: When you press "Manage" under Destinations, the Settings
> dialog opening should have "Git -> Remote" selected by default.
>
> == Bug Fix ==
> * Fixed issue #124: Incorrect Date header in patch e-mail
> * Fixed issue #122: Garbage text in "Git Command Progress" /
> suspected buffer overflow Improve commit speed when many added files.
> * Fixed issue #121: Refresh in "Check for modifications" dialog
> duplicates added state entries when new repository
> * Fixed issue #71: (TortoiseProc problem)Icon Overlays don't work in
> root of drive When m_CurrentDir =C:\, not C:, pathlist calulate
> wrong.
> * Fixed issue #116: SVN Rebase doesn't work
> * Fixed issue #115: Windows XP: Initial "Git Clone..." from SVN
> Repository doesn't work
> * Fix "ESC" = "push" when after commit and Add Alt-P for Push
> * Fixed issue #111: Undo Add does not work (keep added file) and
> enable "F5" at revert dialog
> * Fixed issue #109: clone on bare local repository fails Clear trail
> slash \ or/
> * Fixed issue #104: Doubleclicking changed submodule dir in Check For
> Modifications dlg, crashes TGit Fix log dialog double click submodule
> problem
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordo
mo info at http://vger.kernel.org/majordomo-info.html
>
Frank Li,
Thank you for your work on TortoiseGit. I feel more and more
confident recommending git to my winders friends because of it.
Tim
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] tortoisegit 0.9.1.0
2009-08-07 5:25 ` Tim Harper
@ 2009-08-07 6:48 ` John Tapsell
2009-08-07 16:24 ` Sverre Rabbelier
0 siblings, 1 reply; 5+ messages in thread
From: John Tapsell @ 2009-08-07 6:48 UTC (permalink / raw)
To: Tim Harper
Cc: Frank Li, git, tortoisegit-dev, tortoisegit-users,
tortoisegit-announce, tortoisegit
How hard would it be to port this to KDE?
What would be involved?
John
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] tortoisegit 0.9.1.0
2009-08-07 6:48 ` John Tapsell
@ 2009-08-07 16:24 ` Sverre Rabbelier
2009-08-08 3:31 ` Frank Li
0 siblings, 1 reply; 5+ messages in thread
From: Sverre Rabbelier @ 2009-08-07 16:24 UTC (permalink / raw)
To: John Tapsell, Johannes Schindelin
Cc: Tim Harper, Frank Li, git, tortoisegit-dev, tortoisegit-users,
tortoisegit-announce, tortoisegit
Heya,
On Thu, Aug 6, 2009 at 23:48, John Tapsell<johnflux@gmail.com> wrote:
> How hard would it be to port this to KDE?
Impossible.
> What would be involved?
Port all Windows specific code; instead, you should have a look at
git-cheetah, which aims to do the same thing, only platform agnostic.
--
Cheers,
Sverre Rabbelier
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] tortoisegit 0.9.1.0
2009-08-07 16:24 ` Sverre Rabbelier
@ 2009-08-08 3:31 ` Frank Li
0 siblings, 0 replies; 5+ messages in thread
From: Frank Li @ 2009-08-08 3:31 UTC (permalink / raw)
To: Sverre Rabbelier
Cc: John Tapsell, Johannes Schindelin, Tim Harper, git,
tortoisegit-dev, tortoisegit-users, tortoisegit-announce,
tortoisegit
TortoiseGit.DLL that explorer plug-in is not biggest problem.
The biggest problem is TortoiseProc.exe, which is inclued all GUI,
such commit, diff, log view...
TortoiseGit.Dll just launch TortoiseProc.exe to do actuall operation.
git-cheetah just is equal TortoiseGit.DLL.
2009/8/8 Sverre Rabbelier <srabbelier@gmail.com>:
> Heya,
>
> On Thu, Aug 6, 2009 at 23:48, John Tapsell<johnflux@gmail.com> wrote:
>> How hard would it be to port this to KDE?
>
> Impossible.
>
>> What would be involved?
>
> Port all Windows specific code; instead, you should have a look at
> git-cheetah, which aims to do the same thing, only platform agnostic.
>
> --
> Cheers,
>
> Sverre Rabbelier
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-08-08 3:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05 14:00 [ANNOUNCE] tortoisegit 0.9.1.0 Frank Li
2009-08-07 5:25 ` Tim Harper
2009-08-07 6:48 ` John Tapsell
2009-08-07 16:24 ` Sverre Rabbelier
2009-08-08 3:31 ` Frank Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).