Граф коммитов

140 Коммитов

Автор SHA1 Сообщение Дата
Adam Roben d0afcf309f Remove trailing spaces from etc/gitignore
These can cause the ignore rules not to function correctly.
2012-06-11 10:08:45 -04:00
Adam Roben b2691a2495 Don't force line-ending normalization on users
Users can still get this by copying our /etc/gitattributes.suggested
file into their repository or creating their own .gitattributes file.
But now they won't have to wonder why a whole bunch of line endings are
marked as changed after cloning a repository that was created without
normalization.
2012-06-08 13:43:58 -04:00
Adam Roben 8e37122039 Don't force people to use our default gitignore file
This file still lives in /etc/gitignore.suggested, and users can copy it
from there into their own repositories if desired. But now they won't
have to wonder why some files mysteriously aren't being tracked by Git.
2012-06-08 13:28:48 -04:00
Tim Clem ed1940dfa6 Good to describe what this line does 2012-05-31 08:31:02 -07:00
Tim Clem b71ffaba14 Back to * text=auto now that I understand gitattributes cant have BOM 2012-05-31 07:57:44 -07:00
Tim Clem afd88c3473 This seems to be breaking local gitattributes 2012-05-30 17:05:07 -07:00
Tim Clem ae3c26e6e1 Some new ideas for global gitattributes 2012-05-30 16:21:23 -07:00
Tim Clem 51081c44cf Change how we ship system gitattributes 2012-05-30 08:10:08 -07:00
Paul Betts a4c48e99a8 Fix typo in .sln line 2012-05-26 23:09:07 -07:00
Adam Roben a2523de409 Merge remote-tracking branch 'upstream/devel' into devel 2012-05-10 11:05:41 -04:00
Paul Betts 5f64c42b42 Some C# files are UTF-16, don't corrupt them 2012-05-02 15:36:39 -04:00
Paul Betts 10da2ed4bc Make 'git push' only push the current branch 2012-04-26 16:51:44 -04:00
Paul Betts ef3e533f2e Update gitignore to catch more stuff 2012-04-26 16:51:42 -04:00
Paul Betts 43007d0e0a Add configurations for different merge tools 2012-04-26 16:51:39 -04:00
Paul Betts 8103c4f614 Make sure that we use the GitHub key for .com, even if ssh-agent is borked 2012-04-26 16:51:36 -04:00
Paul Betts 59985d337d Move config file to the right place 2012-04-26 16:51:20 -04:00
Paul Betts 32482a0da0 SLN files must be CRLF or else VS Version Selector app dies :-/ 2012-04-26 16:34:07 -04:00
Paul Betts 202ec0663c Mark most source file formats as text 2012-04-26 16:34:07 -04:00
Paul Betts e96a9f51de Set autocrlf = true until we can enable GHCleanSmudge 2012-04-26 16:34:07 -04:00
Paul Betts e20ff4aa61 Merge commit 'f5f7760711e3c9a3f04de3163bed0c07288e3d54' into ghfw 2012-04-26 16:32:56 -04:00
Paul Betts 1d639c104f Make sure we don't throw SSH host verfication dialogs 2012-04-26 16:31:39 -04:00
Paul Betts 606b3b253f Disable GHCleanSmudge for now until we can make it faster 2012-04-26 15:30:38 -04:00
Paul Betts 132d769bb5 Disable autocrlf 2012-04-26 15:30:38 -04:00
Paul Betts dc093f454c Enable GHCleanSmudge 2012-04-26 15:30:37 -04:00
Paul Betts 6c95b4a0bf Make sure images are binary 2012-04-26 15:30:37 -04:00
Paul Betts b15ad71207 Make sure GitPad is the default editor 2012-04-26 15:30:37 -04:00
Paul Betts 24144be3df Add awesome Windows-based gitignore based on github/gitignore 2012-04-26 15:30:37 -04:00
Paul Betts 571c1e31ba Add gitattribute tweaks to help C# developers 2012-04-26 15:19:50 -04:00
Paul Betts 812ebd7eb5 Make our version of Portable Git use our cred helper 2012-04-26 15:19:50 -04:00
Pat Thoyts fe855a7e49 Fix inputrc for rxvt usage.
When using rxvt the backspace key deletes the whole line because for
rxvt and the bash prompt the backspace key produces different input.
This patch ammends the handling of backspace/control-backspace for rxvt
so that it only deletes one char at a time. Normal bash prompt input
is left as before.

