login
Header Space

 
 

Mailing list archives

Search results

Found 55 matching messages (0.240 seconds). Page 1 of 3.

Re: git on Cygwin: Not a valid object name HEAD

... valid SHA1b870df7cde1e05ee76d1d15ea428f > >>> fatal: Not a valid object name HEAD > > > I wonder if this ... should always be > specified so Cygwin's git will work with text mode ... , requiring that every tool work on text mounts, but they restated their ...

git - Mark Levedahl - Aug 7 2007 - 11:29

Re: git on Cygwin: Not a valid object name HEAD

... SHA1b870df7cde1e05ee76d1d15ea428f >>> fatal: Not a valid object name HEAD As Mark Levedahl ... Thanks Mark. I'm running on NTFS and I did try ... no such thing like opening a file in binary mode under ... always be specified so Cygwin's git will work with text ...

git - Sebastian Schuberth - Aug 7 2007 - 09:18

Re: git on Cygwin: Not a valid object name HEAD

... harmless anywhere else. > > So if you're willing to test, and extend on ... issue will be the object > files, > no?) I took a more radical ... by the Makefile if not on cygwin. I don't think we ... if you executed the wrong git in the wrong directory and ...

git - Steffen Prohaska - Aug 7 2007 - 18:46

Re: git on Cygwin: Not a valid object name HEAD

... at all during installation. The objective of text mounts > was noble ... it would be easier if Cygwin (not I) told the world ... conversion takes place and offers a larger selection of packages. > Anyone ... Other approaches to git on Windows are on their way, but ...

git - Steffen Prohaska - Aug 8 2007 - 11:51

Re: git on Cygwin: Not a valid object name HEAD

... valid SHA1b870df7cde1e05ee76d1d15ea428f >> fatal: Not a valid object name HEAD > > I suspect that there ... kernel.org/pub/scm/qgit/qgit4.git 6c4444edbc4b870df7cde1e05ee76d1d15ea428f HEAD 6c4444edbc4b870df7cde1e05ee76d1d15ea428f refs/heads/ ...

git - Sebastian Schuberth - Aug 7 2007 - 08:13

Re: git on Cygwin: Not a valid object name HEAD

... got Git half-working on Cygwin text-mode > mounts by doing a horrible hack approximating: > > #define open(name, flag, ...) \ > open(name, (flag) | O_BINARY, ## __VA_ARGS__) ... where "b" is not explicitly used. Maybe fixing those, too, would ...

git - Sebastian Schuberth - Aug 7 2007 - 11:27

Re: git on Cygwin: Not a valid object name HEAD

... are best considered obsolescent if > not deprecated, and that mode is ... if the installer offers me a real choice. Besides the default ... cygwin. The first four people I asked to test git on ... if specifically configured in) are a > reasonable idea. We could try ...

git - Steffen Prohaska - Aug 7 2007 - 15:41

Re: git on Cygwin: Not a valid object name HEAD

... SHA1b870df7cde1e05ee76d1d15ea428f > fatal: Not a valid object name HEAD I suspect that ... there is no master branch on the remote side, but the ... s HEAD points there. Try "git ls-remote " to find ... this list: send the line "unsubscribe git" in the body of ...

git - Johannes Schindelin - Aug 7 2007 - 07:58

Re: git on Cygwin: Not a valid object name HEAD

... when compiled > from the original git sources. Actually we never use ... (and we always care about object data and working tree data) ... writes. fopen() is only used on trivial things, like say the . ... . I think its a mis-feature of Cygwin. Git has no ...

git - Shawn O. Pearce - Aug 7 2007 - 10:36

Re: git on Cygwin: Not a valid object name HEAD

... to open(2). I once got Git half-working on Cygwin text-mode mounts by doing a horrible hack approximating: #define open(name, flag, ...) \ open(name, (flag) | O_BINARY, ## __VA_ARGS__) But it only half worked. ...

git - Brian Downing - Aug 7 2007 - 10:58

Re: git on Cygwin: Not a valid object name HEAD

... description of the (no)binmode CYGWIN environment variable option [1], it ... activity by setting the right CYGWIN options? Here's another idea ... Git would at least have a well defined behaviour on cygwin ... I'd not dare to recommend using git on these machines ...

git - Steffen Prohaska - Aug 7 2007 - 13:11

Re: git on Cygwin: Not a valid object name HEAD

... as you wished? > Looking at the examples on the above page: > > To illustrate the ... because the \r will be > reintroduced on writing. However scripts such as > ... was not even aware that there is a problem with git on cygwin until I asked ...

git - Steffen Prohaska - Aug 8 2007 - 01:46

Re: git on Cygwin: Not a valid object name HEAD

... mount command and not offering it at all during installation. The objective of text mounts was noble, but ... not being worked. For instance, when working on git-bundle.sh, I got bit ... a pipe on a system with pure binary mounts and CYGWIN=binmode. The ...

git - Mark Levedahl - Aug 8 2007 - 09:50

Re: git on Cygwin: Not a valid object name HEAD

... it. > For example, we have a functional script sitting in msysgit ... WinGit being the code name for > "Git on > MSys without the ... it, everybody, or alternatively do not even bother to whine. I ... box in the presence of a cygwin in textmode (!). If possible ...

git - Steffen Prohaska - Aug 8 2007 - 15:37

Re: git on Cygwin: Not a valid object name HEAD

... it, everybody, or alternatively do not even bother to >>> whine. >> >> I ... on the claim that git works in Cygwin without problems (not ... me, because it highly depends on the details of how you ... run git on Windows. Unpacking this self-contained installer on a ...

git - Steffen Prohaska - Aug 9 2007 - 02:20

Re: git on Cygwin: Not a valid object name HEAD

... I build and install git manually, based on the result of ... Gitme installer doesn't work on old ones for now) XP ... which is not advisable/compatible with > MSys. I had cygwin at ... the installation went through flawlessly. A check in the installer would ...

git - Steffen Prohaska - Aug 9 2007 - 02:38

Re: git on Cygwin: Not a valid object name HEAD

... mounts are best considered obsolescent if not deprecated, and that mode is ... d for Cygwin, possibly only enabled if specifically configured in) are a ... from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org ...

git - Mark Levedahl - Aug 7 2007 - 13:42

Re: git on Cygwin: Not a valid object name HEAD

... to open, which > both are useless on Unix? > > Junio, Linus? Hopefully fopen() would not barf upon seeing "b", and O_BINARY ... proven to be useful on Cygwin, I do not see an issue. - ... send the line "unsubscribe git" in the body of a message to ...

git - Junio C Hamano - Aug 7 2007 - 18:26

Re: git on Cygwin: Not a valid object name HEAD

... I suspect the tests will report a lot of errors. At least all ... . I attached the log of a testrun on an textmode mounted directory in cygwin with the two recently sent patches ... ://www.zib.de/prohaska/hidden/2007/git-cygwin-textmode/ testlog-2007-08-08 ...

git - Steffen Prohaska - Aug 7 2007 - 19:20

Re: git on Cygwin: Not a valid object name HEAD

... I started to run the tests on cygwin in textmode. I chose ... a decent way to make the Git shell scripts binary safe, and ... use. Looking at the examples on the above page: To illustrate ... "$1" > "$1".nocr will not work on a text mounted systems ...

git - Brian Downing - Aug 8 2007 - 00:25

speck-geostationary