On Sep 21, 2008, at 8:19 PM, Alexander Gavrilov wrote:
On Sun, Sep 21, 2008 at 9:30 PM, Steffen Prohaska <prohaska@xxxxxx>
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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html