Reported-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2012-04-16 22:41:22 +01:00
Johannes Schindelin b1fff72075 Fix path to file(1)'s magic file
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2012-03-16 17:19:48 -05:00
Karsten Blees 75a84f0c68 Update less settings for UTF-8
Assume less input is always utf-8 encoded. Also remove the alias
overriding the standard less settings.

Signed-off-by: Karsten Blees <blees@dcon.de>
2012-02-06 20:31:05 +01:00
Albert Krawczyk c04e420bd6 Add a textconv filter for docx files
Signed-off-by: Albert Krawczyk <pro-logic@optusnet.com.au>
Improved-by: Sebastian Schuberth <sschuberth@gmail.com>
2011-12-06 12:06:52 +01:00
Stefan Naewe 1e534f0b08 etc/profile: set MAGIC only if the magic file exists
commit 006d11d (Help 'file' find its magic file) added the MAGIC
variable to /etc/profile. That makes sense in the msysgit development
envronment but not for the installed version (because 'file' doesn't
get installed).
This checks for the existence of the magic file before setting MAGIC.
That way it's possible to use another 'file', e.g. from Cygwin inside
the git bash.

Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2011-10-14 13:00:14 +01:00
Johannes Schindelin 006d11def5 Help 'file' find its magic file
The 'file' utility is very useful, but unless you had the same setup
as this developer, your 'file' utility would not find its database
of file type fingerprints. Let's change that.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2011-08-11 18:43:17 +02:00
Sebastian Schuberth 53813a3beb Perform a more elegant check for msys-1.0.dll's MD5
Revert the change to copy-files.sh done in 678125b that was meant to fix the
MD5 comparison done for msys-1.0.dll in /etc/profile, which was broken due
to the way the file path is written since 42a6098.

Instead, do not do a plain text comparison of MD5 sums, but let md5sum
resolve the file path and do the comparison itself.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
2011-07-08 15:51:04 +02:00
Johannes Schindelin 8ecf3ed5d0 Turn on rebase's autosquash option by default
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2011-03-22 13:06:43 +01:00
Kirill Smelkov 8365f7000e textconv: stub driver for rtf
At least it won't crash diff, untill we integrate unrtf (or something
similar) into msysgit distribution.

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2011-03-13 16:56:22 +01:00
Kirill Smelkov 6cd0154fc5 [PATCH] Git/WinGit: Add default textconv for .dot
As suggested by Consul on the list:

    Is it possible to make the antiword handling Word templates (*.dot)
    as well as documents (*.doc) by default?

    It works fine, if I add

    [diff "antiword"]
            textconv = antiword -f

    into the config file and

    *.dot diff=antiword

    into the attributes file, but this is repository specific.
    Can we make this behavior default?

Suggested-by: Alex Ivanov <void@aleksoft.net>
Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Acked-by Alex Ivanov <void@aleksoft.net>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2011-03-13 16:12:06 +01:00
Kirill Smelkov b272952e4f Handle .rtf files using the astextplain diff driver
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2011-03-13 16:11:29 +01:00
Tay Ray Chuan e59039edb5 /etc/profile: strip out cygwin paths from PATH
This is useful for users on both msys/mingw and cygwin, as it prevents
cygwin executables/libraries from "contaminating" operations on
msys/mingw, like compilation and execution.

