On 25/02/13 06:54, Junio C Hamano wrote:>>> Besides, you would want to
differentiate the two kinds of 755 anyway
>>> (I'd prefer INSTALL_PROGRAM to use -m 555 personally, for example).
>>
>> Yes, I think I lost that one in the mists of sed-land when making the
>> changes :)
>>
>> I'll revise the
ished to github so others can use and improve it.
https://github.com/iam-TJ/git-submodule-move
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Using Ubuntu Precise 12.04 with git version (1.8.0.3) I discovered a bug
whereby git-clone deletes the repository
it has just created if there is a GnuTLS error after the final transfer.
I switched to building and using the current git head
(1.8.1.2.433.g070c57d.dirty) and found the same issue i
On 31/01/13 15:51, Junio C Hamano wrote:
> TJ writes:
>
>> +$(INSTALL) -d -m $(INSTALL_MODE_EXECUTABLE) $(DESTDIR)$(man1dir)
>> +$(INSTALL) -d -m $(INSTALL_MODE_EXECUTABLE) $(DESTDIR)$(man5dir)
>> +$(INSTALL) -d -m $(INSTALL_MODE_EXECUTABLE) $(DESTDIR)$(man7di
E=755 INSTALL_MODE_DATA=644 install".
Signed-off-by: TJ
---
Documentation/Makefile | 20 ++--
Makefile | 17 +++--
contrib/emacs/Makefile | 2 +-
contrib/subtree/Makefile | 4 ++--
git-gui/Makefile | 12 ++--
gitk-git/Makefile
During a build/install cycle of the current HEAD whilst attempting to identify
the cause of a bug in
git version 1.8.0.3 whilst doing:
GIT_CURL_VERBOSE=1 git clone -v https://git01.codeplex.com/typescript
* GnuTLS recv error (-9): A TLS packet with unexpected length was received.
* Closing conne
6 matches
Mail list logo