guberm / tortoisegit

Automatically exported from code.google.com/p/tortoisegit
0 stars 0 forks source link

Add msys2 git support. #2426

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I use git in msys2 instead msysgit.

The way I set it is set "Git.exe path" to (msys2root)/usr/bin and set extern 
dll path to (msys2root)/usr/bin.

Until now, I didn't run into problems. But I can't guarantee my use of git 
cover all conditions. And this is not a "official" solution.

tortoisegit offical team can test under various environment in all conditions, 
and  add a selection in installation. That can make msys2 git support usable 
out-of-box.

So I post a issue here. There is no tag on googlecode, I can only post it as a 
issue, otherwise I will tag this ticket as "enchancement". 

By the way, because msys2 git won't add a "git bash here" item in right-click 
menu, so please add the item in tortoisegit. I think official tortoisegit team 
can find a beautiful icon of the tortoisegit item "git bash here".

Many thanks.

Original issue reported on code.google.com by universe...@gmail.com on 17 Feb 2015 at 1:54

GoogleCodeExporter commented 9 years ago
As there a binary distribution with installer?

Otherwise I think it could be enough to have git.exe on the PATH so that TGit 
automatically detects it. Btw. I don't think that you need to set "extern dll 
path".

Original comment by sstrickr...@googlemail.com on 17 Feb 2015 at 9:01

GoogleCodeExporter commented 9 years ago

Original comment by sstrickr...@googlemail.com on 17 Feb 2015 at 9:01

GoogleCodeExporter commented 9 years ago
"git bash here" is not a part of TortoiseGit, it comes from Git for 
Windows(msysGit).

Original comment by yuelinho...@gmail.com on 18 Feb 2015 at 12:29

GoogleCodeExporter commented 9 years ago
"As there a binary distribution with installer?"

That's my point. That's why I submit the issue here.
Of course a full feature test under all conditions an all environments is 
needed.

Otherwise I think it could be enough to have git.exe on the PATH so that TGit 
automatically detects it. Btw. I don't think that you need to set "extern dll 
path"."

I don't know what "extern dll path" stands for, I have never set this by 
myself, it was always automatically set after installation of msysgit and 
tortoisegit.

Just in case of problems, I set it.

Original comment by universe...@gmail.com on 18 Feb 2015 at 3:44

GoogleCodeExporter commented 9 years ago
So, there is no binary distribution with installer?

You said that TGit detected it automatically, so whats's the problem?

We work on TortoiseGit in our spare time and, thus, we cannot test under all 
conditions an all environments. Adding a new one means lots of extra work for 
us.

Original comment by sstrickr...@googlemail.com on 18 Feb 2015 at 2:00

GoogleCodeExporter commented 9 years ago
I run into issues doing rebase with msys2 (git 2.3.0) and TortoiseGit 
(1.8.12.0).
All commits which I wanted to rebase were lost.

Also the rebase process did not behave as with msysgit. The log messages for 
rebased commits were not displayed correctly (during the rebase, when a new 
commit message can be entered).

Probably there are some problems with parsing git output.

Original comment by sgraca...@gmail.com on 25 Feb 2015 at 8:39

GoogleCodeExporter commented 9 years ago
Oh, excuse me for my poor expression.

    "So, there is no binary distribution with installer?"

No official binary distribution installer with msys2 git selectable item.

    "You said that TGit detected it automatically, so whats's the problem?"

I mean tortoisegit detected msysgit automatically, not detect msys2 git 
automatically.

    "We work on TortoiseGit in our spare time and, thus, we cannot test under all conditions an all environments. Adding a new one means lots of extra work for us."

That's a surprise for me.  I knew there are a lot of "tortoise" project: 
tortoisesvn, tortoisehg, tortoisebzr, tortoisecvs, so I thought you are a group 
with support from some commercial companies, several professional programmers 
responsible for tortoisesvn, another several for tortoisegit and so on.

Original comment by universe...@gmail.com on 26 Feb 2015 at 1:41

GoogleCodeExporter commented 9 years ago
How is this related to issue #2280?

Original comment by sstrickr...@googlemail.com on 29 Mar 2015 at 3:51

GoogleCodeExporter commented 9 years ago
FYI There is now an installer for the new msys2 based git. It is available here:
https://github.com/git-for-windows/git/releases