[Sebastian Schuberth suggested a much shorter invocation as per
http://stackoverflow.com/questions/370047/ (we added proper handling of
the trailing separator), and to avoid unnecessary spawning, the call is
wrapped in a case...esac construct]

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-12-25 14:27:42 +01:00
Johannes Schindelin be9fc98b19 Wine: do not use intelligent Git prompt
Kirill said it's too slow with Wine, and I agree.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-12-22 14:57:55 +01:00
Johannes Schindelin a7dcdb6456 Wine: avoid problems with inherited LS_COLORS
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-12-22 14:56:51 +01:00
Kirill Smelkov 90856eeb36 gitconfig: Turn on colors for status, branch and interactive (add -p)
We already do coloring for diff, but not for other commands. In my view,
status, branch and interactive are too used often, so it would be
logical to turn colors either on or off for the whole bundle. I vote for
on.

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
2010-12-20 23:00:56 +03:00
Kirill Smelkov b67185da53 Git/WinGit: Add default textconv for .doc & .pdf
XXX at present bin/astextplain output encoding is hardcoded to UTF-8.
Even in such a state the service provided is more than useful, so let's
please merge the patch.

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
2010-12-20 11:55:59 +03:00
Sebastian Schuberth 5c45ab6cb2 Typo: Fix "explicitely" -> "explicitly" and some minor comment rewording
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
2010-06-13 14:16:42 +02:00
Johannes Schindelin 6e7b80154e HOME: Fall back to $USERPROFILE if $HOMEDRIVE\$HOMEPATH does not exist
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-01-05 17:36:41 +01:00
Johannes Schindelin 76e8f0a51d Configure msmtp as the default mail program
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-07-29 18:29:24 +02:00
Johannes Schindelin 9f9be005be Default to /mingw/bin/curl-ca-bundle.crt for https certificates
The curl executable uses that file as a source for root certificates,
but running curl as a library does not do that automatically.  So we
have to tell Git about that file.

Suggested by Bosko Ivanisevic.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-07-28 10:08:50 +02:00
Johannes Schindelin 6b808c63fa full installer: Give the user a hint to run initialize.sh
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-07-26 19:37:44 +02:00
Johannes Schindelin 8edc047fee msysGit: show a hint how to install a shortcut to msysGit
Care has to be taken not to show this in the installed Git for Windows.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-07-26 18:42:03 +02:00
Johannes Schindelin 1c6d51beba Properly fix the 'cd $HOME' issue
When starting the Git Bash or Git GUI from the start menu or a quick
launch icon, we would like it to change the current working directory
to the user home, but at the same time, the shell should _not_ change
the current working directory when called from somewhere else.

Unfortunately, we cannot call bash without --login, and there is simply
no way to pass an option via the command line with that option, and
we cannot modify the environment in .lnk files.

But what we actually want to do is to set the current working directory,
which _can_ be done from .lnk files, even to paths specified by
environment variables.

So let's just set the current working directory to %HOMEDRIVE%%HOMEPATH%.

This is a slight change in behavior: if the user set the environment
variable HOME to something different, the initial current working
directory will not be what HOME says.  We'll just have to live with that.

Thanks go to Sebastian Schuberth for help with the InnoSetup installer
and Heiko Voigt for pushing the issue forward.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-06-19 12:20:15 +02:00
Johannes Schindelin f08322cab3 Add an up-to-date test for msys-1.0.dll
This is not meant to provide a safeguard against hackers, but a safeguard
against a stale msys-1.0.dll which was not updated when installing into
an existing Git setup.

If /etc/msys-1.0.dll.md5 exists and does not match the md5 sum of
/bin/msys-1.0.dll (traditionally the most likely not-correctly-updated
file), it will complain loudly, read: in red letters.

If the md5 sum matches, the file will be deleted because the check is no
longer necessary (or even misleading if it fails in the future).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-06-08 12:53:35 +02:00
Johannes Schindelin 6b096c9651 /etc/profile: use $HOMEDRIVE\$HOMEPATH as default HOME
Heiko Voigt changed msys-1.0.dll to leave HOMEDRIVE and HOMEPATH alone, so
we should actually use it, too.

While at it, use this default not only if the variable HOME is unset, but
also if it does not point to a directory.

This should finally take care of msysGit issue 108.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-05-15 00:14:19 +02:00
Johannes Schindelin 4d8ce6b1cb Fix ls to show Korean characters and accented characters by default
By including the option '--show-control-chars' in the alias for 'ls',
Korean and accented characters will be shown correctly.

This fixes msysGit issue 188.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-05-13 16:49:43 +02:00
Johannes Schindelin a98a7a0a52 /etc/profile: source ~/.bashrc last
The user may want to override some settings of /etc/profile in ~/.bashrc,
so source this script at the end.

This fixes msysGit issue 255.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-05-11 10:50:19 +02:00
Johannes Schindelin d2ebbc8f85 Fall back to / if the directory $USERPROFILE cannot be accessed
If the user has non-ASCII characters in her name, the variable $HOME
(being set to $USERPROFILE) will disagree with the encoding of the
actual path as it is on-disk.

