* Announcement: Git Extensions stable (windows shell extensions)
@ 2008-12-17 19:06 Henk
2008-12-17 19:23 ` Sverre Rabbelier
` (3 more replies)
0 siblings, 4 replies; 11+ messages in thread
From: Henk @ 2008-12-17 19:06 UTC (permalink / raw)
To: git
This is a shameless announcement of my latest personal project; Git
Extensions. Git Extensions is a Tortoise-like windows shell extension for
git. Yesterday I finished version 0.9, the first stable release. I included
about all git commands I know about, so I think it is pretty complete but
I'm open to suggestions.
It is written mostly in C#, except for shell extension part which is written
in C++. The project is open source, the sources can be found on GitHub. In
case there is someone interrested in the sources, be warned; the sources are
not very well documented yet and the solution is a still bit messy, I will
clean this up very soon.
Main features
- Shell extensions
- Visual studio plugin
- Seperate git application
Features:
- Browse repository (incl. visual graph)
- Add files
- Apply patch
- Checkout branch/revision
- Cherry pick
- Create branch/tag
- Delete branch/tag
- Clone
- Commit
- Create (format) patch
- Init new repository
- Merge branches
- Pull
- Push
- Run mergetool
- Stash
- View differences
Information about the project and a installer package can be found here:
http://sourceforge.net/projects/gitextensions/
The installation requires msysgit to be installed AND git.exe to in the
system path.
ps.
I know there is a TortoiseGit project also, I just didn't know about that at
the time I started. If I knew about TortoiseGit, I probably never started
writing my own tool.
--
View this message in context: http://n2.nabble.com/Announcement%3A-Git-Extensions-stable-%28windows-shell-extensions%29-tp1669264p1669264.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Announcement: Git Extensions stable (windows shell extensions)
2008-12-17 19:06 Announcement: Git Extensions stable (windows shell extensions) Henk
@ 2008-12-17 19:23 ` Sverre Rabbelier
2008-12-17 19:51 ` tekkub
` (2 subsequent siblings)
3 siblings, 0 replies; 11+ messages in thread
From: Sverre Rabbelier @ 2008-12-17 19:23 UTC (permalink / raw)
To: Henk; +Cc: git
On Wed, Dec 17, 2008 at 20:06, Henk <henk_westhuis@hotmail.com> wrote:
> I know there is a TortoiseGit project also, I just didn't know about that at
> the time I started. If I knew about TortoiseGit, I probably never started
> writing my own tool.
It seems TortoiseGit started only recently and is not nearly as
feature-complete as Git Extensions, so I wouldn't feel too bad in that
regard ;).
--
Cheers,
Sverre Rabbelier
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Announcement: Git Extensions stable (windows shell extensions)
2008-12-17 19:06 Announcement: Git Extensions stable (windows shell extensions) Henk
2008-12-17 19:23 ` Sverre Rabbelier
@ 2008-12-17 19:51 ` tekkub
2008-12-17 20:56 ` Henk
2008-12-17 20:04 ` Tim Visher
2008-12-18 0:53 ` Geoffrey Lee
3 siblings, 1 reply; 11+ messages in thread
From: tekkub @ 2008-12-17 19:51 UTC (permalink / raw)
To: git
Very nice, however I ran into the following error while trying to install:
http://www.flickr.com/photos/26681170@N03/3115836831/
Can't wait to try it out!
--tek
Henk wrote:
>
> This is a shameless announcement of my latest personal project; Git
> Extensions. Git Extensions is a Tortoise-like windows shell extension for
> git. Yesterday I finished version 0.9, the first stable release. I
> included about all git commands I know about, so I think it is pretty
> complete but I'm open to suggestions.
>
> It is written mostly in C#, except for shell extension part which is
> written in C++. The project is open source, the sources can be found on
> GitHub. In case there is someone interrested in the sources, be warned;
> the sources are not very well documented yet and the solution is a still
> bit messy, I will clean this up very soon.
>
> Main features
> - Shell extensions
> - Visual studio plugin
> - Seperate git application
>
> Features:
> - Browse repository (incl. visual graph)
> - Add files
> - Apply patch
> - Checkout branch/revision
> - Cherry pick
> - Create branch/tag
> - Delete branch/tag
> - Clone
> - Commit
> - Create (format) patch
> - Init new repository
> - Merge branches
> - Pull
> - Push
> - Run mergetool
> - Stash
> - View differences
>
> Information about the project and a installer package can be found here:
> http://sourceforge.net/projects/gitextensions/
> The installation requires msysgit to be installed AND git.exe to in the
> system path.
>
> ps.
> I know there is a TortoiseGit project also, I just didn't know about that
> at the time I started. If I knew about TortoiseGit, I probably never
> started writing my own tool.
>
--
View this message in context: http://n2.nabble.com/Announcement%3A-Git-Extensions-stable-%28windows-shell-extensions%29-tp1669264p1669467.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Announcement: Git Extensions stable (windows shell extensions)
2008-12-17 19:06 Announcement: Git Extensions stable (windows shell extensions) Henk
2008-12-17 19:23 ` Sverre Rabbelier
2008-12-17 19:51 ` tekkub
@ 2008-12-17 20:04 ` Tim Visher
2008-12-18 1:57 ` Frank Li
2008-12-18 0:53 ` Geoffrey Lee
3 siblings, 1 reply; 11+ messages in thread
From: Tim Visher @ 2008-12-17 20:04 UTC (permalink / raw)
To: Henk; +Cc: git
On Wed, Dec 17, 2008 at 2:06 PM, Henk <henk_westhuis@hotmail.com> wrote:
>
> This is a shameless announcement of my latest personal project; Git
> Extensions. Git Extensions is a Tortoise-like windows shell extension for
> git. Yesterday I finished version 0.9, the first stable release. I included
> about all git commands I know about, so I think it is pretty complete but
> I'm open to suggestions.
Nice! With all of this TortoiseGit-like activity we're bound to have
something pretty usable pretty quickly! :) I'll have to check out the
sources soon and see if I can get involved. Maybe any of the
developers who were planning on working on TortoiseGit could
officially move over to Git Extensions since it seems to be much
further along?
--
In Christ,
Timmy V.
http://burningones.com/
http://five.sentenc.es/ - Spend less time on e-mail
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Announcement: Git Extensions stable (windows shell extensions)
2008-12-17 20:04 ` Tim Visher
@ 2008-12-18 1:57 ` Frank Li
2008-12-18 8:09 ` Henk
0 siblings, 1 reply; 11+ messages in thread
From: Frank Li @ 2008-12-18 1:57 UTC (permalink / raw)
To: Tim Visher; +Cc: Henk, git
Great Work!
TortoiseGit start late. But it reuse many TortoiseSVN work.
I believe TortoiseGit can catch.
Best regards
Frank Li
2008/12/18 Tim Visher <tim.visher@gmail.com>:
> On Wed, Dec 17, 2008 at 2:06 PM, Henk <henk_westhuis@hotmail.com> wrote:
>>
>> This is a shameless announcement of my latest personal project; Git
>> Extensions. Git Extensions is a Tortoise-like windows shell extension for
>> git. Yesterday I finished version 0.9, the first stable release. I included
>> about all git commands I know about, so I think it is pretty complete but
>> I'm open to suggestions.
>
> Nice! With all of this TortoiseGit-like activity we're bound to have
> something pretty usable pretty quickly! :) I'll have to check out the
> sources soon and see if I can get involved. Maybe any of the
> developers who were planning on working on TortoiseGit could
> officially move over to Git Extensions since it seems to be much
> further along?
>
> --
>
> In Christ,
>
> Timmy V.
>
> http://burningones.com/
> http://five.sentenc.es/ - Spend less time on e-mail
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Announcement: Git Extensions stable (windows shell extensions)
2008-12-18 1:57 ` Frank Li
@ 2008-12-18 8:09 ` Henk
2008-12-18 8:36 ` Sverre Rabbelier
0 siblings, 1 reply; 11+ messages in thread
From: Henk @ 2008-12-18 8:09 UTC (permalink / raw)
To: git
If you have problems during development, please ask, I might allready
encountered some. Especially when you are starting on the features that need
userinteraction like push/pull/clone/mergetool. These cannot just be run as
a command and catching the standard output. In the version of GitExtensions
I published I just run the commands, but I allready have a prototype build
in c# combined with some c++ that directly calls some (exported) Git
functions. Just executing git.exe is the fastest way of creating a gui, but
its not the best way of doiing things.
Li Frank wrote:
>
> Great Work!
> TortoiseGit start late. But it reuse many TortoiseSVN work.
> I believe TortoiseGit can catch.
>
--
View this message in context: http://n2.nabble.com/Announcement%3A-Git-Extensions-stable-%28windows-shell-extensions%29-tp1669264p1672012.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Announcement: Git Extensions stable (windows shell extensions)
2008-12-18 8:09 ` Henk
@ 2008-12-18 8:36 ` Sverre Rabbelier
[not found] ` <1976ea660812180540g5efbcb42oe498503216d8a3c9@mail.gmail.com>
0 siblings, 1 reply; 11+ messages in thread
From: Sverre Rabbelier @ 2008-12-18 8:36 UTC (permalink / raw)
To: Henk; +Cc: git
On Thu, Dec 18, 2008 at 09:09, Henk <henk_westhuis@hotmail.com> wrote:
> If you have problems during development, please ask, I might allready
> encountered some. Especially when you are starting on the features that need
> userinteraction like push/pull/clone/mergetool. These cannot just be run as
> a command and catching the standard output. In the version of GitExtensions
> I published I just run the commands, but I allready have a prototype build
> in c# combined with some c++ that directly calls some (exported) Git
> functions. Just executing git.exe is the fastest way of creating a gui, but
> its not the best way of doiing things.
Perhaps you could consider contributing to libgit2 for this purpose, I
reckon C# has some way to import C libraries, yes?
--
Cheers,
Sverre Rabbelier
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Announcement: Git Extensions stable (windows shell extensions)
2008-12-17 19:06 Announcement: Git Extensions stable (windows shell extensions) Henk
` (2 preceding siblings ...)
2008-12-17 20:04 ` Tim Visher
@ 2008-12-18 0:53 ` Geoffrey Lee
3 siblings, 0 replies; 11+ messages in thread
From: Geoffrey Lee @ 2008-12-18 0:53 UTC (permalink / raw)
To: Henk; +Cc: git
On Wed, Dec 17, 2008 at 11:06 AM, Henk <henk_westhuis@hotmail.com> wrote:
>
> This is a shameless announcement of my latest personal project; Git
> Extensions. Git Extensions is a Tortoise-like windows shell extension for
> git. Yesterday I finished version 0.9, the first stable release. I included
> about all git commands I know about, so I think it is pretty complete but
> I'm open to suggestions.
I'm curious... How are you dealing with Windows' low limit on icon
overlay handlers? TortoiseSVN already hits the system limit, hence
their development of TortoiseOverlay to provide a common icon overlay
handler for all the Tortoise* projects. Have you gotten GitExtensions
to work side-by-side with TortoiseSVN? You might want to take a look
at this document, username "guest" and no password:
http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/src/TortoiseOverlays/Documentation.txt
-Geoffrey Lee
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2008-12-19 10:37 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 19:06 Announcement: Git Extensions stable (windows shell extensions) Henk
2008-12-17 19:23 ` Sverre Rabbelier
2008-12-17 19:51 ` tekkub
2008-12-17 20:56 ` Henk
2008-12-19 10:36 ` Peter Krefting
2008-12-17 20:04 ` Tim Visher
2008-12-18 1:57 ` Frank Li
2008-12-18 8:09 ` Henk
2008-12-18 8:36 ` Sverre Rabbelier
[not found] ` <1976ea660812180540g5efbcb42oe498503216d8a3c9@mail.gmail.com>
2008-12-18 13:44 ` Sverre Rabbelier
2008-12-18 0:53 ` Geoffrey Lee
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).