I have not been able to pull from the remote via TortoiseGit with the latest 
release. It complains about git-pull not being a valid command (I tried both 
the 32-bit and 64-bit versions). The other functionality that I have tried 
seems to work ok via TortoiseGit.

PS TortoiseGit is great. Thanks for all your hard work.

Original comment by pleri...@gmail.com on 9 Apr 2015 at 9:15

GoogleCodeExporter commented 9 years ago
In TortoieGit settings, set Git.exe Path to "C:\Program Files\Git\cmd". Then 
git-pull will succeed.
Do not set to "C:\Program Files\Git\mingw64\bin", otherwise git-pull will fail.

Original comment by ch3co...@gmail.com on 9 Apr 2015 at 12:22

GoogleCodeExporter commented 9 years ago
Thanks, that fixed it!

Original comment by pleri...@gmail.com on 9 Apr 2015 at 1:13

GoogleCodeExporter commented 9 years ago
@pleriche However, currently TortoiseGit could not load systemwide config if 
Git.exe path is set to "C:\Program Files\Git\cmd".
It has no problem for git.exe. This only affects libgit2.
If you have systemwide config like core.autocrlf, please set it in global 
config.

Original comment by ch3co...@gmail.com on 9 Apr 2015 at 1:23

GoogleCodeExporter commented 9 years ago
IIRC, the link in comment #9 is new Git for Windows based on Git for Windows 
SDK and msys2.
And it is only for developers currently.

It is not git package of msys2.

ref:
[1] How are msys, msys2, and msysgit related to each other?
    http://stackoverflow.com/questions/25019057/how-are-msys-msys2-and-msysgit-related-to-each-other

[2] For developer, old Git for Windows source, called msysgit
    https://github.com/msysgit/msysgit

[3] For user, latest old Git for Windows is 1.9.5
    http://git-scm.com/download/win

[4] new Git for Windows (2.*) source, called ???
    https://github.com/git-for-windows/git

[5] new Git for Windows pre-release
    https://github.com/git-for-windows/git/releases

[6] https://github.com/git-for-windows/git/wiki/FAQ
[7] https://github.com/git-for-windows/git/wiki/Building-Git

(so many terms? :-/ )

Original comment by yuelinho...@gmail.com on 10 Apr 2015 at 2:37

GoogleCodeExporter commented 9 years ago
@universeCopper: Is https://github.com/git-for-windows/git/releases the version 
of git you are talking about?

Original comment by sstrickr...@googlemail.com on 17 Apr 2015 at 8:26

GoogleCodeExporter commented 9 years ago
Okay, as long as we don not know exactly about which git binaries we're talking 
here (and where we can get these), we cannot do anything.

Original comment by sstrickr...@googlemail.com on 18 Apr 2015 at 3:33