The reason is that the environment variables adher to the current locale
(e.g. CP1252), but the file system stores file names in UTF-16.

As long as MSys is not modified to handle this case as the user would
expect, we fall back to setting HOME=/ (which is better than nothing).

This works around msysGit issue 108.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-27 17:20:04 +01:00
Johannes Schindelin 77ab570d2e /etc/profile: set default protocol for plink to ssh
Plink can be configured to default to the telnet protocol, but of course,
there will never be a Git daemon listening on the telnet daemon.  It has
been reported on the msysGit issue tracker that setting the environment
variable PLINK_PROTOCOL to 'ssh' would fix the issue.

Since it cannot hurt to set that environment variable, let's do it and
hope that it works as expected.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-16 23:45:17 +01:00
Johannes Schindelin 405d9618ba Merge branch 'toys' into devel 2009-03-12 03:42:17 +01:00
Johannes Schindelin 1a4fb8aaf0 Revert PS1 to earlier version, plus __git_ps1
When I turned on the Git prompt, I overlooked the fact that we already
had a definition for PS1.  So let's go back to the old version, but add
__git_ps1 instead.

Noticed by demodevil@gmail.com.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-09 22:19:07 +01:00
Johannes Schindelin 8159032040 /etc/profile: make sure that the post-checkout hook is installed
Actually, make sure that if no post-checkout hook is installed, that
the default post-checkout hook is installed, as one hook is better
than no hook at all.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-06 14:23:31 +01:00
Johannes Schindelin e91772fa76 Fix "Git Bash Here"
Only "cd $HOME" when not called from the shell extension.  We detect that
by checking if there is an environment variable starting with "!".  That
should not happen when bash is started directly.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-03-06 14:06:19 +01:00
Johannes Schindelin 9e940bc70b Enable the command line prompt from the completions by default
The command line prompt provided by the bash-completions is really useful
and nice; let's use it per default.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-02-16 17:41:59 +01:00
Johannes Schindelin 3ed2210deb etc/profile: Always cd to the user's home directory
We used to switch directories only when Git was not yet built.  Be
consistent and do it always.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-02-16 17:41:58 +01:00
Steffen Prohaska aebdad3988 gitconfig: Set help format to html
Using HTML as the default help format is no longer hardcoded
into help.c.  Instead, we now use the configuration variable
help.format provided by core git to choose the help format.
2008-07-03 13:41:40 +02:00
Steffen Prohaska dd6ab17a84 Set default core.autocrlf=true
Official git recently learnt to warn about irreversible CRLF
conversions.  So it is time to switch on core.autocrlf=true on
Windows.  This commit modifies /etc/gitconfig accordingly.

Note, msysgit developers should override this changed default by
explicitly setting core.autocrlf=false in msysgit and
msysgit/git.  Msysgit is not (yet) a real cross-platform project
but more like a Unix project.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
2008-02-24 17:33:01 +01:00
Johannes Schindelin 5034631ff9 Track /etc/gitconfig
Since WinGit bundles /etc/gitconfig, we better track it.  Also, this
allows us to set sensible defaults, such as symlinks = false and
packSizeLimit = 2g.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-20 13:43:15 +00:00
Johannes Schindelin 48a9808f91 Remove ineffective /etc/vimrc
vim ignores /etc/vimrc.  The real location for this file is
/usr/share/vim/vimrc (which exists already...).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-12-03 15:55:23 +00:00
Steffen Prohaska ffe599f586 Use more obvious syntax in suggestion how to get help
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
2007-10-28 12:11:49 +01:00
Steffen Prohaska be27438052 Add suggestion how to get help to motd
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
2007-10-25 00:03:22 +02:00
Johannes Schindelin 2bab5d1330 /etc/profile: fix check if /cmd/ is in $PATH
The old check was bogus.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-10-15 21:13:40 +01:00
Steffen Prohaska d1dac5d50c profile: if HOME is missing report error and quit
HOME is expected to be there. Either HOME is automatically
set to USERPROFILE or it was set present in the environment.
There's no need to create the directory. If it is missing
there's something fundamentally wrong. Hence, we report an
error and quit.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
2007-10-08 14:30:34 +02:00
Steffen Prohaska 7b0bfd3fdd profile: normalize HOME to use slashes
This commit normalizes the HOME to match the expectation of
Unix programs. All backslashes are converted to slashes. At
least ssh is know to fail to locate its configuration files
if HOME contains backslashes.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
2007-10-08 14:28:08 +02:00
Johannes Schindelin e5842e8b0e Move the home directory to $USERPROFILE
Windows users already have a home directory.  We might just as well use
it.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-10-08 14:28:07 +02:00
Johannes Schindelin 7e7630e624 Warn about the /cmd path only when necessary
If /cmd is already in the PATH, no need to show the message.

