* Git-1.6.0.2-preview20080921 on Windows
@ 2008-09-21 17:30 Steffen Prohaska
2008-09-21 17:33 ` [CORRECTION] " Steffen Prohaska
` (2 more replies)
0 siblings, 3 replies; 20+ messages in thread
From: Steffen Prohaska @ 2008-09-21 17:30 UTC (permalink / raw)
To: msysGit, Git Mailing List
Git-1.6.0.2-preview20080921 for Windows is available at
http://code.google.com/p/msysgit/downloads
The version installed is based on Junio's current 'maint' (cc185a6a8a)
plus the patch series I sent today, see
http://article.gmane.org/gmane.comp.version-control.git/92605
The new installer is not yet featured on the msysgit homepage, because
the installer contains the new "libexec/git-core" layout, which has not
been tested much. I'll wait a few days to see if the new layout works.
If hear nothing bad, I'll move the "Featured" flag to 1.6.0.2.
Steffen
^ permalink raw reply [flat|nested] 20+ messages in thread
* [CORRECTION] Git-1.6.0.2-preview20080921 on Windows
2008-09-21 17:30 Git-1.6.0.2-preview20080921 on Windows Steffen Prohaska
@ 2008-09-21 17:33 ` Steffen Prohaska
2008-09-22 8:41 ` Peter Krefting
` (2 more replies)
2008-09-21 18:19 ` Git-1.6.0.2-preview20080921 on Windows Alexander Gavrilov
2008-09-21 19:07 ` Jakub Narebski
2 siblings, 3 replies; 20+ messages in thread
From: Steffen Prohaska @ 2008-09-21 17:33 UTC (permalink / raw)
To: msysGit, Git Mailing List
Git-1.6.0.2-preview20080921 for Windows is available at
http://code.google.com/p/msysgit/downloads
The version installed is based on Junio's current 'maint' (cc185a6a8a)
plus the patch series I sent today, see
http://article.gmane.org/gmane.comp.version-control.git/96409
The new installer is not yet featured on the msysgit homepage, because
the installer contains the new "libexec/git-core" layout, which has not
been tested much. I'll wait a few days to see if the new layout works.
If hear nothing bad, I'll move the "Featured" flag to 1.6.0.2.
Steffen
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Git-1.6.0.2-preview20080921 on Windows
2008-09-21 17:30 Git-1.6.0.2-preview20080921 on Windows Steffen Prohaska
2008-09-21 17:33 ` [CORRECTION] " Steffen Prohaska
@ 2008-09-21 18:19 ` Alexander Gavrilov
2008-09-22 5:46 ` Steffen Prohaska
2008-09-21 19:07 ` Jakub Narebski
2 siblings, 1 reply; 20+ messages in thread
From: Alexander Gavrilov @ 2008-09-21 18:19 UTC (permalink / raw)
To: Steffen Prohaska; +Cc: msysGit, Git Mailing List
On Sun, Sep 21, 2008 at 9:30 PM, Steffen Prohaska <prohaska@zib.de> wrote:
> Git-1.6.0.2-preview20080921 for Windows is available at
>
> http://code.google.com/p/msysgit/downloads
>
> The version installed is based on Junio's current 'maint' (cc185a6a8a)
> plus the patch series I sent today, see
>
> http://article.gmane.org/gmane.comp.version-control.git/92605
>
> The new installer is not yet featured on the msysgit homepage, because
> the installer contains the new "libexec/git-core" layout, which has not
> been tested much. I'll wait a few days to see if the new layout works.
> If hear nothing bad, I'll move the "Featured" flag to 1.6.0.2.
You forgot to merge my build of the Cygwin kill utility for MSys.
Available here:
http://repo.or.cz/w/msysgit.git?a=log;h=refs/heads/mob
Also, when I start git-gui from an empty repository, or try to amend
the root commit, I get:
Assertion failed: argv0_path, file exec_cmd.c, line 15
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Assertion failed: argv0_path, file exec_cmd.c, line 15
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
while executing
"exec {C:/Program Files/Git/libexec/git-core/git-mktree.exe} << {}"
("eval" body line 1)
invoked from within
"eval exec $opt $cmdp $args"
(procedure "git" line 23)
invoked from within
"git mktree << {}"
(procedure "PARENT" line 9)
invoked from within
"PARENT"
(procedure "rescan_stage2" line 25)
invoked from within
"rescan_stage2 filebf7840 ui_ready"
I get the same error if I simply run 'git mktree' as well.
Alexander
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Git-1.6.0.2-preview20080921 on Windows
2008-09-21 17:30 Git-1.6.0.2-preview20080921 on Windows Steffen Prohaska
2008-09-21 17:33 ` [CORRECTION] " Steffen Prohaska
2008-09-21 18:19 ` Git-1.6.0.2-preview20080921 on Windows Alexander Gavrilov
@ 2008-09-21 19:07 ` Jakub Narebski
2008-09-22 5:51 ` Steffen Prohaska
2 siblings, 1 reply; 20+ messages in thread
From: Jakub Narebski @ 2008-09-21 19:07 UTC (permalink / raw)
To: Steffen Prohaska; +Cc: msysGit, Git Mailing List
Steffen Prohaska <prohaska@zib.de> writes:
> Git-1.6.0.2-preview20080921 for Windows is available at
>
> http://code.google.com/p/msysgit/downloads
Wouldn't it be better if this email had [ANNOUNCE] in the subject, to
be catched by mail2rss thingy that feeds Ohloh page for Git?
--
Jakub Narebski
Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Git-1.6.0.2-preview20080921 on Windows
2008-09-21 18:19 ` Git-1.6.0.2-preview20080921 on Windows Alexander Gavrilov
@ 2008-09-22 5:46 ` Steffen Prohaska
0 siblings, 0 replies; 20+ messages in thread
From: Steffen Prohaska @ 2008-09-22 5:46 UTC (permalink / raw)
To: Alexander Gavrilov; +Cc: msysGit, Git Mailing List
On Sep 21, 2008, at 8:19 PM, Alexander Gavrilov wrote:
> On Sun, Sep 21, 2008 at 9:30 PM, Steffen Prohaska <prohaska@zib.de>
> wrote:
>> Git-1.6.0.2-preview20080921 for Windows is available at
>>
>> http://code.google.com/p/msysgit/downloads
>>
>> The version installed is based on Junio's current
>> 'maint' (cc185a6a8a)
>> plus the patch series I sent today, see
>>
>> http://article.gmane.org/gmane.comp.version-control.git/92605
>>
>> The new installer is not yet featured on the msysgit homepage,
>> because
>> the installer contains the new "libexec/git-core" layout, which has
>> not
>> been tested much. I'll wait a few days to see if the new layout
>> works.
>> If hear nothing bad, I'll move the "Featured" flag to 1.6.0.2.
>
> You forgot to merge my build of the Cygwin kill utility for MSys.
> Available here:
>
> http://repo.or.cz/w/msysgit.git?a=log;h=refs/heads/mob
Apologies. I'll include it in the next release.
> Also, when I start git-gui from an empty repository, or try to amend
> the root commit, I get:
>
[...]
>
> I get the same error if I simply run 'git mktree' as well.
This is fixed by:
diff --git a/mktree.c b/mktree.c
index e0da110..9545c96 100644
--- a/mktree.c
+++ b/mktree.c
@@ -70,6 +70,9 @@ int main(int ac, char **av)
unsigned char sha1[20];
int line_termination = '\n';
+ if (argv[0] && *argv[0])
+ git_extract_argv0_path(argv[0]);
+
setup_git_directory();
while ((1 < ac) && av[1][0] == '-') {
I'll create an updated installer soon.
Steffen
^ permalink raw reply related [flat|nested] 20+ messages in thread
* Re: Git-1.6.0.2-preview20080921 on Windows
2008-09-21 19:07 ` Jakub Narebski
@ 2008-09-22 5:51 ` Steffen Prohaska
0 siblings, 0 replies; 20+ messages in thread
From: Steffen Prohaska @ 2008-09-22 5:51 UTC (permalink / raw)
To: Jakub Narebski; +Cc: msysGit, Git Mailing List
On Sep 21, 2008, at 9:07 PM, Jakub Narebski wrote:
> Steffen Prohaska <prohaska@zib.de> writes:
>
>> Git-1.6.0.2-preview20080921 for Windows is available at
>>
>> http://code.google.com/p/msysgit/downloads
>
> Wouldn't it be better if this email had [ANNOUNCE] in the subject, to
> be catched by mail2rss thingy that feeds Ohloh page for Git?
Your are right.
Steffen
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [CORRECTION] Git-1.6.0.2-preview20080921 on Windows
2008-09-21 17:33 ` [CORRECTION] " Steffen Prohaska
@ 2008-09-22 8:41 ` Peter Krefting
2008-09-22 10:18 ` Frederik Hohlfeld
2008-09-22 15:56 ` Johan Herland
2008-09-23 6:09 ` [ANNOUNCE] Git-1.6.0.2-preview20080923 Steffen Prohaska
2 siblings, 1 reply; 20+ messages in thread
From: Peter Krefting @ 2008-09-22 8:41 UTC (permalink / raw)
To: Steffen Prohaska; +Cc: msysGit, Git Mailing List
Steffen Prohaska:
> Git-1.6.0.2-preview20080921 for Windows is available at
> http://code.google.com/p/msysgit/downloads
Thank you!
After installing and running some simple tests (some command line
commands, git gui, gitk), everything seems to be working just fine.
One minor detail that would be nice to get fixed is in the installer --
it forgets the some of choices I made last time I installed Git. The
install path and icon creation is saved, but I need to select "Run from
Windows command line" and "Use PLink" manually even though I selected
them last time.
--
\\// Peter - http://www.softwolves.pp.se/
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [CORRECTION] Git-1.6.0.2-preview20080921 on Windows
2008-09-22 8:41 ` Peter Krefting
@ 2008-09-22 10:18 ` Frederik Hohlfeld
2008-09-23 5:08 ` Peter Krefting
0 siblings, 1 reply; 20+ messages in thread
From: Frederik Hohlfeld @ 2008-09-22 10:18 UTC (permalink / raw)
To: git
Hi
Peter Krefting <peter <at> softwolves.pp.se> writes:
>
> Steffen Prohaska:
>
> > Git-1.6.0.2-preview20080921 for Windows is available at
> > http://code.google.com/p/msysgit/downloads
>
> Thank you!
>
> After installing and running some simple tests (some command line
> commands, git gui, gitk), everything seems to be working just fine.
Do I understand it right, that this is also without working git-svn (or maybe
even without git-svn at all)?
Thanks anyway to the msysgit people for the new Windows build.
Frederik Hohlfeld
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [CORRECTION] Git-1.6.0.2-preview20080921 on Windows
2008-09-21 17:33 ` [CORRECTION] " Steffen Prohaska
2008-09-22 8:41 ` Peter Krefting
@ 2008-09-22 15:56 ` Johan Herland
2008-09-23 6:09 ` [ANNOUNCE] Git-1.6.0.2-preview20080923 Steffen Prohaska
2 siblings, 0 replies; 20+ messages in thread
From: Johan Herland @ 2008-09-22 15:56 UTC (permalink / raw)
To: Steffen Prohaska; +Cc: git, msysGit
On Sunday 21 September 2008, Steffen Prohaska wrote:
> Git-1.6.0.2-preview20080921 for Windows is available at
>
> [...]
This version fails for me when trying to use the bundled ssh.exe. I get
a dialog saying:
This application has failed to start because msys-crypto-0.9.8.dll
was not found. Re-installing the application may fix the problem.
I get this both when starting ssh manually, and when started from
e.g. "git clone".
Before installing the above version, I _uninstalled_ the previous
version. If i _don't_ uninstall the previous version, and instead
install this one on top of the old one, everything seems to work
correctly.
...Johan
--
Johan Herland, <johan@herland.net>
www.herland.net
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [CORRECTION] Git-1.6.0.2-preview20080921 on Windows
2008-09-22 10:18 ` Frederik Hohlfeld
@ 2008-09-23 5:08 ` Peter Krefting
0 siblings, 0 replies; 20+ messages in thread
From: Peter Krefting @ 2008-09-23 5:08 UTC (permalink / raw)
To: Frederik Hohlfeld; +Cc: git
Frederik Hohlfeld:
> Do I understand it right, that this is also without working git-svn (or
> maybe even without git-svn at all)?
Yes, like the previous releases, git-svn is not included in the build. There
is an older release availabe which has a git-svn in it, but it says that it
doesn't quite work right. I guess it needs a volunteer to look at it and
figure out how to fix it...
--
\\// Peter - http://www.softwolves.pp.se/
^ permalink raw reply [flat|nested] 20+ messages in thread
* [ANNOUNCE] Git-1.6.0.2-preview20080923
2008-09-21 17:33 ` [CORRECTION] " Steffen Prohaska
2008-09-22 8:41 ` Peter Krefting
2008-09-22 15:56 ` Johan Herland
@ 2008-09-23 6:09 ` Steffen Prohaska
2008-09-23 7:57 ` Peter Krefting
` (6 more replies)
2 siblings, 7 replies; 20+ messages in thread
From: Steffen Prohaska @ 2008-09-23 6:09 UTC (permalink / raw)
To: msysGit, Git Mailing List
On Sep 21, 2008, at 7:33 PM, Steffen Prohaska wrote:
> Git-1.6.0.2-preview20080921 for Windows is available at
>
> http://code.google.com/p/msysgit/downloads
I updated the installer to Git-1.6.0.2-preview20080923.
The problems reported on the mailing list during the
last two days should be fixed.
I apologize for the quality of Git-1.6.0.2-preview20080921.
It was unacceptable.
Steffen
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ANNOUNCE] Git-1.6.0.2-preview20080923
2008-09-23 6:09 ` [ANNOUNCE] Git-1.6.0.2-preview20080923 Steffen Prohaska
@ 2008-09-23 7:57 ` Peter Krefting
2008-09-23 8:51 ` Christian MICHON
` (5 subsequent siblings)
6 siblings, 0 replies; 20+ messages in thread
From: Peter Krefting @ 2008-09-23 7:57 UTC (permalink / raw)
To: Steffen Prohaska; +Cc: msysGit, Git Mailing List
Steffen Prohaska:
> The problems reported on the mailing list during the last two days
> should be fixed.
Works without crashing for me now. The installer issue is still there,
but I guess it takes another iteration to get to work (i.e, next time I
install?)
> I apologize for the quality of Git-1.6.0.2-preview20080921.
> It was unacceptable.
Nah, that's the joy of being first to test software :-) Nothing broke,
just a few things that didn't quite work as expected, so no worries.
Thanks for doing the job of publishing, fixing and republishing!
--
\\// Peter - http://www.softwolves.pp.se/
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ANNOUNCE] Git-1.6.0.2-preview20080923
2008-09-23 6:09 ` [ANNOUNCE] Git-1.6.0.2-preview20080923 Steffen Prohaska
2008-09-23 7:57 ` Peter Krefting
@ 2008-09-23 8:51 ` Christian MICHON
2008-09-23 9:36 ` Johannes Schindelin
` (4 subsequent siblings)
6 siblings, 0 replies; 20+ messages in thread
From: Christian MICHON @ 2008-09-23 8:51 UTC (permalink / raw)
To: Steffen Prohaska; +Cc: msysGit, Git Mailing List
On Tue, Sep 23, 2008 at 8:09 AM, Steffen Prohaska <prohaska@zib.de> wrote:
> On Sep 21, 2008, at 7:33 PM, Steffen Prohaska wrote:
>
>> Git-1.6.0.2-preview20080921 for Windows is available at
>>
>> http://code.google.com/p/msysgit/downloads
>
>
> I updated the installer to Git-1.6.0.2-preview20080923.
> The problems reported on the mailing list during the
> last two days should be fixed.
>
> I apologize for the quality of Git-1.6.0.2-preview20080921.
> It was unacceptable.
>
> Steffen
working fine now on existing or new repositories.
good work!
--
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ANNOUNCE] Git-1.6.0.2-preview20080923
2008-09-23 6:09 ` [ANNOUNCE] Git-1.6.0.2-preview20080923 Steffen Prohaska
2008-09-23 7:57 ` Peter Krefting
2008-09-23 8:51 ` Christian MICHON
@ 2008-09-23 9:36 ` Johannes Schindelin
2008-09-23 12:09 ` Lee Henson
` (3 subsequent siblings)
6 siblings, 0 replies; 20+ messages in thread
From: Johannes Schindelin @ 2008-09-23 9:36 UTC (permalink / raw)
To: Steffen Prohaska; +Cc: msysGit, Git Mailing List
Hi,
On Tue, 23 Sep 2008, Steffen Prohaska wrote:
> I apologize for the quality of Git-1.6.0.2-preview20080921.
> It was unacceptable.
No, that is too harsh. There is some meaning in the infix "preview", and
given that you gave everybody (me included, I have to admit) the chance to
work on this installer earlier, there is nothing to apologize for.
Ciao,
Dscho
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ANNOUNCE] Git-1.6.0.2-preview20080923
2008-09-23 6:09 ` [ANNOUNCE] Git-1.6.0.2-preview20080923 Steffen Prohaska
` (2 preceding siblings ...)
2008-09-23 9:36 ` Johannes Schindelin
@ 2008-09-23 12:09 ` Lee Henson
2008-09-23 13:54 ` Johan Herland
` (2 subsequent siblings)
6 siblings, 0 replies; 20+ messages in thread
From: Lee Henson @ 2008-09-23 12:09 UTC (permalink / raw)
To: prohaska; +Cc: msysGit, Git Mailing List
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
Thanks Steffen.
2008/9/23 Steffen Prohaska <prohaska@zib.de>
>
> On Sep 21, 2008, at 7:33 PM, Steffen Prohaska wrote:
>
> > Git-1.6.0.2-preview20080921 for Windows is available at
> >
> > http://code.google.com/p/msysgit/downloads
>
>
> I updated the installer to Git-1.6.0.2-preview20080923.
> The problems reported on the mailing list during the
> last two days should be fixed.
>
> I apologize for the quality of Git-1.6.0.2-preview20080921.
> It was unacceptable.
>
> Steffen
>
[-- Attachment #2: Type: text/html, Size: 940 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ANNOUNCE] Git-1.6.0.2-preview20080923
2008-09-23 6:09 ` [ANNOUNCE] Git-1.6.0.2-preview20080923 Steffen Prohaska
` (3 preceding siblings ...)
2008-09-23 12:09 ` Lee Henson
@ 2008-09-23 13:54 ` Johan Herland
2008-09-23 15:28 ` Tor Arvid Lund
2008-09-23 17:51 ` Eric Raible
2008-09-26 9:27 ` Peter Krefting
6 siblings, 1 reply; 20+ messages in thread
From: Johan Herland @ 2008-09-23 13:54 UTC (permalink / raw)
To: git; +Cc: Steffen Prohaska, msysGit
On Tuesday 23 September 2008, Steffen Prohaska wrote:
> On Sep 21, 2008, at 7:33 PM, Steffen Prohaska wrote:
> > Git-1.6.0.2-preview20080921 for Windows is available at
> >
> > http://code.google.com/p/msysgit/downloads
>
> I updated the installer to Git-1.6.0.2-preview20080923.
> The problems reported on the mailing list during the
> last two days should be fixed.
Confirmed. SSH works again. :)
> I apologize for the quality of Git-1.6.0.2-preview20080921.
> It was unacceptable.
You have absolutely nothing to apologize for. I highly appreciate the
effort you and others put into msysGit. :)
Have fun!
...Johan
--
Johan Herland, <johan@herland.net>
www.herland.net
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ANNOUNCE] Git-1.6.0.2-preview20080923
2008-09-23 13:54 ` Johan Herland
@ 2008-09-23 15:28 ` Tor Arvid Lund
0 siblings, 0 replies; 20+ messages in thread
From: Tor Arvid Lund @ 2008-09-23 15:28 UTC (permalink / raw)
To: Steffen Prohaska; +Cc: git, Johan Herland, msysGit
On Tue, Sep 23, 2008 at 3:54 PM, Johan Herland <johan@herland.net> wrote:
> On Tuesday 23 September 2008, Steffen Prohaska wrote:
>> On Sep 21, 2008, at 7:33 PM, Steffen Prohaska wrote:
>> > Git-1.6.0.2-preview20080921 for Windows is available at
>> >
>> > http://code.google.com/p/msysgit/downloads
>>
>> I updated the installer to Git-1.6.0.2-preview20080923.
>> The problems reported on the mailing list during the
>> last two days should be fixed.
>
> Confirmed. SSH works again. :)
>
>> I apologize for the quality of Git-1.6.0.2-preview20080921.
>> It was unacceptable.
>
> You have absolutely nothing to apologize for. I highly appreciate the
> effort you and others put into msysGit. :)
I second that!
-Tor Arvid Lund-
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ANNOUNCE] Git-1.6.0.2-preview20080923
2008-09-23 6:09 ` [ANNOUNCE] Git-1.6.0.2-preview20080923 Steffen Prohaska
` (4 preceding siblings ...)
2008-09-23 13:54 ` Johan Herland
@ 2008-09-23 17:51 ` Eric Raible
2008-09-26 9:27 ` Peter Krefting
6 siblings, 0 replies; 20+ messages in thread
From: Eric Raible @ 2008-09-23 17:51 UTC (permalink / raw)
To: git
Steffen Prohaska <prohaska <at> zib.de> writes:
>
> On Sep 21, 2008, at 7:33 PM, Steffen Prohaska wrote:
>
> > Git-1.6.0.2-preview20080921 for Windows is available at
> >
> > http://code.google.com/p/msysgit/downloads
>
> I updated the installer to Git-1.6.0.2-preview20080923.
> The problems reported on the mailing list during the
> last two days should be fixed.
>
> I apologize for the quality of Git-1.6.0.2-preview20080921.
> It was unacceptable.
>
> Steffen
Your apology is not accepted - it is us who owe thanks.
Anyway, is this expected:
/c/Documents and Settings/eric % git --version
git version 1.6.0.2.1325.gc3e64
/c/Documents and Settings/eric % git commit --help
warning: failed to exec 'man': No such file or directory
fatal: no man viewer handled the request
/c/Documents and Settings/eric % git commit --help --web
fatal: 'c:/Documents and Settings/eric/share/doc/git-doc': not a documentation
directory.
- Eric
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ANNOUNCE] Git-1.6.0.2-preview20080923
2008-09-23 6:09 ` [ANNOUNCE] Git-1.6.0.2-preview20080923 Steffen Prohaska
` (5 preceding siblings ...)
2008-09-23 17:51 ` Eric Raible
@ 2008-09-26 9:27 ` Peter Krefting
2009-01-04 19:55 ` Git-1.6.0.2-preview20080923 Sebastian Schuberth
6 siblings, 1 reply; 20+ messages in thread
From: Peter Krefting @ 2008-09-26 9:27 UTC (permalink / raw)
To: Steffen Prohaska; +Cc: msysGit, Git Mailing List
Hi!
Steffen Prohaska:
> I updated the installer to Git-1.6.0.2-preview20080923.
One issue that I see is that the installer does not seem to clean up
the previously installed version on upgrade. I installed over the
previous version to C:\Git, and I now have two git-add.exe files:
Directory of c:\git\bin
2008-06-22 18:41 925 184 git-add.exe
Directory of c:\git\libexec\git-core
2008-09-23 07:55 881 664 git-add.exe
--
\\// Peter - http://www.softwolves.pp.se/
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Git-1.6.0.2-preview20080923
2008-09-26 9:27 ` Peter Krefting
@ 2009-01-04 19:55 ` Sebastian Schuberth
0 siblings, 0 replies; 20+ messages in thread
From: Sebastian Schuberth @ 2009-01-04 19:55 UTC (permalink / raw)
To: Peter Krefting; +Cc: msysgit, Steffen Prohaska, Git Mailing List
> > I updated the installer to Git-1.6.0.2-preview20080923.
>
> One issue that I see is that the installer does not seem to clean up
> the previously installed version on upgrade. I installed over the
> previous version to C:\Git, and I now have two git-add.exe files:
>
> Directory of c:\git\bin
>
> 2008-06-22 18:41 925 184 git-add.exe
>
> Directory of c:\git\libexec\git-core
>
> 2008-09-23 07:55 881 664 git-add.exe
I'm currently testing a patch that fixes this.
--
Sebastian
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2009-01-04 19:57 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-21 17:30 Git-1.6.0.2-preview20080921 on Windows Steffen Prohaska
2008-09-21 17:33 ` [CORRECTION] " Steffen Prohaska
2008-09-22 8:41 ` Peter Krefting
2008-09-22 10:18 ` Frederik Hohlfeld
2008-09-23 5:08 ` Peter Krefting
2008-09-22 15:56 ` Johan Herland
2008-09-23 6:09 ` [ANNOUNCE] Git-1.6.0.2-preview20080923 Steffen Prohaska
2008-09-23 7:57 ` Peter Krefting
2008-09-23 8:51 ` Christian MICHON
2008-09-23 9:36 ` Johannes Schindelin
2008-09-23 12:09 ` Lee Henson
2008-09-23 13:54 ` Johan Herland
2008-09-23 15:28 ` Tor Arvid Lund
2008-09-23 17:51 ` Eric Raible
2008-09-26 9:27 ` Peter Krefting
2009-01-04 19:55 ` Git-1.6.0.2-preview20080923 Sebastian Schuberth
2008-09-21 18:19 ` Git-1.6.0.2-preview20080921 on Windows Alexander Gavrilov
2008-09-22 5:46 ` Steffen Prohaska
2008-09-21 19:07 ` Jakub Narebski
2008-09-22 5:51 ` Steffen Prohaska
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).