Thread (52 messages) flat view 52 messages, 7 authors, 2016-06-15

Re: Git on MSys (or how to make it easy for Windows users to compile git)

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:43:26

Hi,

On Fri, 3 Aug 2007, Johannes Schindelin wrote:
Completely forgot: we might want to do something like this at the end of 
/etc/profile:

	test ! -d /git || {
		mv /git $HOME/ &&
		cd $HOME/git &&
		make install &&
		git config remote.origin.url \
			git://repo.or.cz/git/mingw.git
		git config remote.origin.fetch \
			'+refs/heads/*:refs/remotes/origin/*'
		git config remote.mob.url \
			repo.or.cz:/srv/git/git/mingw.git
		git config remote.mob.fetch \
			+refs/remote/mob:refs/remotes/origin/mob
		git config remote.mob.push \
			master:mob
		git fetch
		git reset 51785010a4d3e7f6c3
	}

Please test that, and include it if it works.
Oh well, I downloaded your archive, and making the adjustments right now.

Ciao,
Dscho
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help