The version of msysGit that ships with GitHub for Windows
Перейти к файлу
Brendan Forster c2ba306e53 switching to private fork because upstream hasn't kept tags in sync 2014-12-19 15:06:33 +10:30
bin Merge remote-tracking branch 'upstream/master' into niik/update-to-fc0c82 2014-10-01 23:33:41 +02:00
cmd Add fallback section for delayed expansion unavailability 2014-09-15 18:12:08 +08:00
doc Commit submodule in preparation of 1.9.4 2014-09-30 00:13:15 +02:00
etc Merge tag 'Git-1.9.5-preview20141217' into update-to-1.9.5 2014-12-19 10:34:53 +10:30
git@0d6f7c8024 Commit Git submodule in preparation for release 2014-12-17 21:16:40 +00:00
include
lib Update openssl to 1.0.1i 2014-08-14 13:29:43 +02:00
libexec Add openssh files compiled against new openssl 1.0.1h 2014-08-05 16:05:38 +02:00
mingw Install OpenSSL 0.9.8zb header files 2014-08-13 13:42:02 +02:00
share Merge tag 'Git-1.9.5-preview20141217' into update-to-1.9.5 2014-12-19 10:34:53 +10:30
src Merge remote-tracking branch 'upstream/master' into niik/update-to-fc0c82 2014-10-01 23:33:41 +02:00
ssl
.gitattributes These two files *must* have *nix line endings 2012-04-26 17:13:29 -04:00
.gitignore Add the .vagrant/ directory to the .gitignore file 2014-01-28 12:23:03 -06:00
.gitmodules switching to private fork because upstream hasn't kept tags in sync 2014-12-19 15:06:33 +10:30
README.md Merge tag 'Git-1.9.2-preview20140411' into devel 2014-05-29 15:42:00 -07:00
THIS_IS_MSYSGIT Explain why we need the THIS_IS_MSYSGIT file 2012-10-03 17:48:45 +02:00
Vagrantfile Add a Vagrantfile 2014-01-28 12:00:55 -06:00
ghfw-release.sh bypass post-checkout hook in release script 2013-11-13 12:50:09 -08:00
git-cmd.bat fix another typo 2014-04-14 14:43:45 -07:00
msys.bat Merge tag 'Git-1.8.4-preview20130916' into devel 2013-10-31 09:43:06 -07:00
wine-start.sh wine-start: avoid going through msys.bat 2011-09-09 15:56:54 -05:00

README.md

This is the copy of msysGit that ships with GitHub for Windows.

This is the build environment -- also known as msysGit -- for Git for Windows.

How to make changes

  1. Make sure you have ./ in your $PATH, probably via ~/.bashrc
  2. Make your changes on the devel branch
  3. Run msys.bat
  4. Inside the bash shell, run ghfw-release.sh

This will build a portable Git release and check it in to the PortableGit branch. Now you can push your changes to origin.

Updating git-tfs

  1. Make sure you're in devel (or a branch of it) and not PortableGit
  2. Download the latest git-tfs .zip from https://github.com/git-tfs/git-tfs/releases
  3. Invoke .\share\git-tfs\extract-git-tfs.ps1 path-to-zip-file
  4. Commit

Repository structure

This repository has two important branches: devel, and PortableGit.

devel

This is the main branch of the repository, and is periodically synced with msysgit/msysgit@devel. This branch contains all of the msysGit source code, Git source code, Git documentation, and supporting build scripts.

PortableGit

This branch is generated from the devel branch. Changes should never be made by hand to this branch, except to the .gitattributes and .gitignore files at the root of the repository.