GoogleCodeExporter commented 9 years ago
<a href="http://www.chanelhandbags.net.co/">chanel bags</a>, 
http://www.chanelhandbags.net.co/<br>
<a href="http://www.chiflatiron.net.co/">flat iron</a>, 
http://www.chiflatiron.net.co/<br>
<a href="http://www.converse.net.co/">converse shoes</a>, 
http://www.converse.net.co/<br>
<a href="http://www.ferragamo.com.co/">ferragamo outlet</a>, 
http://www.ferragamo.com.co/<br>
<a href="http://www.guccihandbags.com.co/">gucci belt</a>, 
http://www.guccihandbags.com.co/<br>
<a href="http://www.hollister.us.org/">hollister kids</a>, 
http://www.hollister.us.org/<br>
<a href="http://www.insanityworkout.net.co/">insanity workout calendar</a>, 
http://www.insanityworkout.net.co/<br>
<a href="http://www.jimmychoo.net.co/">jimmy choo shoes</a>, 
http://www.jimmychoo.net.co/<br>
<a href="http://www.jordan-shoes.com.co/">air jordan shoes</a>, 
http://www.jordan-shoes.com.co/<br>
<a href="http://www.juicycouture.com.co/">juicy couture</a>, 
http://www.juicycouture.com.co/<br>
<a href="http://www.juicycoutureoutlet.net.co/">juicy couture outlet</a>, 
http://www.juicycoutureoutlet.net.co/<br>
<a href="http://www.kate-spade.com.co/">kate spade</a>, 
http://www.kate-spade.com.co/<br>
<a href="http://www.katespade-outlet.com.co/">katespade</a>, 
http://www.katespade-outlet.com.co/<br>
<a href="http://www.louisvuitton-outlet.com.co/">louis vuitton outlet</a>, 
http://www.louisvuitton-outlet.com.co/<br>
<a href="http://www.michael-kors.us.org/">michael kors outlet online</a>, 
http://www.michael-kors.us.org/<br>
<a href="http://www.michael-kors-handbags.us.com/">michael kors</a>, 
http://www.michael-kors-handbags.us.com/<br>
<a href="http://www.michael-kors-outlet.us.org/">michael kors purses</a>, 
http://www.michael-kors-outlet.us.org/<br>
<a href="http://www.michael-kors-outlet-online.us.org/">michael kors</a>, 
http://www.michael-kors-outlet-online.us.org/<br>
<a href="http://www.michaelkorsoutletonline-sale.us.com/">michael kors outlet 
online sale</a>, http://www.michaelkorsoutletonline-sale.us.com/<br>
<a href="http://www.northface.us.org/">north face jackets</a>, 
http://www.northface.us.org/<br>
<a href="http://www.oakley-sunglasses.us.org/">oakley outlet</a>, 
http://www.oakley-sunglasses.us.org/<br>
<a href="http://www.pandorajewelry.com.co/">pandora charms</a>, 
http://www.pandorajewelry.com.co/<br>
<a href="http://www.pradahandbags.com.co/">prada outlet</a>, 
http://www.pradahandbags.com.co/<br>
<a href="http://www.pradashoes.com.co/">prada shoes for men</a>, 
http://www.pradashoes.com.co/<br>
<a href="http://www.ray-ban-outlet.us.com/">ray-ban</a>, 
http://www.ray-ban-outlet.us.com/<br>
<a href="http://www.rayban-sunglasses.us.org/">ray ban sunglasses outlet</a>, 
http://www.rayban-sunglasses.us.org/<br>
<a href="http://www.replicawatches.us.com/">rolex watches</a>, 
http://www.replicawatches.us.com/<br>
<a href="http://www.swarovskicrystal.com.co/">swarovski outlet</a>, 
http://www.swarovskicrystal.com.co/<br>
<a href="http://www.thenorthface.us.org/">the north face outlet</a>, 
http://www.thenorthface.us.org/<br>
<a href="http://www.tiffanyandco.net.co/">tiffany jewelry</a>, 
http://www.tiffanyandco.net.co/<br>
<a href="http://www.tiffanyjewelry.us.org/">tiffany co</a>, 
http://www.tiffanyjewelry.us.org/<br>
<a href="http://www.true-religion.com.co/">true religion jeans outlet</a>, 
http://www.true-religion.com.co/<br>
<a href="http://www.truereligionjeans.net.co/">true religion outlet</a>, 
http://www.truereligionjeans.net.co/<br>
<a href="http://www.uggaustralia.net.co/">ugg boots</a>, 
http://www.uggaustralia.net.co/<br>
<a href="http://www.uggboots.net.co/">uggs outlet</a>, 
http://www.uggboots.net.co/<br>
<a href="http://www.uggbootsclearance.com.co/">ugg australia</a>, 
http://www.uggbootsclearance.com.co/<br>
<a href="http://www.uggsonsale.com.co/">ugg</a>, 
http://www.uggsonsale.com.co/<br>
<a href="http://www.uggsoutlet.com.co/">ugg boots clearance</a>, 
http://www.uggsoutlet.com.co/<br>
<a href="http://www.cheap-oakleysunglasses.in.net/">cheap oakley</a>, 
http://www.cheap-oakleysunglasses.in.net/<br>
<a href="http://www.oakleysunglassescheap.in.net/">oakley vault</a>, 
http://www.oakleysunglassescheap.in.net/<br>
<a href="http://www.ralphlaurenoutletonline.in.net/">ralph lauren outlet 
online</a>, http://www.ralphlaurenoutletonline.in.net/<br>
<a href="http://www.ralphlauren--outlet.in.net/">ralph lauren outlet</a>, 
http://www.ralphlauren--outlet.in.net/<br>
<a href="http://www.burberryoutlet--online.in.net/">burberry.com</a>, 
http://www.burberryoutlet--online.in.net/<br>
<a href="http://www.tomshoes.in.net/">toms shoes</a>, 
http://www.tomshoes.in.net/<br>
<a href="http://www.toms-outlet.in.net/">toms outlet</a>, 
http://www.toms-outlet.in.net/<br>
<a href="http://www.christianlouboutin.in.net/">christian louboutin shoes</a>, 
http://www.christianlouboutin.in.net/<br>
<a href="http://www.tory-burch-outlet.in.net/">tory burch handbags</a>, 
http://www.tory-burch-outlet.in.net/<br>
<a href="http://www.gucci-outlet.in.net/">gucci belt</a>, 
http://www.gucci-outlet.in.net/<br>
<a href="http://www.longchamphandbagsoutlet.in.net/">longchamp bags</a>, 
http://www.longchamphandbagsoutlet.in.net/<br>
<a href="http://www.abercrombie-kids.in.net/">abercrombie.com</a>, 
http://www.abercrombie-kids.in.net/<br>
<a href="http://www.hollisterclothing-store.in.net/">hollister</a>, 
http://www.hollisterclothing-store.in.net/<br>
<a href="http://www.hermes.in.net/">hermes birkin bag</a>, 
http://www.hermes.in.net/<br>
<a href="http://www.cheapjerseys.in.net/">cheap nfl jerseys</a>, 
http://www.cheapjerseys.in.net/<br>
<a href="http://www.beats-by-dre.in.net/">beats headphones</a>, 
http://www.beats-by-dre.in.net/<br>
<a href="http://www.beatsheadphones.in.net/">beats by dr dre</a>, 
http://www.beatsheadphones.in.net/<br>
<a href="http://www.ghdhairstraightener.in.net/">hair straightener</a>, 
http://www.ghdhairstraightener.in.net/<br>
<a href="http://www.rayban-sunglasses.org.uk/">ray ban sunglasses</a>, 
http://www.rayban-sunglasses.org.uk/<br>
<a href="http://www.michaelkors-uk.org.uk/">michael kors bags</a>, 
http://www.michaelkors-uk.org.uk/<br>
<a href="http://www.michaelkorshandbags.org.uk/">michael kors uk</a>, 
http://www.michaelkorshandbags.org.uk/<br>
<a href="http://www.louis--vuitton.org.uk/">louis vuitton outlet</a>, 
http://www.louis--vuitton.org.uk/<br>
<a href="http://www.ralphlauren-outlet.org.uk/">ralph lauren outlet</a>, 
http://www.ralphlauren-outlet.org.uk/<br>
<a href="http://www.nikefree-run.org.uk/">nike running</a>, 
http://www.nikefree-run.org.uk/<br>
<a href="http://www.rolex-watches.me.uk/">omega watches</a>, 
http://www.rolex-watches.me.uk/<br>
<a href="http://www.weddingdressesuk.org.uk/">dresses for weddings</a>, 
http://www.weddingdressesuk.org.uk/<br>
<a href="http://www.pandora-charms.org.uk/">pandora sale</a>, 
http://www.pandora-charms.org.uk/<br>
<a href="http://www.thomassabo-uk.org.uk/">thomas sabo</a>, 
http://www.thomassabo-uk.org.uk/<br>
<a href="http://www.swarovski-uk.org.uk/">swarovski</a>, 
http://www.swarovski-uk.org.uk/<br>
<a href="http://www.christianlouboutin.org.uk/">christian louboutin</a>, 
http://www.christianlouboutin.org.uk/<br>
<a href="http://www.air-huarache.co.uk/">air huarache</a>, 
http://www.air-huarache.co.uk/<br>
<a href="http://www.rosherun.org.uk/">roshe run</a>, 
http://www.rosherun.org.uk/<br>
<a href="http://www.thenorth-face.org.uk/">north face uk</a>, 
http://www.thenorth-face.org.uk/<br>
<a href="http://www.louis--vuitton.ca/">louis vuitton canada</a>, 
http://www.louis--vuitton.ca/<br>
<a href="http://www.airjordans.us/">jordan shoes</a>, 
http://www.airjordans.us/<br>
<a href="http://www.jordanretro.org/">air jordan</a>, 
http://www.jordanretro.org/<br>
<a href="http://www.cheap-jordans.net/">air jordan retro</a>, 
http://www.cheap-jordans.net/<br>
<a href="http://www.nikefactory.org/">nike outlet</a>, 
http://www.nikefactory.org/<br>
<a href="http://www.nikestore.us/">cheap nike shoes</a>, 
http://www.nikestore.us/<br>
<a href="http://www.cheap-nikeshoes.com/">nike sneakers</a>, 
http://www.cheap-nikeshoes.com/<br>
<a href="http://www.nike-air-max.us/">air max 2015</a>, 
http://www.nike-air-max.us/<br>
<a href="http://www.airmax-2015.org/">nike air max 2014</a>, 
http://www.airmax-2015.org/<br>
<a href="http://www.airmax-90.org/">nike air max 2015</a>, 
http://www.airmax-90.org/<br>
<a href="http://www.nikefree-run.net/">nike free</a>, 
http://www.nikefree-run.net/<br>
<a href="http://www.nikefree5.net/">nike running shoes</a>, 
http://www.nikefree5.net/<br>
<a href="http://www.suprashoe.net/">supra shoes</a>, 
http://www.suprashoe.net/<br>
<a href="http://www.newbalance-outlet.org/">new balance</a>, 
http://www.newbalance-outlet.org/<br>
<a href="http://www.montblanc--pens.net/">mont blanc</a>, 
http://www.montblanc--pens.net/<br>
<a href="http://www.ferragamoshoes.net/">salvatore ferragamo outlet</a>, 
http://www.ferragamoshoes.net/<br>
<a href="http://www.mcm-bags.net/">mcm bags</a>, http://www.mcm-bags.net/<br>
<a href="http://www.bottega.us/">bottega</a>, http://www.bottega.us/<br>
<a href="http://www.nikemercurial.net/">nike mercurial</a>, 
http://www.nikemercurial.net/<br>
<a href="http://www.celinebags.org/">celine bags</a>, 
http://www.celinebags.org/<br>
<a href="http://www.rosheruns.us/">roshe runs</a>, http://www.rosheruns.us/<br>
<a href="http://www.nikerosherun.us/">roshe run</a>, 
http://www.nikerosherun.us/<br>
<a href="http://www.vansshoes.us/">vans shoes</a>, http://www.vansshoes.us/<br>
<a href="http://www.timberland-shoes.com/">timberland outlet</a>, 
http://www.timberland-shoes.com/<br>
<a href="http://www.iphone-cases.us/">iphone 4s cases</a>, 
http://www.iphone-cases.us/<br>
<a href="http://www.softball-bats.us/">softball bats</a>, 
http://www.softball-bats.us/<br>
<a href="http://www.babyliss-pro.net/">babyliss pro</a>, 
http://www.babyliss-pro.net/<br>
<a href="http://www.louisvuitton-outlets.us/">louis vuitton handbags</a>, 
http://www.louisvuitton-outlets.us/<br>
<a href="http://www.burberry-outlet.jp.net/">burberry outlet</a>, 
http://www.burberry-outlet.jp.net/<br>
<a href="http://www.louboutin.jp.net/">louboutin</a>, 
http://www.louboutin.jp.net/<br>
<a href="http://www.christianlouboutinshoes.jp.net/">christian louboutin 
shoes</a>, http://www.christianlouboutinshoes.jp.net/<br>
<a href="http://www.louisvuitton.jp.net/">louis vuitton outlet stores</a>, 
http://www.louisvuitton.jp.net/<br>
<a href="http://www.official-pradaoutlet.com/">prada outlet</a>, 
http://www.official-pradaoutlet.com/<br>
<a href="http://www.michaelkorsclance.com/">michael kors outlet online 
sale</a>, http://www.michaelkorsclance.com/<br>
<a href="http://www.official-michaelkorsonline.com/">michael kors handbags</a>, 
http://www.official-michaelkorsonline.com/<br>
<a href="http://www.tommyhilfiger.in.net/">tommy hilfiger polos</a>, 
http://www.tommyhilfiger.in.net/<br>
<a href="http://www.mcmworldwide.ca/">mcm handbags</a>, 
http://www.mcmworldwide.ca/<br>
<a href="http://www.mmoncler-outlet.com/">moncler outlet</a>, 
http://www.mmoncler-outlet.com/<br>
<a href="http://www.kate-spades.com/">kate spade sale</a>, 
http://www.kate-spades.com/<br>
<a href="http://www.barbour-factory.com/">barbour quilted jacket</a>, 
http://www.barbour-factory.com/<br>
<a href="http://www.salvatoreferragamo.in.net/">salvatore ferragamo shoes</a>, 
http://www.salvatoreferragamo.in.net/<br>
<a href="http://www.canada-gooser.com/">canada goose outlet</a>, 
http://www.canada-gooser.com/<br>
<a href="http://www.louisvuittonas.com/">louis vuitton outlet online</a>, 
http://www.louisvuittonas.com/<br>
<a href="http://www.burberry-outlet2015.com/">burberry outlet</a>, 
http://www.burberry-outlet2015.com/<br>
<a href="http://www.fashion-clothing.us.com/">hollister clothes</a>, 
http://www.fashion-clothing.us.com/<br>
<a href="http://www.thenorthface.so/">north face outlet online</a>, 
http://www.thenorthface.so/<br>
<a href="http://www.barbour-jacketsoutlet.com/">barbour jackets</a>, 
http://www.barbour-jacketsoutlet.com/<br>
<a href="http://www.thenorthfacejackets.in.net/">north face jackets outlet</a>, 
http://www.thenorthfacejackets.in.net/<br>
<a href="http://www.northclearance.com/">north face jackets women</a>, 
http://www.northclearance.com/<br>
<a href="http://www.burberry-factory.org/">burberry</a>, 
http://www.burberry-factory.org/<br>
<a href="http://www.ralph-lauren.org.uk/">polo ralph lauren outlet online</a>, 
http://www.ralph-lauren.org.uk/<br>
<a href="http://www.polo-outlets.com/">ralph lauren outlet</a>, 
http://www.polo-outlets.com/<br>
<a href="http://www.ralphlaurenpolo.in.net/">ralph lauren outlet online</a>, 
http://www.ralphlaurenpolo.in.net/<br>
<a href="http://www.monsterbeatsbydres.net/">beats by dre outlet</a>, 
http://www.monsterbeatsbydres.net/<br>
<a href="http://www.louis-vuittonblackfriday.com/">louis vuitton outlet 
online</a>, http://www.louis-vuittonblackfriday.com/<br>
<a href="http://www.lv-guccishoesfactory.com/">gucci outlet</a>, 
http://www.lv-guccishoesfactory.com/<br>
<a href="http://www.longchampsoutlet.com/">longchamp outlet</a>, 
http://www.longchampsoutlet.com/<br>
<a href="http://www.moncler-clearance.com/">moncler clearance</a>, 
http://www.moncler-clearance.com/<br>
<a href="http://www.ralphlaurentshirts.com/">ralph lauren shirts</a>, 
http://www.ralphlaurentshirts.com/<br>
<a href="http://www.usahanbags.com/">hermes handbags</a>, 
http://www.usahanbags.com/<br>
<a href="http://www.beatsbydreoutlet.net/">beats by dre outlet</a>, 
http://www.beatsbydreoutlet.net/<br>
<a href="http://www.coach-blackfriday2014.com/">coach factory outlet 
online</a>, http://www.coach-blackfriday2014.com/<br>
<a href="http://www.coachccoachoutlet.com/">coachfactory.com/shop</a>, 
http://www.coachccoachoutlet.com/<br>
<a href="http://www.coach-clearance.com/">coachoutlet.com</a>, 
http://www.coach-clearance.com/<br>
<a href="http://www.michaelkorsbags.us.org/">michael kors outlet</a>, 
http://www.michaelkorsbags.us.org/<br>
<a href="http://www.coach-factories.net/">coachfactory.com</a>, 
http://www.coach-factories.net/<br>
<a href="http://www.oakley.so/">oakley vault</a>, http://www.oakley.so/<br>
<a href="http://www.hermes-outletonline.com/">hermes bags</a>, 
http://www.hermes-outletonline.com/<br>
<a href="http://www.marcjacobsonsale.com/">marc jacobs bags sale</a>, 
http://www.marcjacobsonsale.com/<br>
<a href="http://www.nike-jordanshoes.com/">nike air max</a>, 
http://www.nike-jordanshoes.com/<br>
<a href="http://www.woolrich-clearance.com/">woolrich clearance</a>, 
http://www.woolrich-clearance.com/<br>
<a href="http://www.coachoutletew.com/">coach outlet store</a>, 
http://www.coachoutletew.com/<br>
<a href="http://www.coachoutlet.so/">coach bags outlet</a>, 
http://www.coachoutlet.so/<br>
<a href="http://www.coachoutletrusa.com/">coach handbags outlet</a>, 
http://www.coachoutletrusa.com/<br>
<a href="http://www.guccishoes-uk.com/">gucci sale</a>, 
http://www.guccishoes-uk.com/<br>
<a href="http://www.official-coachoutlets.com/">coach outlet online</a>, 
http://www.official-coachoutlets.com/<br>
<a href="http://www.michaelkors.so/">michael kors outlet store</a>, 
http://www.michaelkors.so/<br>
<a href="http://www.guccifactorys.com/">gucci handbags</a>, 
http://www.guccifactorys.com/<br>
<a href="http://www.the-northface.in.net/">the north face outlet</a>, 
http://www.the-northface.in.net/<br>
<a href="http://www.cheapuggboots.eu.com/">ugg boots clearance</a>, 
http://www.cheapuggboots.eu.com/<br>
<a href="http://www.tory-burchoutlet.us.com">tory burch handbags</a>, 
http://www.tory-burchoutlet.us.com<br>
<a href="http://www.tommy-hilfigeroutlet.com/">tommy hilfiger coupons</a>, 
http://www.tommy-hilfigeroutlet.com/<br>
<a href="http://www.uggboots.so/">uggs outlet</a>, http://www.uggboots.so/<br>
<a href="http://www.louisvuitton.so/">louis vuitton outlet</a>, 
http://www.louisvuitton.so/<br>
<a href="http://www.calvin-kleins.com/">calvin kleins outlet</a>, 
http://www.calvin-kleins.com/<br>
<a href="http://www.cheap-christianlouboutinshoes.com/">christian 
louboutin</a>, http://www.cheap-christianlouboutinshoes.com/<br>
<a href="http://www.airjordanshoes2015.com/">jordan retro</a>, 
http://www.airjordanshoes2015.com/<br>
<a href="http://www.burberry.eu.com/">burberry outlet</a>, 
http://www.burberry.eu.com/<br>
<a href="http://www.abercrombiee.com/">abercrombie fitch</a>, 
http://www.abercrombiee.com/

