The version of msysGit that ships with GitHub for Windows
C Vim script Perl C++ Tcl Prolog Other
Switch branches/tags
v1.5.3-rc4.mingw.2 v1.5.3-rc4.mingw.1 msysGit-v0.6 msysGit-1.6.1-preview20090211 msysGit-1.5.4-rc0-preview20071217 WinGit-1.5.3-preview20071010 WinGit-0.2-alpha WinGit-0.1-alpha GitMe-0.4.2 Git-preview20080301 Git-preview20080221-with-git-svn Git-preview20080220-with-git-svn Git-preview20080219-with-git-svn Git-1.7.10-preview20120409 Git-1.7.9-preview20120201 Git-1.7.8-preview20111206 Git-1.7.7.1-preview20111027 Git-1.7.7-preview20111014 Git-1.7.7-preview20111012 Git-1.7.6-preview20110720 Git-1.7.6-preview20110708 Git-1.7.4-preview20110204 Git-1.7.3.2-preview20101025 Git-1.7.3.1-preview20101002 Git-1.7.2.3-preview20100911 Git-1.7.1-preview20100612 Git-1.7.0.2-preview20100407.msysGit-netinstall Git-1.7.0.2-preview20100407-2.msysGit-netinstall Git-1.7.0.2-preview20100309 Git-1.7.0.2-preview20100309.msysGit-installers Git-1.6.5.1 Git-1.6.5.1-preview20100112-with-cheetah Git-1.6.4-preview20090730 Git-1.6.4-preview20090729 Git-1.6.3.2-preview20090608 Git-1.6.3.2-preview20090607 Git-1.6.3-preview20090507 Git-1.6.3-preview20090507-2 Git-1.6.2.2-preview20090408 Git-1.6.2.1-preview20090322 Git-1.6.2-preview20090308 Git-1.6.1-preview20081227 Git-1.6.0.2-preview20080923 Git-1.6.0.2-preview20080921 Git-1.5.6.1-preview20080701 Git-1.5.6-preview20080622 Git-1.5.5-preview20080413 Git-1.5.4-rc5-preview20080128 Git-1.5.4-rc3-preview20080113 Git-1.5.4-rc2-preview20071228 Git-1.5.4-rc0-preview20071217 Git-1.5.4-preview20080202 Git-1.5.3.6-preview20071126 Git-1.5.3.5-preview20071114 Git-1.5.3-preview20071027 Git-1.5.3-preview20071019
Nothing to show
Clone or download
Pull request Compare This branch is 131 commits ahead, 42 commits behind msysgit:master.
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= bin
carview.php?tsp= cmd
carview.php?tsp= doc
carview.php?tsp= etc
carview.php?tsp= git @ 0d6f7c8
carview.php?tsp= include
carview.php?tsp= lib
carview.php?tsp= libexec
carview.php?tsp= mingw
carview.php?tsp= share
carview.php?tsp= src
carview.php?tsp= ssl
carview.php?tsp= .gitattributes
carview.php?tsp= .gitignore
carview.php?tsp= .gitmodules
carview.php?tsp= README.md
carview.php?tsp= THIS_IS_MSYSGIT
carview.php?tsp= Vagrantfile
carview.php?tsp= ghfw-release.sh
carview.php?tsp= git-cmd.bat
carview.php?tsp= msys.bat
carview.php?tsp= wine-start.sh

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.