While at it, check for a message-of-the-day, and display it if there is one.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-09-25 21:42:54 +01:00
Dmitry Kakurin 5d82e5b5d6 Added instructions on how to use Git from cmd.exe to welcome message
Signed-off-by: Dmitry Kakurin <Dmitry.Kakurin@gmail.com>
2007-09-24 14:28:11 -07:00
Johannes Schindelin 9249f91172 etc/profile: change directory to $HOME on startup
This fixes issue 51.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-09-23 02:44:56 +01:00
Dmitry Kakurin c7f719d844 Sometimes (when debugging) I don't have /bin/git.exe on purpose
This should not trigger a rebuild if /git/git.exe is present

Signed-off-by: Dmitry Kakurin <Dmitry.Kakurin@gmail.com>
2007-09-05 04:45:49 -07:00
Marius Storm-Olsen 4289685ccc Add clear script, and remove the clear=clsb alias in profile
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
2007-08-14 15:51:39 +02:00
Dmitry Kakurin 4f3581ab77 GitMe SuperFetch
Package only bootstrap into GitMe.exe. Bootstrap then fetches installer
(the whole /share/GitMe/Installer directory from msysgit.git) and runs
setup-msysgit.sh that must be there.
Installer directory can also contain additional files to put into existing
bootstrapper directories (such as /bin or /etc) or even new directories.

This way we will not have to rebuild GitMe.exe every time we integrate devel->master.

Signed-off-by: Dmitry Kakurin <Dmitry.Kakurin@gmail.com>
2007-08-14 04:17:59 -07:00
Marius Storm-Olsen c8b62c1a8c Remove dircolors from bash_profile, since we don't have dircolors in msysgit
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
2007-08-10 16:02:05 +02:00
Marius Storm-Olsen 9076a0bc6f Revert "profile: removed '.' from PATH"
This reverts commit da7d97c9aa.
2007-08-10 14:26:44 +02:00
Steffen Prohaska da7d97c9aa profile: removed '.' from PATH
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
2007-08-10 09:42:27 +02:00
Dmitry Kakurin 4140c4f6f9 Merge branch 'master' into devel 2007-08-09 21:29:10 -07:00
Marius Storm-Olsen ed01c26068 Add inputrc, bash_profile and modify profile to use these.
Kills the annoying bell, and handles keys better.
(Might even help with Johannes' problem with RXVT)

Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
2007-08-09 21:01:00 -07:00
Dmitry Kakurin 6540ea1346 GitMe: Remove installer-tmp dir on first startup 2007-08-09 04:56:16 -07:00
Johannes Schindelin ac36db81f0 LESS=-FSRX is needed in /etc/profile for the moment
For some strange reason, the code in pager.c is not sufficient.  But now
you can set diff.core = auto...

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-08-09 03:17:27 +01:00
Dmitry Kakurin 265f55866f Do not try to clone anything in /etc/profile
Now that we decided that GitMe, AKA Net installer (a minimal system which has
just enough to clone msysgit.git and mingw/4msysgit.git, and will then build git)
and a snapshot installer, which comes with all sources, but does not set up the
repositories, /etc/profile is not the right place to do the cloning anymore.

Sidenote: We plan to have three installers:

	1) GitMe, AKA Net installer (minimal system to clone all)
	2) msysGit, AKA full installer (full system, does not clone)
	3) msysGitSnapshot (contains the build env, the sources, but no .git/)

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-08-07 23:29:14 +01:00
Johannes Schindelin 64c2320cc8 /etc/profile: replace mingw.git by mingw/4msysgit.git
Totally untested, but should be safe.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-08-07 20:04:36 +01:00
Johannes Schindelin 2914373028 Start anew
This initializes an independent branch, the way it should have been, with
git/ as a subproject.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-08-06 21:58:10 +01:00