Original comment by wenglipi...@gmail.com on 25 Apr 2015 at 12:29

GoogleCodeExporter commented 9 years ago
I found the successor of msysGit:git-for-windows yesterday night. The sha256sum 
of git.exe in git-for-windows is not the same as git in msys2 pacman.

Original comment by universe...@gmail.com on 25 Apr 2015 at 10:37

GoogleCodeExporter commented 9 years ago
@sstrickr... Sorry, I didn't know 
git-for-windows(https://github.com/git-for-windows/git/releases) when I post 
the issue.

I meant install the shell msys2, then install git with pacman, that's what 
I meant "msys2 git" when I post this issue.

Since git-for-windows contains Windows-specific patches, maybe git-for-windows 
is a better choice.

Original comment by universe...@gmail.com on 25 Apr 2015 at 10:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
@sstrickr...

  “How is this related to issue #2280?”

Sorry I didn't see this post before.

I thought issue #2280 and this issue is related but not exactly the same when I 
post it. But now I have known the project git-for-windows, the two issues have 
the same way.

And issue #2280 explains what I mean: a completely test. I didn't run into 
problems personally.

By the way, @sstrickr..., is sstrickr...@googlemail.com your full email address?

Original comment by universe...@gmail.com on 25 Apr 2015 at 10:52

GoogleCodeExporter commented 9 years ago
> By the way, @sstrickr..., is sstrickr...@googlemail.com your full email 
address?

No, it is not.

If you want to email him, using "TortoiseGit -> About", then you will see his 
e-mail address (the first one).

Original comment by yuelinho...@gmail.com on 27 Apr 2015 at 12:47